diff options
author | kato <kato@FreeBSD.org> | 1999-03-10 14:51:53 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-03-10 14:51:53 +0000 |
commit | eeb7d27ebcfc66eee50dd21970709c448958cf83 (patch) | |
tree | 5b89f149c64949d2cbb82c66f8c15db0a1089269 /sys/pc98/conf | |
parent | e0bd924279639241f4112d31481bd26f58738b93 (diff) | |
download | FreeBSD-src-eeb7d27ebcfc66eee50dd21970709c448958cf83.zip FreeBSD-src-eeb7d27ebcfc66eee50dd21970709c448958cf83.tar.gz |
Keyboard driver update.
Submitted by: Kazutaka YOKOTA <yokota@FreeBSD.org>
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r-- | sys/pc98/conf/options.pc98 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index c4f31b6..e9815e2 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.80 1999/03/03 10:40:27 kato Exp $ +# $Id: options.pc98,v 1.81 1999/03/10 14:01:59 kato Exp $ DISABLE_PSE IDE_DELAY @@ -85,6 +85,7 @@ PSM_DEBUG opt_psm.h PCIC_RESUME_RESET opt_pcic.h +KBD_DISABLE_KEYMAP_LOAD opt_kbd.h KBD_INSTALL_CDEV opt_kbd.h KBD_MAXRETRY opt_kbd.h KBD_MAXWAIT opt_kbd.h |