diff options
author | bde <bde@FreeBSD.org> | 1997-01-27 11:54:56 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-01-27 11:54:56 +0000 |
commit | 3bb1d892ad169724d0b8d2e625f0a622a51d00b5 (patch) | |
tree | 4569cd6639f7adc1730bbf8f3a2198e8b53b7526 /sys/conf | |
parent | c1d86f7c352869aeb6beca79a0a222003d68630c (diff) | |
download | FreeBSD-src-3bb1d892ad169724d0b8d2e625f0a622a51d00b5.zip FreeBSD-src-3bb1d892ad169724d0b8d2e625f0a622a51d00b5.tar.gz |
Added KBD_MAXRETRY and PSM_NO_RESET.
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/options.i386 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 6421e58..6d9de82 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -50,8 +50,10 @@ PSM_ACCEL opt_psm.h PSM_EMULATION opt_psm.h PSM_CHECKSYNC opt_psm.h PSM_DEBUG opt_psm.h +PSM_NO_RESET opt_psm.h KBD_RESETDELAY opt_kbdio.h +KBD_MAXRETRY opt_kbdio.h KBD_MAXWAIT opt_kbdio.h KBDIO_DEBUG opt_kbdio.h |