summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2005-05-08Enclose some code dependent on wsdisplay in #if NWSDISPLAY > 0 / #endif;he
2005-05-04Make auto repeat of events a compile time option, and have it off by default.augustss
2005-05-03Change the logic for generating auto repeat from the keyboard. Previouslyaugustss
2005-04-30Remember what keyboard layout is set in the mux, that way new keyboardsaugustss
2005-04-28Make it possible for a console driver to deliver raw ASCII charactersmartin
2005-04-04s/Finish/Finnish/martti
2005-03-08Change the wa ythe KB_xxx and KB_ENCTAB are defined so we have all thedsl
2005-02-27nuke trailing whitespaceperry
2005-02-04Support wsdisplay(4) attachments of hd44780 LCD controllersjoff
2005-02-04de-__Pperry
2005-01-31Add new wskbd type MATRIXKPjoff
2005-01-02PR kern/28837: fix undef typo.martin
2004-12-02Try to document keymap names - this really a trip into the obscure.hubertf
2004-08-26Import STI wscons(4) driver from OpenBSD and add new driver for PS/2jkunz
2004-08-03Remove include of "opt_wsmsgattrs.h" here, since that's already donehe
2004-07-29Implement border color customization in wscons(4), only available for vga(4)jmmv
2004-07-28Forgot to define WSDISPLAY_CUSTOM_OUTPUT here.jmmv
2004-07-28Implement support to dynamically change wscons console and kernel colors.jmmv
2004-07-20Add WSDISPLAYIO_[GS]MODE type _DUMBFB - mapped fb (no registers)heas
2004-07-07Add SGI types for mouse and keyboard.sekiya
2004-06-12Add calibration support to uep driver.tsarna
2004-06-07make the scroll lines ioctl struct take u_int's again. The wsconsctlchristos
2004-06-03return ENODEV if functions are not compiled in the kernel.christos
2004-06-01White space changes only;christos
2004-06-01Re-group scrolling ioctl's and provide new numbers for them! (thanks tochristos
2004-05-29fix scrolling code that was not ifdefed.christos
2004-05-28move scroll function definition last.christos
2004-05-28PR/19925: David Ferlier: Add scrolling support to wscons.christos
2004-05-28Refactor tpcalib and hpc* ports to make tpcalib MI, as discussed on tech-kern.tsarna
2004-05-13Add el-cheapo finnish encoding, i.e. make the name "fi" point topooka
2004-04-23use bounded string opsitojun
2004-03-24remove license clauses 3 and 4 from my cpoyright noticesdrochner
2004-03-19Add sun display types.petrov
2004-03-18Add console type for SGI GR2 family.sekiya
2004-02-08Trailing whitespace cleanup.bjh21
2004-01-24Add display type for SGI Newport.sekiya
2003-11-28always check whether a display is attached before callingdrochner
2003-11-28-remove a check of errno against -1, this is nonsense sincedrochner
2003-09-23Fix uninitialised variable introduced with previous change.simonb
2003-09-21cleanup & uniform descriptor owner handling:jdolecek
2003-09-21Do much more sanity checks when handling entries in the sc_scr arraymanu
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
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
2003-06-03Add sun keyboards and display.petrov
2003-04-19PR/17738: Matthias Drochner, PR/21230: Onno van der Linden: vt100 wsconschristos
2003-04-02allow to customize how highlighting and underlining text is substituteddrochner
2003-04-02fix crash due to wrong argument in the (almost useless)drochner
2003-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-02-11stylistic change: put variable declarations to the top of a functiondrochner