diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-11 22:48:51 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-11-24 23:40:06 -0500 |
commit | df14682a31b92751091571ed82f6095f55f19cca (patch) | |
tree | f3a7d418183490a9c72e06bbc07aefac5f9c987c /hw/xfree86/common/xf86pciBus.c | |
parent | a8bcab2d3b224e4d4d5b6a097ea530beee920213 (diff) |
Bus: Remove ISA support.
No, really. PCI is old enough to drive now. If you want this, get the kernel
to expose a framebuffer device.
Diffstat (limited to 'hw/xfree86/common/xf86pciBus.c')
-rw-r--r-- | hw/xfree86/common/xf86pciBus.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/xfree86/common/xf86pciBus.c b/hw/xfree86/common/xf86pciBus.c index d5ae75b3a..b6ec4adbb 100644 --- a/hw/xfree86/common/xf86pciBus.c +++ b/hw/xfree86/common/xf86pciBus.c @@ -564,11 +564,6 @@ initPciBusState(void) pbap->disable_f = pciBusAccessDisable; savePciBusState(pbap); break; - case PCI_SUBCLASS_BRIDGE_ISA: - case PCI_SUBCLASS_BRIDGE_EISA: - case PCI_SUBCLASS_BRIDGE_MC: - pbap->type = BUS_ISA; - break; } pbap->next = xf86BusAccInfo; xf86BusAccInfo = pbap; |