~kris/9p

9hist

3a94044940ed0731f340b89ab36b3dd2b9313226 — David du Colombier 28 years ago cb02275
Plan 9 from Bell Labs 1998-02-14
1 files changed, 4 insertions(+), 3 deletions(-)

M pc/vgacyber938x.c
M pc/vgacyber938x.c => pc/vgacyber938x.c +4 -3
@@ 137,7 137,7 @@ cyber938xcurload(VGAscr* scr, Cursor* curs)
	 * Save the cursor hotpoint and enable the cursor.
	 */
	scr->offset = curs->offset;
	vgaxo(Crtx, 0x50, 0xC0);
	vgaxo(Crtx, 0x50, 0xC8);
}

static int


@@ 204,11 204,12 @@ cyber938xcurenable(VGAscr* scr)
	/*
	 * Load, locate and enable the 32x32 cursor.
	 * (64x64 is bit 0, X11 format is bit 6 and cursor
	 * enable is bit 7).
	 * enable is bit 7). Bit 3 needs to be set on 9382
	 * chips otherwise even the white bits are black.
	 */
	cyber938xcurload(scr, &arrow);
	cyber938xcurmove(scr, ZP);
	vgaxo(Crtx, 0x50, 0xC0);
	vgaxo(Crtx, 0x50, 0xC8);
}

VGAdev vgacyber938xdev = {