* [PATCH] PCI should use bios if direct is not detected
@ 2002-10-26 8:04 Jim Radford
0 siblings, 0 replies; only message in thread
From: Jim Radford @ 2002-10-26 8:04 UTC (permalink / raw)
To: Linux Kernel
In 2.4.10 the pci subsystem stopped using the bios to access the PCI
config space when no direct method is detected even though it does
detect that it *can* use the bios leaving my machine PCI-less :-(.
This patch restores the older saner behavior and shouldn't affect any
working system.
-Jim
diff -Nru linux-2.5.44/arch/i386/pci/direct.c linux-2.5.44-bios/arch/i386/pci/direct.c
--- linux-2.5.44/arch/i386/pci/direct.c Sat Oct 26 00:39:23 2002
+++ linux-2.5.44-bios/arch/i386/pci/direct.c Sat Oct 26 00:39:23 2002
@@ -261,7 +261,6 @@
}
local_irq_restore(flags);
- pci_root_ops = NULL;
return 0;
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-10-26 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-26 8:04 [PATCH] PCI should use bios if direct is not detected Jim Radford
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.