patch-2.1.18 linux/arch/i386/kernel/bios32.c
Next file: linux/arch/i386/kernel/entry.S
Previous file: linux/arch/alpha/mm/fault.c
Back to the patch index
Back to the overall index
- Lines: 44
- Date:
Mon Dec 23 19:25:31 1996
- Orig file:
v2.1.17/linux/arch/i386/kernel/bios32.c
- Orig date:
Wed Dec 18 15:58:34 1996
diff -u --recursive --new-file v2.1.17/linux/arch/i386/kernel/bios32.c linux/arch/i386/kernel/bios32.c
@@ -105,6 +105,7 @@
char chars[16];
};
+#ifdef CONFIG_PCI
/*
* Physical address of the service directory. I don't know if we're
* allowed to have more than one of these or not, so just in case
@@ -118,7 +119,6 @@
unsigned short segment;
} bios32_indirect = { 0, KERNEL_CS };
-#ifdef CONFIG_PCI
/*
* function table for accessing PCI configuration space
@@ -619,7 +619,6 @@
pci_conf2_write_config_dword
};
-#endif
struct pci_access *check_direct_pci(void)
{
@@ -773,9 +772,11 @@
return mem_start;
}
+#endif
unsigned long pcibios_init(unsigned long memory_start, unsigned long memory_end)
{
+#ifdef CONFIG_PCI
union bios32 *check;
unsigned char sum;
int i, length;
@@ -818,7 +819,6 @@
}
}
}
-#ifdef CONFIG_PCI
if (bios32_entry) {
memory_start = check_pcibios (memory_start, memory_end);
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov