summaryrefslogtreecommitdiff
path: root/sys/dev/ic/vga.c
AgeCommit message (Expand)Author
2021-08-07Merge thorpej-cfargs2.thorpej
2021-04-24Merge thorpej-cfargs branch:thorpej
2020-04-24BUS_SPACE_MAP_PREFETCHABLE yields a write combining region on x86 and that'sad
2019-12-01Map the video RAM cacheable/prefetchable, it's very slow and this helps a bit.ad
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2015-03-01Also unmap video memory when detaching consolemlelstv
2015-01-14remove BIOS-mapping code that was #if-0'd in the previous commit.chs
2014-08-21#if 0 code to map the VGA BIOSmacallan
2014-07-12detach wscons when detaching consolemlelstv
2013-11-04mark variables __diagusedchristos
2013-01-21Make internal functions staticmlelstv
2012-08-09Reset flip/flop using dedicated vga_reset_state() macro we already have.uwe
2012-01-11wsfont_matches() and wsfont_find() take an extra parameter nowmacallan
2011-06-08add support for the interesting parts of ISO-2 and KOI8-R fontsdrochner
2010-12-09PR/41415: IdOp: Implement save and restore palette for vga.christos
2010-10-19If PCDISPLAY_SOFTCURSOR is defined, disable the hardware cursor on resume.jmcneill
2010-04-19Add default implementations for bus_space_is_equal(9),dyoung
2010-03-22pckbc.c, vga.c: It doesn't appear to be helpful to compare twodyoung
2010-02-25retire our private definitions for the scan1/3/5/7/9 DEC graphicsdrochner
2009-02-19Remove vesafb-specific hacks.jmcneill
2008-03-16Always deviter_release().dyoung
2008-03-14In vga_is_console(), use deviter_first/_next() and device_t accessors.dyoung
2008-03-14Split device_t and softc for all attachments of vga(4).cube
2007-12-09Merge jmcneill-pm branch.jmcneill
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
2007-07-19include sys/cdefs.h before opt_xxx.hdsl
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-13- use c99 initializerschristos
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