aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/pci
diff options
context:
space:
mode:
authorPete Popov <ppopov@embeddedalley.com>2005-02-27 17:15:24 -0500
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:30:44 -0400
commit13d1d73ea57e7e012bc131ce0f945231087e8c8b (patch)
tree130ca7efcc8f3a18c8f17b6a03e7b7e3cdfe6a5e /arch/mips/pci
parent685f779e6046e18b6190d2fbc9ef22e6b81c196e (diff)
Comment correction after further investigation of issue.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/pci')
-rw-r--r--arch/mips/pci/ops-au1000.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/mips/pci/ops-au1000.c b/arch/mips/pci/ops-au1000.c
index c1c91ca0f9c2..74d91054db09 100644
--- a/arch/mips/pci/ops-au1000.c
+++ b/arch/mips/pci/ops-au1000.c
@@ -128,9 +128,8 @@ static int config_access(unsigned char access_type, struct pci_bus *bus,
128 last_entryLo0 = last_entryLo1 = 0xffffffff; 128 last_entryLo0 = last_entryLo1 = 0xffffffff;
129 } 129 }
130 130
131 /* Since the Au1xxx doesn't do the idsel timing exactly to spec, 131 /* Allow board vendors to implement their own off-chip idsel.
132 * many board vendors implement their own off-chip idsel, so call 132 * If it doesn't succeed, may as well bail out at this point.
133 * it now. If it doesn't succeed, may as well bail out at this point.
134 */ 133 */
135 if (board_pci_idsel) { 134 if (board_pci_idsel) {
136 if (board_pci_idsel(device, 1) == 0) { 135 if (board_pci_idsel(device, 1) == 0) {