summaryrefslogtreecommitdiff
path: root/sys/dev/ic/vga.c
AgeCommit message (Expand)Author
2017-06-17The fonts we are looping through in vga_selectfont() are the builtinFrederic Cambus
2015-09-09sizes for free(); ok sthen semarieTheo de Raadt
2015-07-26When attaching on an alpha system, get the current textmode resolution byMiod Vallat
2015-07-18Shuffle include file ordering in preparation for future changes in vgavar.h,Miod Vallat
2015-03-29Restore user-loaded vga fonts upon X11->VT switch and upon resume; fromMiod Vallat
2015-03-29In vga_load_font(), keep track of the font bits being passed by the caller,Miod Vallat
2014-07-13Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishianTheo de Raadt
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-10-20No longer store fonts added with the WSDISPLAYIO_LDFONT ioctl into theMiod Vallat
2013-10-20Use C99 named initializers for struct wsdisplay_accessops fields.Miod Vallat
2013-10-19Remove never enabled WSCONS_SUPPORT_PCVTFONTS code.Miod Vallat
2013-10-18Make sure that, when a particular mapchar() can't find a proper glyph for theMiod Vallat
2013-07-06Use wsemuldisplaydevsubmatch.Mark Kettenis
2013-03-18Provide a way for *drm(4) to prevent the VGA text console wsdisplay(4) instanceMark Kettenis
2011-04-03Sprinkle spltty around code which plays with either the video memory orMiod Vallat
2010-08-28ansify function definitions, and constify a few arrays while there.Miod Vallat
2010-08-08Try to save the vga hardware state around suspend, and also redisplay theMiod Vallat
2009-09-05Change the wsdisplay_emulops return types from void to int; emulops will nowMiod Vallat
2009-08-12Backing store for ega and vga virtual console is not allocated until theMiod Vallat
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2009-02-15change M_WAITOK --> M_WAITOK | M_CANFAILCharles Longeau
2009-02-01Save the text mode color palette upon startup, and restore it whenMiod Vallat
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2007-10-01More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...'.Kenneth R Westerback
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-06Evil typo; spotted by Thorsten GlaserMiod Vallat
2006-12-02In alloc_attr(), make sure xxansitopc[] indicies are within bounds.Miod Vallat
2006-11-29Change the getchar wsdisplay_accessops function to not return aMiod Vallat
2006-11-29Add an unpack_attr function to struct wsdisplay_emulops, to match theMiod Vallat
2006-11-29Add a new member to struct wsemuldisplaydev_attach_args, for a frame bufferMiod Vallat
2006-09-29If option PCDISPLAY_SOFTCURSOR, force the hardware cursor off every timeMiod Vallat
2005-01-31Be sure to always return an error for unrecognized ioctls. Found by matthieu@Miod Vallat
2005-01-05Let wsdisplay drivers return zero for WSDISPLAYIO_[GS]VIDEO ioctls - mostMiod Vallat
2004-12-26Use list and queue macros where applicable to make the code easier to read;Miod Vallat
2004-12-25Do not allow loading a font in an used font slot; discussed with and ok mickey@Miod Vallat
2004-11-04fix memory leak on deleting a screen; from janjaap@stack.nl via pr3977Michael Shalayeff
2004-08-06Easy one! Remove two redundant assignments.Per Fogelstrom
2004-02-27Fix a botched strchr() inlining in vga_load_font and avoid dereferencingTodd C. Miller
2003-05-17Replace suspect strncpy with strlcpy to ensure null termination.Kenneth R Westerback
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
2002-03-14Final __P removal plus some cosmetic fixupsTodd C. Miller
2002-03-14First round of __P removal in sysTodd C. Miller
2001-08-03Avoid warning when building with vga on isa without vga on pci; ok mickey@Thorsten Lockert
2001-05-16allocate memory w/ NOWAIT during autoconf time and check for NULL returnMichael Shalayeff
2001-05-08inplement screen burner in screenblank(1) style (no program though).Michael Shalayeff
2001-05-08support a hook for vga_pci-based ioctls; aaron@ ookMichael Shalayeff
2001-04-14Kernel support for console mouse functionality which will be controlled byAaron Campbell
2001-04-01if we have a secondary fontset loaded and itMichael Shalayeff
2001-03-22remember vga type as passed from lower level attachMichael Shalayeff
2001-03-16zero vga_config after allocMichael Shalayeff