summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplayvar.h
AgeCommit message (Expand)Author
2017-05-19add support for loading fonts in vcons and subsequently resizing screensmacallan
2014-01-21add function to detach wscons from a console. This allows tomlelstv
2013-01-31add ioctl(WSDISPLAYIO_GET_FBINFO)macallan
2011-06-29declare wsdisplayio_get_edid()macallan
2010-02-02give up some silly macros which were only used ~once, and reducedrochner
2008-03-25Split device_t and softc for wskbd(4), wsmouse(4) and that creepy wsmux(4).cube
2008-02-20-Don't detach/attach the X server in the pmf suspend/resume functionsdrochner
2007-12-13Switch to console on suspend and shutdown, switch back to where thejoerg
2007-10-19If you're going to use device_t, may as well include sys/device.h; unb0rksdogcow
2007-10-18Use aprint API for output and convert to device_t/softc separation.joerg
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-06add wsdisplay_preattach() to attach an early console that can be overriddenmacallan
2006-10-09KNF: No variable names in the prototype.peter
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-07don't include opt_wsdisplay_border.h here, to limit dependenciesdrochner
2006-04-05Use the existing ioctl path to call WSDISPLAYIO_GBORDER/WSDISPLAYIO_SBORDERdrochner
2006-02-19Multiple inclusion protection.jmcneill
2005-12-11merge ktrace-lwp.christos
2005-05-29- sprinkle const.christos
2005-05-23Rename REALWHITE to SNOWWHITE.martin
2005-05-22Define a real white color - since WSCOL_WHITE is ANSI-emulation specificmartin
2005-02-04de-__Pperry
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-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
2002-10-15Add modecookie to struct wsscreen_descr, which is used to point to videojunyoung
2002-07-04alloc_attr -> allocattrjunyoung
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2001-10-13ANSIfy.augustss
2001-10-13Two changes to the wsmux code:augustss
2000-12-30notify console polling mode or not to lower level framebuffer driver.sato
2000-09-10* rename vga_stdscreen* -> vga_25lscreen*lukem
2000-09-10Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach controltakemura
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
1999-12-06-allow the "show_screen" call to the display driver to completedrochner
1999-10-19Split wsdisplay_usl_ioctl() into two functions -- one which is screen-dependentmycroft
1999-10-12add wsdisplay_switchtoconsole() to allow other parts of kernel to forcejdolecek
1999-02-12change the "mapchar" interface to return a "quality" or "match level"drochner
1999-01-26improve error handling in 2 cases:drochner
1999-01-13change the way fonts are handled: now we have a display-global ioctldrochner
1999-01-09add ioctl()s for screen allocation/deallocationdrochner
1998-08-13Merge paddr_t changes into the main branch.eeh
1998-07-28Do locator related defines using defines from locators.h ratheraugustss
1998-06-26define a "mapping" function which can be used by the emulation moduledrochner
1998-06-20Change the calling interface for text output (to the graphics driver)drochner
1998-06-11Implement the VT access and keyboard control ioctl()s needed fordrochner