diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-05-09 18:23:38 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-05-09 18:23:38 +0000 |
| commit | f548daf09fdac448d68cb6a38490a582e5924b6a (patch) | |
| tree | bb61d01dfe5d70234316cfaa23b22fff6156d792 | |
| parent | 29270d20bc9dbc96605b0c2edfef698a14550ed5 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options | 1 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 1 | ||||
| -rw-r--r-- | sys/conf/options.pc98 | 2 |
3 files changed, 1 insertions, 3 deletions
diff --git a/sys/conf/options b/sys/conf/options index 3662182708c6..707aab509c2f 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -440,6 +440,7 @@ ULPT_DEBUG opt_usb.h UMASS_DEBUG opt_usb.h UMS_DEBUG opt_usb.h URIO_DEBUG opt_usb.h +UKBD_DFLT_KEYMAP opt_ukbd.h # Vinum options VINUMDEBUG opt_vinum.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index b1ddafe4c697..dc86078b363a 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -102,7 +102,6 @@ PSM_DEBUG opt_psm.h PCIC_RESUME_RESET opt_pcic.h ATKBD_DFLT_KEYMAP opt_atkbd.h -UKBD_DFLT_KEYMAP opt_ukbd.h KBD_DISABLE_KEYMAP_LOAD opt_kbd.h KBD_INSTALL_CDEV opt_kbd.h diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 3170a58106c7..ce089637e745 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -93,8 +93,6 @@ PSM_DEBUG opt_psm.h PCIC_RESUME_RESET opt_pcic.h -UKBD_DFLT_KEYMAP opt_ukbd.h - KBD_DISABLE_KEYMAP_LOAD opt_kbd.h KBD_INSTALL_CDEV opt_kbd.h KBD_MAXRETRY opt_kbd.h |
