patch-2.3.23 linux/arch/i386/kernel/pci-visws.c
Next file: linux/arch/i386/kernel/setup.c
Previous file: linux/arch/i386/kernel/pci-pc.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Oct 18 11:26:31 1999
- Orig file:
v2.3.22/linux/arch/i386/kernel/pci-visws.c
- Orig date:
Sat Oct 9 11:47:50 1999
diff -u --recursive --new-file v2.3.22/linux/arch/i386/kernel/pci-visws.c linux/arch/i386/kernel/pci-visws.c
@@ -14,6 +14,7 @@
#include <asm/smp.h>
#include <asm/lithium.h>
+#include <asm/io.h>
#include "pci-i386.h"
@@ -128,4 +129,9 @@
char * __init pcibios_setup(char *str)
{
return str;
+}
+
+int pcibios_enable_device(struct pci_dev *dev)
+{
+ return pcibios_enable_resources(dev);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)