patch-2.4.10 linux/arch/mips/ite-boards/generic/it8172_pci.c
Next file: linux/arch/mips/ite-boards/generic/it8172_rtc.c
Previous file: linux/arch/mips/ite-boards/generic/it8172_cir.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Sun Sep 9 10:43:01 2001
- Orig file:
v2.4.9/linux/arch/mips/ite-boards/generic/it8172_pci.c
- Orig date:
Fri Apr 13 20:26:07 2001
diff -u --recursive --new-file v2.4.9/linux/arch/mips/ite-boards/generic/it8172_pci.c linux/arch/mips/ite-boards/generic/it8172_pci.c
@@ -1,11 +1,10 @@
/*
- *
* BRIEF MODULE DESCRIPTION
* IT8172 system controller specific pci support.
*
* Copyright 2000 MontaVista Software Inc.
* Author: MontaVista Software, Inc.
- * ppopov@mvista.com or support@mvista.com
+ * ppopov@mvista.com or source@mvista.com
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
@@ -271,6 +270,12 @@
void __init pcibios_fixup_bus(struct pci_bus *b)
{
- printk("pcibios_fixup_bus\n");
+ //printk("pcibios_fixup_bus\n");
}
+
+unsigned __init int pcibios_assign_all_busses(void)
+{
+ return 1;
+}
+
#endif /* CONFIG_PCI */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)