summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86pciBus.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-10-11 22:48:51 -0400
committerAdam Jackson <ajax@redhat.com>2008-11-24 23:40:06 -0500
commitdf14682a31b92751091571ed82f6095f55f19cca (patch)
treef3a7d418183490a9c72e06bbc07aefac5f9c987c /hw/xfree86/common/xf86pciBus.c
parenta8bcab2d3b224e4d4d5b6a097ea530beee920213 (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.c5
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;