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
|
|
|
# $Id: options.alpha,v 1.9 1999/01/23 16:53:26 dfr Exp $
|
1998-06-10 10:57:29 +00:00
|
|
|
|
|
|
|
EV5 opt_global.h
|
1998-08-20 08:27:11 +00:00
|
|
|
EV4 opt_global.h
|
1998-06-10 10:57:29 +00:00
|
|
|
DEC_KN8AE opt_cpu.h
|
1998-07-12 16:28:09 +00:00
|
|
|
DEC_EB164 opt_cpu.h
|
1999-01-18 20:26:50 +00:00
|
|
|
DEC_EB64PLUS opt_cpu.h
|
1998-07-22 08:24:39 +00:00
|
|
|
DEC_KN20AA opt_cpu.h
|
Lots of changes, including:
* Support for AlphaStation 200, 250, 255, 400
* Untested support for UDB, Multia, AXPpci33 (Noname)
* Support for Personal Workstation 433a/433au, 500a/500au, 600a/600au (Miata)
* Some minor fixes and improvements to interrupt handling.
Submitted by: Andrew Gallatin <gallatin@cs.duke.edu> (AS200, Miata)
Obtained from: NetBSD (some code for AS200, Miata, Noname)
1998-08-10 07:53:59 +00:00
|
|
|
DEC_2100_A50 opt_cpu.h
|
|
|
|
DEC_ST550 opt_cpu.h
|
|
|
|
DEC_AXPPCI_33 opt_cpu.h
|
1998-08-20 08:27:11 +00:00
|
|
|
DEC_3000_300 opt_cpu.h
|
|
|
|
DEC_3000_500 opt_cpu.h
|
1998-06-10 10:57:29 +00:00
|
|
|
|
|
|
|
ATAPI opt_atapi.h
|
|
|
|
ATAPI_STATIC opt_atapi.h
|
|
|
|
|
|
|
|
CMD640 opt_wd.h
|
|
|
|
|
|
|
|
SHOW_BUSYBUFS
|
|
|
|
PANIC_REBOOT_WAIT_TIME opt_panic.h
|
|
|
|
|
1998-07-22 08:24:39 +00:00
|
|
|
SC_SPLASH_SCREEN opt_syscons.h
|
|
|
|
MAXCONS opt_syscons.h
|
|
|
|
SLOW_VGA opt_syscons.h
|
|
|
|
STD8X16FONT opt_syscons.h
|
|
|
|
SC_HISTORY_SIZE opt_syscons.h
|
|
|
|
SC_DISABLE_REBOOT opt_syscons.h
|
|
|
|
SC_MOUSE_CHAR opt_syscons.h
|
|
|
|
|
1999-01-23 16:53:30 +00:00
|
|
|
VGA_ALT_SEQACCESS opt_vga.h
|
|
|
|
VGA_DEBUG opt_vga.h
|
|
|
|
VGA_NO_FONT_LOADING opt_vga.h
|
|
|
|
VGA_NO_MODE_CHANGE opt_vga.h
|
|
|
|
VGA_SLOW_IOACCESS opt_vga.h
|
|
|
|
|
1998-07-22 08:24:39 +00:00
|
|
|
PSM_HOOKAPM opt_psm.h
|
|
|
|
PSM_RESETAFTERSUSPEND opt_psm.h
|
|
|
|
PSM_DEBUG opt_psm.h
|
|
|
|
|
1999-01-23 16:53:30 +00:00
|
|
|
# Fb options
|
|
|
|
FB_INSTALL_CDEV opt_fb.h
|
|
|
|
|
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
|
|
|
# Atkbd options
|
|
|
|
ATKBD_DFLT_KEYMAP opt_atkbd.h
|
|
|
|
|
1999-01-23 16:53:30 +00:00
|
|
|
# Kbd options
|
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
|
|
|
KBD_DISABLE_KEYMAP_LOAD opt_kbd.h
|
1999-01-23 16:53:30 +00:00
|
|
|
KBD_INSTALL_CDEV opt_kbd.h
|
|
|
|
KBD_MAXRETRY opt_kbd.h
|
|
|
|
KBD_MAXWAIT opt_kbd.h
|
|
|
|
KBD_RESETDELAY opt_kbd.h
|
|
|
|
KBDIO_DEBUG opt_kbd.h
|
1998-08-21 23:43:15 +00:00
|
|
|
|
|
|
|
BREAK_TO_DEBUGGER opt_comconsole.h
|