freebsd-dev/sys/isa
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
..
ic Enable the FIFO on enhanced floppy controllers. This reduces the 1997-09-17 20:16:17 +00:00
atkbd_isa.c Keyboard driver update in preparation for the USB keyboard driver. 1999-03-10 10:36:53 +00:00
atkbdc_isa.c Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
atrtc.c Fix tabs that should have been spaces. Some were in kernel error messages. 1998-12-14 13:30:29 +00:00
bt_isa.c Pull 'ISA style' probe where interrupt information is determined through 1999-03-08 21:32:59 +00:00
fd.c Add a prioritization field to the devstat_add_entry() call so that 1999-02-10 00:04:13 +00:00
fdc.h Fixed corruption of the fd buffer queue. Once upon a time, the active 1999-01-15 09:15:27 +00:00
fdreg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
isareg.h Move IO_PSMSIZE from kbdio.h to isareg.h. 1999-01-06 05:49:30 +00:00
isavar.h * Add hooks to allow the X server to access I/O ports and memory. 1998-11-15 18:25:17 +00:00
joy.c This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ppc.c More appropriate fix to the id_irq read during probe 1999-02-14 22:02:47 +00:00
ppcreg.h Distinguish EPP address/data register. Add EPP address register access to ppi. 1999-01-30 15:35:39 +00:00
psm.c Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
rtc.h Improve a couple of comment. 1998-07-11 08:01:18 +00:00
sio.c Use suser() to check for super user rather than examining cr_uid directly. 1999-01-30 12:17:38 +00:00
sioreg.h Underlying ,v files were copied and detagged. Re-commit old versions 1998-09-26 14:00:29 +00:00
syscons_isa.c Update the alpha port to use the new syscons. 1999-01-23 16:53:30 +00:00
vga_isa.c Oops, the last commit contained a wrong patch. This is the correct one. 1999-02-05 12:58:40 +00:00