diff options
author | kato <kato@FreeBSD.org> | 1998-06-06 05:21:56 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 1998-06-06 05:21:56 +0000 |
commit | 3b0eeaf8e16c03c758120fd5903d29ea67ab9684 (patch) | |
tree | a2e12bc28d8cadb183dcb465e71be7d1a4f50731 /sys | |
parent | 6df674abae8398c042224a6497ac33a53956d4a2 (diff) | |
download | FreeBSD-src-3b0eeaf8e16c03c758120fd5903d29ea67ab9684.zip FreeBSD-src-3b0eeaf8e16c03c758120fd5903d29ea67ab9684.tar.gz |
Make BS_TARG_SAFEMODE a new style option.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/options.pc98 | 3 | ||||
-rw-r--r-- | sys/pc98/conf/options.pc98 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 89eebda..836624e 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.59 1998/04/20 13:52:44 kato Exp $ +# $Id: options.pc98,v 1.60 1998/05/12 09:31:44 kato Exp $ BOUNCEPAGES opt_bounce.h DISABLE_PSE USER_LDT @@ -126,6 +126,7 @@ OVERRIDE_TUNER opt_bktr.h # bs driver options SCSI_BOUNCE_SIZE opt_bs.h +BS_TARG_SAFEMODE opt_bs.h # npx options FPU_ERROR_BROKEN opt_npx.h diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index 89eebda..836624e 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.59 1998/04/20 13:52:44 kato Exp $ +# $Id: options.pc98,v 1.60 1998/05/12 09:31:44 kato Exp $ BOUNCEPAGES opt_bounce.h DISABLE_PSE USER_LDT @@ -126,6 +126,7 @@ OVERRIDE_TUNER opt_bktr.h # bs driver options SCSI_BOUNCE_SIZE opt_bs.h +BS_TARG_SAFEMODE opt_bs.h # npx options FPU_ERROR_BROKEN opt_npx.h |