freebsd-nq/sys/i386/conf
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
..
devices.i386 Pre 3.0 branch cleanup sos#1: wcd 1998-12-27 13:55:48 +00:00
files.i386 Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
GENERIC Rename hid device to uhid (HID: Human Interface Device) 1999-02-21 16:23:23 +00:00
kernel.script Make the ELF kernel build produce a dynamic executable (!). This enables 1998-09-30 12:14:39 +00:00
LINT Make TIMER_FREQ a normal, undocumented option. Raise confusion to 1999-03-09 20:20:09 +00:00
majors.i386 Reserve cdev 115 for University of Waikato DAG network capture boards 1999-03-08 23:31:04 +00:00
Makefile.i386 Ensure that vnode_if.h build before object files, if make depend has not 1999-03-01 09:54:51 +00:00
NOTES Make TIMER_FREQ a normal, undocumented option. Raise confusion to 1999-03-09 20:20:09 +00:00
options.i386 Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00