Update of /cvsroot/linux-mips/linux/arch/mips/ddb5074
In directory usw-pr-cvs1:/tmp/cvs-serv15361/arch/mips/ddb5074
Modified Files:
pci.c
Log Message:
Synced to Ralph's tree
Index: pci.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5074/pci.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** pci.c 2001/06/22 02:29:31 1.1.1.1
--- pci.c 2001/08/22 18:18:13 1.2
***************
*** 418,421 ****
--- 418,425 ----
}
+ unsigned __init int pcibios_assign_all_busses(void)
+ {
+ return 1;
+ }
struct pci_fixup pcibios_fixups[] = { };
|