Module Name:    src
Committed By:   maxv
Date:           Sat Dec 29 09:48:54 UTC 2018

Modified Files:
        src/sys/arch/vax/conf: GENERIC

Log Message:
Disable compat_ibcs2, it is being retired.


To generate a diff of this commit:
cvs rdiff -u -r1.206 -r1.207 src/sys/arch/vax/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/vax/conf/GENERIC
diff -u src/sys/arch/vax/conf/GENERIC:1.206 src/sys/arch/vax/conf/GENERIC:1.207
--- src/sys/arch/vax/conf/GENERIC:1.206	Wed Aug  1 20:04:14 2018
+++ src/sys/arch/vax/conf/GENERIC	Sat Dec 29 09:48:54 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.206 2018/08/01 20:04:14 maxv Exp $
+# $NetBSD: GENERIC,v 1.207 2018/12/29 09:48:54 maxv Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/vax/conf/std.vax"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.206 $"
+#ident 		"GENERIC-$Revision: 1.207 $"
 
 # Here are all different supported CPU types listed.
 #options 	VAX8800		# VAX 8500, 8530, 8550, 8700, 8800
@@ -132,7 +132,7 @@ options 	SYSVSHM
 include 	"conf/compat_netbsd09.config"
 options 	COMPAT_VAX1K	# Must be present to run pre-1.4 binaries.
 options 	COMPAT_ULTRIX
-options 	COMPAT_IBCS2	# DEC SVR.3 compatibility
+#options 	COMPAT_IBCS2	# DEC SVR.3 compatibility
 #options 	NO_INSN_EMULATE	# CPU does not lack some hardware instructions.
 
 

Reply via email to