* [patch 2.6] PCI: undo recent pci_setup_bridge() change
@ 2003-08-20 22:40 Ivan Kokshaysky
2003-08-20 23:25 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Ivan Kokshaysky @ 2003-08-20 22:40 UTC (permalink / raw)
To: Greg KH; +Cc: linux-kernel
That patch went into mainline by mistake - it was initial variant of a
fix for the problem with disabled P2P bridges. Which has already been
fixed properly in -test3.
Ivan.
--- 2.6/drivers/pci/setup-bus.c Tue Aug 19 20:43:08 2003
+++ linux/drivers/pci/setup-bus.c Wed Aug 20 02:03:49 2003
@@ -203,11 +203,6 @@ pci_setup_bridge(struct pci_bus *bus)
Enable ISA in either case (FIXME!). */
l = (bus->resource[0]->flags & IORESOURCE_BUS_HAS_VGA) ? 0x0c : 0x04;
pci_write_config_word(bridge, PCI_BRIDGE_CONTROL, l);
-
- /* Make sure the bridge COMMAND register has the appropriate
- bits set, just in case...
- */
- pcibios_enable_device(bridge, 0xfff);
}
/* Check whether the bridge supports optional I/O and
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-20 23:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-20 22:40 [patch 2.6] PCI: undo recent pci_setup_bridge() change Ivan Kokshaysky
2003-08-20 23:25 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox