summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/vax/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC
index ed2c74dba6a..578f40bf583 100644
--- a/sys/arch/vax/conf/GENERIC
+++ b/sys/arch/vax/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.22 2001/04/09 00:53:53 hugh Exp $
+# $OpenBSD: GENERIC,v 1.23 2001/04/09 19:41:40 hugh Exp $
# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $
machine vax # machine type; required
@@ -34,6 +34,8 @@ option SCSIVERBOSE # Verbose SCSI errors
option WSEMUL_VT100
option WSDISPLAY_DEFAULTSCREENS=8
+option FFS_SOFTUPDATES # Soft updates
+
# Old compat stuff; needed to run 4.3BSD Reno programs.
# Note that if COMPAT_ULTRIX is set, you lose compatibility with
# 4.3BSD Reno programs and get Ultrix compatibility instead.