summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsdisplay.c
AgeCommit message (Expand)Author
2003-09-21Do much more sanity checks when handling entries in the sc_scr arraymanu
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-03-06Add cn_halt and cn_flush entries to consdevs. (needed for dma-only consolematt
2003-01-20Use u_int variables for some variables that are passed tosimonb
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-06-26PR/17402: Add wsmoused support by providing get/set char and events.christos
2002-04-07Rename WSDISPLAYIO_USEFONT to WSDISPLAYIO_SFONT.hannken
2002-03-17Convert ioctl code to use EPASSTHROUGH instead of -1 or ENOTTY foratatat
2002-03-02Added wsmux_set_display() to fix the problem that wskbd wan't connectedtakemura
2001-11-13add/cleanup RCSIDslukem
2001-11-10Make wsdisplay_set_console_kbd() a little less twisted.augustss
2001-10-28Put in some tests to see if the input source is NULL before using it.augustss
2001-10-27Cosmetics.augustss
2001-10-24Major rototilling of the wsmux code. No user visible changes (except thataugustss
2001-10-15Don't use wsmux_getmux() if we NWSMUX == 0. Fixes PR kern/14252.augustss
2001-10-13ANSIfy.augustss
2001-10-13Two changes to the wsmux code:augustss
2001-08-05introduce hard limit on maximum font size (WSDISPLAY_MAXFONTSZ - 512KB)jdolecek
2001-05-18do this console device lookup thing the right way this timedrochner
2001-05-02Add `l_poll' to `struct linesw' and provide an xxxpoll() entry pointscw
2001-01-04Redo previous; we need to notify kbd driver.enami
2001-01-03Avoid null pointer dereference so that boot -d works again.enami
2001-01-03Use device_lookup.enami
2000-12-30for calling sc->sc_acessops->pollc,sato
2000-12-30Fix at least alpha kernel builds. You can't pun a pointer to a dev_t onmjacob
2000-12-30notify console polling mode or not to lower level framebuffer driver.sato
2000-12-04In wsdisplay_switchtoconsole(), ensure that the switch happensad
2000-11-02Adapt to the new line discipline scheme.eeh
2000-10-01- Add ioctl commands to wsdisplay which set/get some LCD status,takemura
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
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-06Add cnbell() support.thorpej
2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner
1999-12-06-allow the "show_screen" call to the display driver to completedrochner
1999-12-01Done something half sensible if a USB console keyboard is unplugged insteadaugustss
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-10-01At shutdown, switch to screen 0 on console display so that we see somead
1999-09-16introduce new variable wsdisplay_defaultscreens (initialized tojdolecek
1999-08-14defopt COMPAT_14augustss