~kris/9p

9hist

6ad2efdca8da8e7a1fe343d83c0ec7f16c9ea3f8 — David du Colombier 26 years ago 04aacc8
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;
	}
}