Plan 9 from Bell Labs 2000-08-12
1 files changed, 1 insertions(+), 1 deletions(-) M pc/vgamach64xx.c
M pc/vgamach64xx.c => pc/vgamach64xx.c +1 -1
@@ 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; } }