summaryrefslogtreecommitdiff
path: root/sys/dev/ic/vga.c
AgeCommit message (Expand)Author
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
2001-09-04-fix a debug messagedrochner
2001-09-03manage fonts through the wsfont framework, which allows to use bothdrochner
2001-07-07bcopy -> memcpythorpej
2001-01-18constifyjdolecek
2000-09-15-make the default screentype override less invasive, call itdrochner
2000-09-10* rename vga_stdscreen* -> vga_25lscreen*lukem
2000-08-14Just add the mmap argument to vga_common_attach(), don't botherthorpej
2000-08-08Update arc map routine prototype to compile again.jeffs
2000-07-15define "80x24" screen types for better vt100 compatibilitydrochner
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-17add vga_extended_attach function on arc port, to make mmap() available.soda
2000-06-08don't include ISA headers. these have been properly abstracted so thatcgd
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-01-25Finish with fixing the SOFTCURSOR stuff.ad
2000-01-05Add and use pcdisplay_cursor_init(). Still a couple of nits with this, Iad
1999-12-13fix off-by-one error in font table initialisationdrochner
1999-12-06do the screen switch asynchronously (via timeout(0)) if possible,drochner