summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1997-09-05 15:49:41 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1997-09-05 15:49:41 +0000
commitd2c9dbbdeb1b961134ffa0545c8f1eeb31c0d581 (patch)
tree402c5013959f8903d7ee846e49273b8d286990e7
parent0bda651cceb80cc60ed3bdb32ac717541503cc18 (diff)
SCSIVERBOSE is history, use SCSITERSE.
-rw-r--r--sys/arch/i386/conf/RAMDISK4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK
index a4ba2a9481e..b40f29b67ee 100644
--- a/sys/arch/i386/conf/RAMDISK
+++ b/sys/arch/i386/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.9 1997/09/05 09:33:30 deraadt Exp $
+# $OpenBSD: RAMDISK,v 1.10 1997/09/05 15:49:40 millert Exp $
# from: OpenBSD: INST,v 1.19 1996/11/05 03:49:13 tholo Exp
#
# Install kernels no longer support X.
@@ -6,7 +6,7 @@
machine i386 # architecture, used by config; REQUIRED
-option SCSIVERBOSE=0
+option SCSITERSE
option I386_CPU # CPU classes; at least one is REQUIRED
option I486_CPU