summaryrefslogtreecommitdiff
path: root/sys/dev/ic/pcdisplay_subr.c
AgeCommit message (Expand)Author
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12Get rid of the memt and memh local variables in the pcdisplay_{get,put}wscharjmmv
2006-04-12Convert to ANSI prototypes.jmmv
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-07-28Implement support to dynamically change wscons console and kernel colors.jmmv
2004-05-28PR/19925: David Ferlier: Add scrolling support to wscons.christos
2002-08-25Fix some signed/unsigned comparison warnings from GCC 3.3.thorpej
2002-07-07Fix a typo in last commit which caused build failures iftron
2002-07-07Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcoljunyoung
2002-07-01more cleanups from Julio Merino.christos
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2001-11-13add/cleanup RCSIDlukem
2001-09-04-update a comment wrt the "active screen" flagdrochner
2001-07-07bcopy -> memcpythorpej
2001-07-05If using the hardware cursor, make sure the cursor shape is initialized,thorpej
2000-06-08don't include ISA headers. these have been properly abstracted so thatcgd
2000-01-26Argh - add initialization that got lost during editing of previous addition.ad
2000-01-25Finish with fixing the SOFTCURSOR stuff.ad
2000-01-12Make PCDISPLAY_SOFTCURSOR work as it should.ad
2000-01-05Add and use pcdisplay_cursor_init(). Still a couple of nits with this, Iad
2000-01-05Back out previous. A proper fix will follow.ad
1999-12-06If the vga driver isn't present in the kernel and PCDISPLAY_SOFTCURSORad
1999-09-29PCDISPLAY_SOFTCURSOR: invert foreground too.ad
1999-09-19When moving the software cursor on an inactive screen, save character andad
1999-09-19- mc6845's cursor is disabled by punching bit 6 of cursor start register.ad
1998-07-24allow the displayed area to start anywhere in display memory,drochner
1998-06-26do the charcter mapping in a separate functiondrochner
1998-06-20adapt to wscons changes, treat incoming characters always as ISOdrochner
1998-06-17do the former at one more placedrochner
1998-06-17avoid sign extension if a character >=128 is passeddrochner
1998-05-28Put definitions and subroutines needed for all PC display adaptersdrochner