diff options
| author | John-Mark Gurney <jmg@FreeBSD.org> | 1998-06-30 08:32:51 +0000 |
|---|---|---|
| committer | John-Mark Gurney <jmg@FreeBSD.org> | 1998-06-30 08:32:51 +0000 |
| commit | 3f139a1a4cc684b94765cba9f0044e8dc3b32c05 (patch) | |
| tree | d1a1bc1184c66dea32d83b3afd6f12a9e3897760 | |
| parent | a9e837f479864e9fbbcb6642ab1d04a848ba48d5 (diff) | |
Notes
| -rw-r--r-- | sys/conf/options | 5 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 4 | ||||
| -rw-r--r-- | sys/i386/conf/options.i386 | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/sys/conf/options b/sys/conf/options index f6aa3054ceab..05cf5f591171 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.82 1998/06/30 08:01:28 jmg Exp $ +# $Id: options,v 1.83 1998/06/30 08:13:26 jmg Exp $ # # On the handling of kernel options # @@ -259,5 +259,8 @@ NFS_MUIDHASHSIZ opt_nfs.h NFS_NOSERVER opt_nfs.h NFS_DEBUG opt_nfs.h +# give bktr an opt_bktr.h file +OVERRIDE_TUNER opt_bktr.h + # Include tweaks for running under the SimOS machine simulator. SIMOS opt_simos.h diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 71419917d77e..680ccaf9605c 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.78 1998/05/11 02:13:33 dyson Exp $ +# $Id: options.i386,v 1.79 1998/06/30 08:24:01 jmg Exp $ BOUNCEPAGES opt_bounce.h DISABLE_PSE @@ -121,8 +121,6 @@ PCVT_SCANSET opt_pcvt.h PCVT_SCREENSAVER opt_pcvt.h PCVT_USEKBDSEC opt_pcvt.h PCVT_VT220KEYB opt_pcvt.h -# give bktr an opt_bktr.h file -OVERRIDE_TUNER opt_bktr.h # voxware options GUS_DMA2 opt_sound.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index 71419917d77e..680ccaf9605c 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ -# $Id: options.i386,v 1.78 1998/05/11 02:13:33 dyson Exp $ +# $Id: options.i386,v 1.79 1998/06/30 08:24:01 jmg Exp $ BOUNCEPAGES opt_bounce.h DISABLE_PSE @@ -121,8 +121,6 @@ PCVT_SCANSET opt_pcvt.h PCVT_SCREENSAVER opt_pcvt.h PCVT_USEKBDSEC opt_pcvt.h PCVT_VT220KEYB opt_pcvt.h -# give bktr an opt_bktr.h file -OVERRIDE_TUNER opt_bktr.h # voxware options GUS_DMA2 opt_sound.h |
