freebsd-dev/sys/i386
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
..
apm Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
bios Perform APM power-off on power-off request, not halt request. 1998-12-10 23:36:14 +00:00
boot Don't refer to i386/isa/kbdio.h anymore. Use dev/kbd/atkbdcreg.h instead. 1999-01-11 03:50:01 +00:00
conf Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
eisa Ask the card where our interrupt is instead of attempting to use the EISA 1999-03-08 21:35:03 +00:00
i386 Make TIMER_FREQ a normal, undocumented option. Raise confusion to 1999-03-09 20:20:09 +00:00
ibcs2 Add missing poatch for ibcs2_ipc.h as well. 1999-02-09 15:53:21 +00:00
include Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
isa Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
linux Fix thread/process tracking and differentiation for Linux threads emulation. 1999-03-02 00:28:09 +00:00
pci
svr4 Integrated a patch provided by Guido to more correctly work out the 1999-02-25 14:32:29 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00