lkml.org 
[lkml]   [1998]   [Aug]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subjectbios32 patch against 2.1.114
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

\
 
 \ /
  Last update: 2005-03-22 13:43    [W:0.038 / U:0.124 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site