vga_gdc_write      59 dev/ic/vga_subr.c 	vga_gdc_write(vh, rdplanesel, 0x02);	/* select map 2 for cpu reads */
vga_gdc_write      60 dev/ic/vga_subr.c 	vga_gdc_write(vh, mode, 0x00);	/* disable odd-even addressing */
vga_gdc_write      61 dev/ic/vga_subr.c 	vga_gdc_write(vh, misc, 0x04);	/* map starts at 0xA000 */
vga_gdc_write      77 dev/ic/vga_subr.c 	vga_gdc_write(vh, rdplanesel, 0x00);	/* select map 0 for cpu reads */
vga_gdc_write      78 dev/ic/vga_subr.c 	vga_gdc_write(vh, mode, 0x10);		/* enable odd-even addressing */
vga_gdc_write      80 dev/ic/vga_subr.c 	vga_gdc_write(vh, misc, (vh->vh_mono ? 0x0a : 0x0e));