CVSROOT: /home/cvs
Module name: linux
Changes by: ppopov@ftp.linux-mips.org 05/02/27 22:15:24
Modified files:
arch/mips/pci : ops-au1000.c
Log message:
Comment correction after further investigation of issue.
diff -urN linux/arch/mips/pci/ops-au1000.c linux/arch/mips/pci/ops-au1000.c
--- linux/arch/mips/pci/ops-au1000.c 2004/12/04 18:16:00 1.13
+++ linux/arch/mips/pci/ops-au1000.c 2005/02/27 22:15:24 1.14
@@ -128,9 +128,8 @@
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) {
|