--- 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