diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-04-30 09:12:48 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2000-04-30 09:12:48 +0000 |
| commit | 0b09ce0c5b7b0978b2c4b77ed2908f35dfd18f26 (patch) | |
| tree | 2b4788bd7c8a153e7dd97cbf749b0ff0644fb274 | |
| parent | 517b2a8d5cd6518e4e1f0613d1d2912094a9d263 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options.pc98 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 83514224a61a..3170a58106c7 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -93,6 +93,8 @@ 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 @@ -182,10 +184,6 @@ OLTR_NO_BULLSEYE_MAC opt_oltr.h # Defaults to NDGB*16. NDGBPORTS opt_dgb.h -# ------------------------------- -# EOF -# ------------------------------- - # bs driver options SCSI_BOUNCE_SIZE opt_bs.h BS_TARG_SAFEMODE opt_bs.h @@ -198,3 +196,7 @@ PC98 opt_global.h EPSON_BOUNCEDMA opt_pc98.h EPSON_MEMWIN opt_pc98.h LINE30 opt_syscons.h + +# ------------------------------- +# EOF +# ------------------------------- |
