summaryrefslogtreecommitdiff
path: root/hw/xfree86/int10
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/int10
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/int10')
-rw-r--r--hw/xfree86/int10/generic.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/hw/xfree86/int10/generic.c b/hw/xfree86/int10/generic.c
index d04d0a25e..0af7c1baa 100644
--- a/hw/xfree86/int10/generic.c
+++ b/hw/xfree86/int10/generic.c
@@ -220,19 +220,6 @@ xf86ExtendedInitInt10(int entityIndex, int Flags)
INTPriv(pInt)->highMemory = GET_HIGH_BASE(rom_device->rom_size);
break;
}
- case BUS_ISA:
- vbiosMem = (unsigned char *)sysMem + bios_location;
-#if 0
- memset(vbiosMem, 0, V_BIOS_SIZE);
- if (xf86ReadBIOS(bios_location, 0, vbiosMem, V_BIOS_SIZE)
- < V_BIOS_SIZE)
- xf86DrvMsg(screen, X_WARNING,
- "Unable to retrieve all of segment 0x%x.\n",bios_location);
-#endif
- if (!int10_check_bios(screen, bios_location >> 4, vbiosMem)) {
- xf86DrvMsg(screen,X_ERROR,"Cannot read V_BIOS (4)\n");
- goto error1;
- }
default:
goto error1;
}