summaryrefslogtreecommitdiff
path: root/sys/dev/wscons
AgeCommit message (Expand)Author
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
1999-08-14Initialise "error" in wsmux_detach_sc() before testing if it set.simonb
1999-08-07Make it possible to open wskbd devices for write (i.e. ioctl) evenaugustss
1999-08-04Get the dependencies on NWSMUX right (I hope).augustss
1999-07-30Eliminate the need for needs-count for wsmux. This should makeaugustss
1999-07-30GRR! Kludge around the extremely annoying wsmux configuration lossagethorpej
1999-07-29Add the wsmux pseudo device.augustss
1999-07-06Add the detach and activate entry points to the cfattach struct.augustss
1999-07-01make it compile if WSDISPLAY_COMPAT_RAWKBD is defined, but NWSDISPLAY not,drochner
1999-06-30Make it possible to detach wsmouse and wskbd.augustss
1999-05-30Don't let bd.which be unitialized... Thanks Dave!christos
1999-05-30PR/7665: Dave Sainty: X server bell pitch setting doesn't reflect realitychristos