Update of /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic
In directory usw-pr-cvs1:/tmp/cvs-serv15361/arch/mips/ite-boards/generic
Modified Files:
it8172_pci.c
Log Message:
Synced to Ralph's tree
Index: it8172_pci.c
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/ite-boards/generic/it8172_pci.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** it8172_pci.c 2001/07/07 19:41:39 1.2
--- it8172_pci.c 2001/08/22 18:18:13 1.3
***************
*** 220,223 ****
};
!
#endif /* CONFIG_PCI */
--- 220,226 ----
};
! unsigned __init int pcibios_assign_all_busses(void)
! {
! return 1;
! }
#endif /* CONFIG_PCI */
|