summaryrefslogtreecommitdiff
path: root/sys/dev/ic/vga.c
AgeCommit message (Expand)Author
2006-08-13Provide a method for other display drivers to ask vga to free resourcesjmcneill
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-04-12Add an extra cookie to the ioctl and mmap wsdisplay accessops that pointsjmmv
2006-04-05Move the ga_getborder()/vga_setborder() calls from accessops to thedrochner
2006-02-19Prevent vga from attaching if vesafb is the console. Accessing VGAjmcneill
2005-12-11merge ktrace-lwp.christos
2005-10-21decrement nscreens in vga_free_screendbj
2005-02-27nuke trailing whitespaceperry
2004-08-13Fix two annoying display glitches with "fast scrolling" andmycroft
2004-08-08disable the quirk on the console so that it can scroll.christos
2004-07-30Fix initialitzation of border color at boot time through thejmmv
2004-07-30let kernels that don't have WSDISPLAY_CUSTOM_BORDER compile again.dogcow
2004-07-29Implement border color customization in wscons(4), only available for vga(4)jmmv
2004-07-28Implement support to dynamically change wscons console and kernel colors.jmmv
2004-05-29fix another scrolling use that leaked.christos
2004-05-28move scroll function definition last.christos
2004-05-28PR/19925: David Ferlier: Add scrolling support to wscons.christos
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-09make 'name' and 'data' of struct wsdisplay_font const, mark data arraysjdolecek
2003-01-31Changes to allow machines which don't use text mode at the boot timetsutsui
2003-01-27- Replace some magic numbers with proper macro.tsutsui
2003-01-27KNF and space/TAB cleanup.tsutsui
2003-01-20Remove unreachable break after return.simonb
2002-10-15Move vga_common_probe() to vga_common.c. vga_common.c contains commonjunyoung
2002-07-08save quirks in softc, obey VGA_QUIRK_NOFASTSCROLLdrochner
2002-07-07No need to include opt_vga.h here, since it is included in vgavar.h.junyoung
2002-07-07There's no function like vga_common_setup.junyoung
2002-07-07Rename vc_ccol and vc_crow in struct pcdisplayscreen to cursorcoljunyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-07-01simplify console initialization a bit, avoid wastingdrochner
2002-07-01more cleanups from Julio Merino.christos
2002-06-28clean up font handling:drochner
2002-06-28Do the necessaries when the builtin font gets saved in slot 1.junyoung
2002-06-27- Work around a hardware bug that loaded fonts don't work, which isjunyoung
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2002-06-262 fixes:drochner
2002-06-25allow to overwrite the builtin VGA font if necessary,drochner
2002-04-04Avoid dereferencing null pointer. `data->name == NULL' means default font.hannken
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-13Fix botch in previous.ad
2002-03-13Reorganise the wsfont stuff slightly so that multiple display adaptersad
2002-01-23Add support for WSCONS screenblank ioctls. From Phil Budne in [kern/15213].lukem
2001-12-13ANSIfication & cosmetic changes.junyoung
2001-12-02Add comments naming our private-use characters (in lower case, to make thembjh21
2001-11-13add/cleanup RCSIDlukem
2001-09-14Allow bus front-end to provide both ioctl and mmap entry points,thorpej
2001-09-10remove all traces when a font is removeddrochner
2001-09-07concentrate screen initialization into vga_init_screen() where it belongsdrochner
2001-09-04simplify the way the "active screen" is kept track of a bitdrochner