freebsd-dev/sys/dev/syscons
Kazutaka YOKOTA e9deda23ae Keyboard driver update in preparation for the USB keyboard driver.
- Refined internal interface in keyboard drivers so that:
  1. the side effect of device probe is kept minimal,
  2. polling mode function is added,
  3. and new ioctl and configuration options are added (see below).

- Added new ioctl: KDSETREPEAT
  Set keyboard typematic rate.  There has existed an ioctl command,
  KDSETRAD, for the same purpose.  However, KDSETRAD is dependent on
  the AT keyboard.  KDSETREPEAT provides more generic interface.
  KDSETRAD will still be supported in the atkbd driver.

- Added new configuration options:
  ATKBD_DFLT_KEYMAP
  Specify a keymap to be used as the default, built-in keymap.
  (There has been undocumented options, DKKEYMAP, UKKEYMAP, GRKEYMAP,
  SWKEYMAP, RUKEYMAP, ESKEYMAP, and ISKEYMAP to set the default keymap.
  These options are now gone for good.  The new option is more general.)

  KBD_DISABLE_KEYMAP_LOADING
  Don't allow the user to change the keymap.
1999-03-10 10:36:53 +00:00
..
blank The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
daemon Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
fade The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
green The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
logo Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
rain The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
snake Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
star Followup to yokota's last commit: 1999-02-05 12:40:16 +00:00
warp The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
scvesactl.c The first stage of console driver reorganization: activate new 1999-01-11 03:18:56 +00:00
scvidctl.c - Don't assume the line length in the video memory is always the same as 1999-02-05 11:52:13 +00:00
syscons.c Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
syscons.h syscons 1999-01-19 11:31:22 +00:00