From: James S. <jsi...@us...> - 2001-09-04 20:12:12
|
Update of /cvsroot/linux-mips/linux/arch/mips/cobalt In directory usw-pr-cvs1:/tmp/cvs-serv15457 Modified Files: pci.c Log Message: Added pcibios_assign_all_busses for cobalt. Index: pci.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/cobalt/pci.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** pci.c 2001/07/09 21:50:55 1.2 --- pci.c 2001/09/04 20:12:09 1.3 *************** *** 443,445 **** --- 443,450 ---- /* We don't appear to have sub-busses to fixup here */ } + + unsigned __init int pcibios_assign_all_busses(void) + { + return 1; + } #endif /* CONFIG_PCI */ |