- add comments that vga registers 0x3c7,0x3cb are read regularly by

OpenBSD.  Until I see some documentation, I'd rather not ignore the
  panics just yet.
This commit is contained in:
Bryce Denney 2001-05-03 21:14:56 +00:00
parent 328412aac8
commit 2c60492524

View File

@ -611,7 +611,8 @@ if (BX_VGA_THIS s.graphics_ctrl.odd_even ||
break;
case 0x03b4: /* CRTC Index Register (monochrome emulation modes) */
case 0x03c7: /* */
case 0x03c7: /* not sure but OpenBSD reads it a lot */
case 0x03cb: /* not sure but OpenBSD reads it a lot */
case 0x03c8: /* */
default:
bx_panic("*** io read from vga port %x\n", (unsigned) address);