Module Name:    src
Committed By:   maxv
Date:           Tue Aug  1 14:23:42 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: MMNET_GENERIC MPCSA_GENERIC
        src/sys/arch/evbmips/conf: CPMBR1400 LINKITSMART7688 ZYXELKX
        src/sys/arch/ia64/ia64: genassym.cf

Log Message:
Remove references to compat_freebsd when it is not supported.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/evbarm/conf/MMNET_GENERIC
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/evbarm/conf/MPCSA_GENERIC
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbmips/conf/CPMBR1400
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbmips/conf/LINKITSMART7688
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/evbmips/conf/ZYXELKX
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/ia64/ia64/genassym.cf

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.29 src/sys/arch/evbarm/conf/MMNET_GENERIC:1.30
--- src/sys/arch/evbarm/conf/MMNET_GENERIC:1.29	Tue Aug  1 13:02:37 2017
+++ src/sys/arch/evbarm/conf/MMNET_GENERIC	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MMNET_GENERIC,v 1.29 2017/08/01 13:02:37 riastradh Exp $
+# $NetBSD: MMNET_GENERIC,v 1.30 2017/08/01 14:23:42 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.29 $"
+#ident 		"GENERIC-$Revision: 1.30 $"
 
 maxusers	32		# estimated number of users
 
@@ -112,7 +112,6 @@ options 	COMPAT_43	# 4.3BSD, 386BSD, and
 #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_FREEBSD	# binary compatibility with FreeBSD
 #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.50 src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.51
--- src/sys/arch/evbarm/conf/MPCSA_GENERIC:1.50	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbarm/conf/MPCSA_GENERIC	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-# $NetBSD: MPCSA_GENERIC,v 1.50 2017/07/29 18:08:57 maxv Exp $
+# $NetBSD: MPCSA_GENERIC,v 1.51 2017/08/01 14:23:42 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.50 $"
+#ident 		"GENERIC-$Revision: 1.51 $"
 
 maxusers	32		# estimated number of users
 
@@ -112,7 +112,6 @@ options 	COMPAT_43	# 4.3BSD, 386BSD, and
 #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_FREEBSD	# binary compatibility with FreeBSD
 #options 	COMPAT_NDIS	# NDIS network driver
 options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 

Index: src/sys/arch/evbmips/conf/CPMBR1400
diff -u src/sys/arch/evbmips/conf/CPMBR1400:1.23 src/sys/arch/evbmips/conf/CPMBR1400:1.24
--- src/sys/arch/evbmips/conf/CPMBR1400:1.23	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/CPMBR1400	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: CPMBR1400,v 1.23 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: CPMBR1400,v 1.24 2017/08/01 14:23:42 maxv Exp $
 
 include		"arch/evbmips/conf/std.rasoc"
 
@@ -79,7 +79,6 @@ options 	COMPAT_70	# NetBSD 7.0 binary c
 #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_FREEBSD	# binary compatibility with FreeBSD
 #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems

Index: src/sys/arch/evbmips/conf/LINKITSMART7688
diff -u src/sys/arch/evbmips/conf/LINKITSMART7688:1.3 src/sys/arch/evbmips/conf/LINKITSMART7688:1.4
--- src/sys/arch/evbmips/conf/LINKITSMART7688:1.3	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/LINKITSMART7688	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: LINKITSMART7688,v 1.3 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: LINKITSMART7688,v 1.4 2017/08/01 14:23:42 maxv Exp $
 #
 # MediaTek MT7688
 #
@@ -79,7 +79,6 @@ options 	COMPAT_70	# NetBSD 7.0 binary c
 #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_FREEBSD	# binary compatibility with FreeBSD
 #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems

Index: src/sys/arch/evbmips/conf/ZYXELKX
diff -u src/sys/arch/evbmips/conf/ZYXELKX:1.8 src/sys/arch/evbmips/conf/ZYXELKX:1.9
--- src/sys/arch/evbmips/conf/ZYXELKX:1.8	Sat Jul 29 18:08:57 2017
+++ src/sys/arch/evbmips/conf/ZYXELKX	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: ZYXELKX,v 1.8 2017/07/29 18:08:57 maxv Exp $
+#	$NetBSD: ZYXELKX,v 1.9 2017/08/01 14:23:42 maxv Exp $
 
 include		"arch/evbmips/conf/std.rasoc"
 
@@ -75,7 +75,6 @@ options 	COMPAT_70	# NetBSD 7.0 binary c
 #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_FREEBSD	# binary compatibility with FreeBSD
 #options 	COMPAT_BSDPTY	# /dev/[pt]ty?? ptys.
 
 # File systems

Index: src/sys/arch/ia64/ia64/genassym.cf
diff -u src/sys/arch/ia64/ia64/genassym.cf:1.11 src/sys/arch/ia64/ia64/genassym.cf:1.12
--- src/sys/arch/ia64/ia64/genassym.cf:1.11	Sat Apr  8 17:43:41 2017
+++ src/sys/arch/ia64/ia64/genassym.cf	Tue Aug  1 14:23:42 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: genassym.cf,v 1.11 2017/04/08 17:43:41 scole Exp $
+#	$NetBSD: genassym.cf,v 1.12 2017/08/01 14:23:42 maxv Exp $
 
 #
 # Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -98,10 +98,6 @@ include <compat/linux/common/linux_signa
 include <compat/linux/common/linux_machdep.h>
 endif
 
-ifdef COMPAT_FREEBSD
-include <machine/freebsd_machdep.h>
-endif
-
 ifdef COMPAT_IA32
 
 endif

Reply via email to