diff options
author | kato <kato@FreeBSD.org> | 1999-01-04 08:09:15 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1999-01-04 08:09:15 +0000 |
commit | 30ad5c00bb23aae0b44ff207fc1083fb62e5e3c4 (patch) | |
tree | 8eadc849fcfbe838021816ed17643facb3fc6a24 /sys | |
parent | d4d45e7752f31f764198d8e8be95f25480660742 (diff) | |
download | FreeBSD-src-30ad5c00bb23aae0b44ff207fc1083fb62e5e3c4.zip FreeBSD-src-30ad5c00bb23aae0b44ff207fc1083fb62e5e3c4.tar.gz |
Sync with sys/i386/conf/options.i386 revision 1.101.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options.pc98 | 22 | ||||
-rw-r--r-- | sys/pc98/conf/options.pc98 | 22 |
2 files changed, 42 insertions, 2 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 4f271dc..7f8e5e2 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.75 1998/12/21 09:58:37 kato Exp $ +# $Id: options.pc98,v 1.76 1998/12/30 08:03:03 kato Exp $ DISABLE_PSE IDE_DELAY @@ -101,6 +101,26 @@ FDC_DEBUG opt_fdc.h FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h FDC_YE 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 + +# voxware options +GUS_DMA2 opt_sound.h +GUS_DMA opt_sound.h +GUS_IRQ opt_sound.h + # Video spigot SPIGOT_UNSECURE opt_spigot.h # ------------------------------- diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index 4f271dc..7f8e5e2 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.75 1998/12/21 09:58:37 kato Exp $ +# $Id: options.pc98,v 1.76 1998/12/30 08:03:03 kato Exp $ DISABLE_PSE IDE_DELAY @@ -101,6 +101,26 @@ FDC_DEBUG opt_fdc.h FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h FDC_YE 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 + +# voxware options +GUS_DMA2 opt_sound.h +GUS_DMA opt_sound.h +GUS_IRQ opt_sound.h + # Video spigot SPIGOT_UNSECURE opt_spigot.h # ------------------------------- |