diff options
| -rw-r--r-- | sys/conf/options.pc98 | 21 | ||||
| -rw-r--r-- | sys/pc98/conf/options.pc98 | 21 |
2 files changed, 32 insertions, 10 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 2c825d0f410d..e4616e9ed974 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.40 1997/09/20 05:27:58 kato Exp $ +# $Id: options.pc98,v 1.41 1997/10/12 11:59:43 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -25,12 +25,8 @@ DSI_SOFT_MODEM opt_sio.h EXTRA_SIO opt_sio.h I586_CTR_GUPROF opt_i586_guprof.h I586_PMC_GUPROF opt_i586_guprof.h -FAT_CURSOR opt_pcvt.h -PCVT_FREEBSD opt_pcvt.h -PCVT_SCANSET opt_pcvt.h WLCACHE opt_wavelan.h WLDEBUG opt_wavelan.h -XSERVER opt_pcvt.h # These two SMP options have dramatic implications all over the kernel SMP opt_global.h @@ -103,3 +99,18 @@ EISA_SLOTS opt_eisa.h FDC_DEBUG opt_fdc.h FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h + +# pcvt(4) has a bunch of options +FAT_CURSOR opt_pcvt.h +XSERVER opt_pcvt.h +PCVT_24LINESDEF opt_pcvt.h +PCVT_CTRL_ALT_DEL opt_pcvt.h +PCVT_EMU_MOUSE opt_pcvt.h +PCVT_FREEBSD opt_pcvt.h +PCVT_META_ESC opt_pcvt.h +PCVT_NSCREENS opt_pcvt.h +PCVT_PRETTYSCRNS opt_pcvt.h +PCVT_SCANSET opt_pcvt.h +PCVT_SCREENSAVER opt_pcvt.h +PCVT_USEKBDSEC opt_pcvt.h +PCVT_VT220KEYB opt_pcvt.h diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index 2c825d0f410d..e4616e9ed974 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.40 1997/09/20 05:27:58 kato Exp $ +# $Id: options.pc98,v 1.41 1997/10/12 11:59:43 kato Exp $ BOUNCEPAGES opt_bounce.h USER_LDT MATH_EMULATE opt_math_emulate.h @@ -25,12 +25,8 @@ DSI_SOFT_MODEM opt_sio.h EXTRA_SIO opt_sio.h I586_CTR_GUPROF opt_i586_guprof.h I586_PMC_GUPROF opt_i586_guprof.h -FAT_CURSOR opt_pcvt.h -PCVT_FREEBSD opt_pcvt.h -PCVT_SCANSET opt_pcvt.h WLCACHE opt_wavelan.h WLDEBUG opt_wavelan.h -XSERVER opt_pcvt.h # These two SMP options have dramatic implications all over the kernel SMP opt_global.h @@ -103,3 +99,18 @@ EISA_SLOTS opt_eisa.h FDC_DEBUG opt_fdc.h FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h + +# pcvt(4) has a bunch of options +FAT_CURSOR opt_pcvt.h +XSERVER opt_pcvt.h +PCVT_24LINESDEF opt_pcvt.h +PCVT_CTRL_ALT_DEL opt_pcvt.h +PCVT_EMU_MOUSE opt_pcvt.h +PCVT_FREEBSD opt_pcvt.h +PCVT_META_ESC opt_pcvt.h +PCVT_NSCREENS opt_pcvt.h +PCVT_PRETTYSCRNS opt_pcvt.h +PCVT_SCANSET opt_pcvt.h +PCVT_SCREENSAVER opt_pcvt.h +PCVT_USEKBDSEC opt_pcvt.h +PCVT_VT220KEYB opt_pcvt.h |
