summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
2000-11-26Add multiple include detection - all userland installed headers are nowsimonb
2000-11-02Adapt to the new line discipline scheme.eeh
2000-10-20Only install wsconsio.h, wsdisplay_usl_io.h, wsksymdef.h and wsksymvar.hsimonb
2000-10-13Revert previous since the finnish keymap is already present undermjl
2000-10-12Add finnish keymap, from Heikki Kallasjoki in PR/11186.mjl
2000-10-01- Add ioctl commands to wsdisplay which set/get some LCD status,takemura
2000-09-15add definitions for ISO-7 (greek) supportdrochner
2000-09-10* rename vga_stdscreen* -> vga_25lscreen*lukem
2000-09-10KNF - variable declarations.simonb
2000-09-10Introduce WSDISPLAY_NULLSCREEN to allow low level device to detach controltakemura
2000-09-08In wsdisplay_usl_ioctl2(), use a u_long for the request to be passed offsimonb
2000-07-06Change type `kbd_t' from `u_int_16_t' to `u_int32_t'.hannken
2000-06-26Change the kernel mmap interface so that the offset to map is ansimonb
2000-06-09add EGA display typedrochner
2000-06-02Add VAX display types along with the SPARCbook P9100.matt
2000-05-28Add async I/O support.takemura
2000-05-19define spanish keymapdrochner
2000-05-13Oops. Swedish is KB_SV.bjh21
2000-05-13Add keypad-# and Swedish layoutbjh21
2000-05-13Add Archimedes mouse/kbd/videobjh21
2000-05-01Mouse move event should be made before mouse bown event. Without that,takemura
2000-04-28Add a concept of the `background attribute'. This is the same as themycroft
2000-04-14Add an "iopener" keymap variant, giving us.iopener andtsarna
2000-03-30Remove register declarations.augustss
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-19Make clearer. IMHO, all of this code should stop referring to Control-Ltsarna
2000-03-19Correct a commenttsarna
2000-03-13HPC/PsPC keyboard types.sato
2000-03-12Add a new frame buffer identifier for the hpcmips.takemura
2000-03-06Add cnbell() support.thorpej
2000-03-05Add Norwegian keymap from Haavard Lygre.soren
2000-02-28WSMOUSE_SCALIBCOORDS had not worked because ioctrl code was wrong.takemura
2000-02-25Only call the cursor method when the cursor state is actually changing.mycroft
2000-01-22pass raw keyboard data unsigned to avoid sign extensiondrochner
2000-01-18add the NeXT mouse typedeberg
2000-01-08Absolute pointing device support.takemura
2000-01-07Don't define WSDISPLAY_FONTORDER_L2R as 0. The function wsfont_lock usesenami
2000-01-06Got too excited with cut and paste in previous. Noted by itojun.ad
2000-01-05Add two new members to 'struct wsdisplay_font': 'bitorder' and 'byteorder'.ad
2000-01-05replace embedded _rcsid[] string by __KERNEL_RCSID(), remove _copyright[]drochner
1999-12-21change decoding function to return multiple symbols per keypressdrochner
1999-12-21add a symbol for keyboard variant bits which are not handled by thedrochner
1999-12-21introduce a METAESC keyboard variant bitdrochner
1999-12-12defopt RCONS_4BPP.scottr
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-12-01Make it compile even if there is no wsdisplay.augustss
1999-11-10allow to set multiple keyboard "variants" simultanously.drochner
1999-11-08Return -1 from wsmux_displayioctl() if no muxes components like the ioctl().augustss
1999-11-08Apply wrstuden's stopgap change to make alpha/macppc X work without wsmux.mycroft