summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
1999-11-03Don't flag an error when doing ioctl() on a mux without anyaugustss
1999-11-03Only update the cursor state if it's enabled.mycroft
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-20Add one new dispaly type for DEC TC TX 8/24bpp framebuffer. Currently actsnisimura
1999-09-16introduce new variable wsdisplay_defaultscreens (initialized tojdolecek
1999-08-26One more ioctl() fix. Most of WSDISPLAYIO_xxx were never been called whennisimura
1999-08-25Fix an ioctl() problem. From nisimura@itc.aist-nara.ac.jp (Toru Nishimura).augustss
1999-08-16Mention mux # when ignoring it for the console.augustss
1999-08-14defopt COMPAT_14augustss