Module Name: src
Committed By: maxv
Date: Wed Aug 9 19:18:59 UTC 2017
Modified Files:
src/sys/arch/evbarm/conf: MMNET_GENERIC MPCSA_GENERIC
Log Message:
Remove references to svr4 and ibcs2, they are not supported here.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.51 -r1.52 src/sys/arch/evbarm/conf/MPCSA_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/evbarm/conf/MMNET_GENERIC
diff -u src/sys/arch/evbarm/conf/MMNET_GENERIC:1.30 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.31
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.30 Tue Aug 1 14:23:42 2017
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC Wed Aug 9 19:18:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.30 2017/08/01 14:23:42 maxv Exp $
+# $NetBSD: MMNET_GENERIC,v 1.31 2017/08/09 19:18:59 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mmnet"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.30 $"
+#ident "GENERIC-$Revision: 1.31 $"
maxusers 32 # estimated number of users
@@ -109,8 +109,6 @@ options COMPAT_43 # 4.3BSD, 386BSD, and
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_NDIS # NDIS network driver
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
Index: src/sys/arch/evbarm/conf/MPCSA_GENERIC
diff -u src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.51 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.52
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.51 Tue Aug 1 14:23:42 2017
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC Wed Aug 9 19:18:59 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.51 2017/08/01 14:23:42 maxv Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.52 2017/08/09 19:18:59 maxv Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@ include "arch/evbarm/conf/std.mpcsa"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.51 $"
+#ident "GENERIC-$Revision: 1.52 $"
maxusers 32 # estimated number of users
@@ -109,8 +109,6 @@ options COMPAT_43 # 4.3BSD, 386BSD, and
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
-#options COMPAT_SVR4 # binary compatibility with SVR4
-#options COMPAT_IBCS2 # binary compatibility with SCO and ISC
#options COMPAT_LINUX # binary compatibility with Linux
#options COMPAT_NDIS # NDIS network driver
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.