summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay_vconsvar.h
AgeCommit message (Expand)Author
2023-02-14add flags for drivers to requesr R2L bit/byte-ordered fonts, default tomacallan
2022-07-17wsdisplay(4): Make most of struct vcons_data private.riastradh
2022-07-17wsdisplay(4): Factor out WSDISPLAY_SCROLLSUPPORT logic.riastradh
2021-01-21introduce a putchar() based implementation of cursor() in order to avoidmacallan
2021-01-17Revert previous and introduce vcons_earlyinit, which is like vcons_initjmcneill
2021-01-17Add appropriate memory barriers around sc_busy accesses. Fixes an issuejmcneill
2021-01-16Instead of defining VCONS_DONT_READ as the raw value of 0x30, insteadjmcneill
2018-11-30 Remove extra whitespaces.msaitoh
2017-06-02- add a cookie to show_screen_cb()macallan
2017-05-19add support for loading fonts in vcons and subsequently resizing screensmacallan
2016-06-02provide a default attributemacallan
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2013-01-27fix a typo in a commentmacallan
2012-01-04bump character buffers and cache to 32bit per character so flags we storemacallan
2011-05-25remove VCONS_DRAW_ASYNCmacallan
2011-05-25add a cache so when we update the screen we only redraw the character cellsmacallan
2011-02-18add vcons_hard_switch, for switching w/o callouts (eg. entering ddb)jmcneill
2011-02-09add vcons_{enable,disable}_polling and genfb_{enable,disable}_pollingjmcneill
2011-02-08VCONS_DRAW_INTR changes:jmcneill
2011-02-08abuse config_interrupts to make sure we don't switch to 'intr' mode untiljmcneill
2011-02-08add support for command buffering in vcons. still a WIP, same limitationsjmcneill
2011-01-25Add support for asynchronous drawing in vcons.macallan
2010-09-21add separate flags for putchar() based copycols() and copyrows() methodsmacallan
2010-08-18Add copycols() and copyrows() methods which, instead of calling the underlyingmacallan
2009-08-20add vcons_replay_msgbuf() for use by wsdisplay drivers to replay the messagemacallan
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2007-08-06add scrollback supportmacallan
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-09-22In struct vcons_data, don't depend on DIAGNOSTIC and always includeelad
2006-04-15Remove the getwschar and putwschar accessops from wsdisplay drivers asjmmv
2006-02-19add a flag to completely disable drawing on a screenmacallan
2006-02-18Bunch of changes to wscons in preparation for splash screen support:jmcneill
2006-02-12framework for generic virtual consolesmacallan