CVSROOT: /home/cvs
Module name: linux
Changes by: ppopov@ftp.linux-mips.org 05/02/27 22:14:25
Modified files:
arch/mips/au1000/common: Tag: linux_2_4 pci_ops.c
Log message:
Comment correction after further investigation of issue.
diff -urN linux/arch/mips/au1000/common/pci_ops.c
linux/arch/mips/au1000/common/pci_ops.c
--- linux/arch/mips/au1000/common/Attic/pci_ops.c 2005/01/30 08:01:27
1.1.2.7
+++ linux/arch/mips/au1000/common/Attic/pci_ops.c 2005/02/27 22:14:24
1.1.2.8
@@ -205,9 +205,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) {
|