In article <20101019222719.cb89217...@cvs.netbsd.org>, Jared D. McNeill <source-changes-d@NetBSD.org> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: jmcneill >Date: Tue Oct 19 22:27:19 UTC 2010 > >Modified Files: > src/sys/dev/ic: pcdisplay_subr.c > >Log Message: >When disabling the hardware cursor, use the 'cursor disable' bit in the >cursor start register. I think this only accidentally worked for the past >11 years because the start and end scanlines were both set to 0x10. > >See also http://www.osdever.net/FreeVGA/vga/crtcreg.htm#0A > > >To generate a diff of this commit: >cvs rdiff -u -r1.34 -r1.35 src/sys/dev/ic/pcdisplay_subr.c > >Please note that diffs are not public domain; they are subject to the >copyright notices on the relevant files.
I think that the vga code is in bad need for some symbolic constants. christos