summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2017-10-25Use C99 initializer for filteropsmaya
2017-08-31Instead of a Linux keymap, convert Linux event codes to USB scan codes andjmcneill
2017-08-30Add a keymap for converting Linux event codes to wscons keysyms.jmcneill
2017-08-26add WSKBD_TYPE_TCAKP for Texas Instruments TCA8418jmcneill
2017-06-18wsbellmux.c doesn't need a needs-flagpgoyette
2017-06-13Implement missing ioctls for the default bell.nat
2017-06-13Change sc_dying from u_char to bool.nat
2017-06-13Remove dying ftom vb_args and use sc_dying instead.nat
2017-06-13Move duplicate definition of SETBELL macro into wsbelldata.h.nat
2017-06-12There is no longer a NWSBELL (since nothing depends on it), so there's nopgoyette
2017-06-12Revert previous - it's no longer needed since data structure sizes nopgoyette
2017-06-12Always include declarations/definitions for NWSMUX and NWSDISPLAY evenpgoyette
2017-06-12Nothing needs the NWSBELL flag, so don't bother creating itpgoyette
2017-06-12For now, #include wsdisplay.h to get the definition of NWSDISPLAYpgoyette
2017-06-11Add module infrastructure for wsbell(4)pgoyette
2017-06-11New device wsbell - allows for a console beep for non pckbds (usb etc).nat
2017-06-11Seperate the definitions for the console beep. This code will be sharednat
2017-06-03Add type for ARM PrimeCell PL11xjmcneill
2017-06-02- add a cookie to show_screen_cb()macallan
2017-06-02make glyph caches reconfigurablemacallan
2017-06-01remove checks for failure after memory allocation calls that cannot fail:chs
2017-05-19add support for loading fonts in vcons and subsequently resizing screensmacallan
2017-04-26properly optimize drawing stretches of blanks that are interrupted only bymacallan
2017-04-06don't forget to store bounds rectangle in raw modemacallan
2017-03-24add fbinfo flag for wildcat split framebuffer workaroundmacallan
2017-01-25Double size of WSDISPLAYIO_SFONT name buffer to 32 characters.jakllsch
2017-01-10Needed <sys/time.h> that it got in the past by side-effect loadingchristos
2016-12-10remove VAUDIOSPEAKER, needs to be done differently.christos
2016-12-08Add a synthesized pc beeper and keyboard bell for platforms with an audionat
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2016-06-10add WSDISPLAY_TYPE_PLATINUM, for platinumfbmacallan
2016-06-02provide a default attributemacallan
2015-11-08Untangle.christos
2015-11-08PR/50413: Vicente Chaves: Check the allocattr return and return an error.christos
2015-09-06More on PR 41200: headers that declare ioctls should include sys/ioccom.h.dholland
2015-08-24to garnish, dust with _KERNEL_OPTpooka
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2015-07-19use optimized refresh with VCONS_DRAW_INTR even when in polling mode.mlelstv
2015-05-18add WSDISPLAY_TYPE_TEGRAjmcneill
2015-03-20add WSDISPLAY_TYPE_MESONjmcneill
2015-01-06add MGXchristos
2015-01-06tab policechristos
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-11-10allocate char and attr buffers with M_ZEROjmcneill
2014-11-09add WSDISPLAY_TYPE_ALLWINNERjmcneill
2014-10-17Give up making wscons modular for now.uebayasi
2014-10-10Normalize wscons devices (except leaving one strange definition).uebayasi
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-18Merge riastradh-drm2 to HEAD.riastradh
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland