Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477
In directory usw-pr-cvs1:/tmp/cvs-serv24015
Modified Files:
pci_ops.c
Log Message:
Type 1 config cycles are working now.
Index: pci_ops.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477/pci_ops.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pci_ops.c 2001/10/11 20:45:26 1.2
+++ pci_ops.c 2001/11/16 17:22:10 1.3
@@ -73,9 +73,6 @@
u32 virt_addr = swap->config_base;
u32 option;
- /* [jsun] hack for testing */
- // if (slot_num == 4) slot_num = 0;
-
/* minimum pdar (window) size is 2MB */
db_assert(swap->config_size >= (2 << 20));
@@ -104,7 +101,6 @@
} else {
/* type 1 config */
pci_addr = (bus << 16) | (slot_num << 11);
- panic("ddb_access_config_base: we don't support type 1 config Yet");
}
/*
|