bios32 patch against 2.1.114

Andrea Arcangeli (arcangeli@mbox.queen.it)
Tue, 4 Aug 1998 03:25:07 +0200 (CEST)


This patch allows me to compile bios32.c in 2.1.114 (I am not sure if it'
s the right thing do to though):

--- linux/arch/i386/kernel/bios32.c.orig Tue Aug 4 03:21:00 1998
+++ linux/arch/i386/kernel/bios32.c Tue Aug 4 03:21:50 1998
@@ -920,6 +920,7 @@
struct pci_bus *b = &pci_root;
int i;

+#ifdef CONFIG_PCI_DIRECT
/*
* Don't search for peer host bridges if we use config type 2
* since it reads bogus values for non-existent busses and
@@ -927,6 +928,7 @@
*/
if (access_pci == &pci_direct_conf2)
return;
+#endif
do {
int n = b->subordinate+1;
u16 l;

Andrea[s] Arcangeli

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html