Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/conf Disable compat_ibcs2, it is being retired.



details:   https://anonhg.NetBSD.org/src/rev/1d17329329d7
branches:  trunk
changeset: 447048:1d17329329d7
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Dec 29 09:48:54 2018 +0000

description:
Disable compat_ibcs2, it is being retired.

diffstat:

 sys/arch/vax/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 80a1c838b415 -r 1d17329329d7 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Sat Dec 29 06:34:16 2018 +0000
+++ b/sys/arch/vax/conf/GENERIC Sat Dec 29 09:48:54 2018 +0000
@@ -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 @@
 
 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 @@
 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.
 
 



Home | Main Index | Thread Index | Old Index