From 6ad2efdca8da8e7a1fe343d83c0ec7f16c9ea3f8 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sat, 12 Aug 2000 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2000-08-12 --- pc/vgamach64xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/vgamach64xx.c b/pc/vgamach64xx.c index 9bf5437f1cf3a91a106f04f6232d8633e9bd4401..baf50841de039d30db127e74e71ffe3c316691a8 100644 --- a/pc/vgamach64xx.c +++ b/pc/vgamach64xx.c @@ -78,7 +78,7 @@ mach64xxenable(VGAscr* scr) */ scr->io = p->mem[1].bar & ~0x03; - if(scr->io == 0 && p->did == ('C'<<8)|'T') + if(scr->io == 0) scr->io = 0x2EC; } }