From 39ed14f1cfa5a2e34f9ae3f72262d2420de5da48 Mon Sep 17 00:00:00 2001 From: Pete Popov Date: Sun, 27 Feb 2005 22:15:24 +0000 Subject: [PATCH] --- yaml --- r: 11022 b: refs/heads/master c: 13d1d73ea57e7e012bc131ce0f945231087e8c8b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/arch/mips/pci/ops-au1000.c | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index e73704924374..29f67e3f19a1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 685f779e6046e18b6190d2fbc9ef22e6b81c196e +refs/heads/master: 13d1d73ea57e7e012bc131ce0f945231087e8c8b diff --git a/trunk/arch/mips/pci/ops-au1000.c b/trunk/arch/mips/pci/ops-au1000.c index c1c91ca0f9c2..74d91054db09 100644 --- a/trunk/arch/mips/pci/ops-au1000.c +++ b/trunk/arch/mips/pci/ops-au1000.c @@ -128,9 +128,8 @@ static int config_access(unsigned char access_type, struct pci_bus *bus, last_entryLo0 = last_entryLo1 = 0xffffffff; } - /* Since the Au1xxx doesn't do the idsel timing exactly to spec, - * many board vendors implement their own off-chip idsel, so call - * it now. If it doesn't succeed, may as well bail out at this point. + /* Allow board vendors to implement their own off-chip idsel. + * If it doesn't succeed, may as well bail out at this point. */ if (board_pci_idsel) { if (board_pci_idsel(device, 1) == 0) {