From: James S. <jsi...@us...> - 2001-08-22 18:18:16
|
Update of /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477 In directory usw-pr-cvs1:/tmp/cvs-serv15361/arch/mips/ddb5xxx/ddb5477 Modified Files: pci.c Log Message: Synced to Ralph's tree Index: pci.c =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/ddb5xxx/ddb5477/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 *************** *** 142,144 **** } ! --- 142,147 ---- } ! unsigned __init int pcibios_assign_all_busses(void) ! { ! return 1; ! } |