Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove references to compat_freebsd when it is not ...



details:   https://anonhg.NetBSD.org/src/rev/82dd4f353779
branches:  trunk
changeset: 825828:82dd4f353779
user:      maxv <maxv%NetBSD.org@localhost>
date:      Tue Aug 01 14:23:42 2017 +0000

description:
Remove references to compat_freebsd when it is not supported.

diffstat:

 sys/arch/evbarm/conf/MMNET_GENERIC    |  5 ++---
 sys/arch/evbarm/conf/MPCSA_GENERIC    |  5 ++---
 sys/arch/evbmips/conf/CPMBR1400       |  3 +--
 sys/arch/evbmips/conf/LINKITSMART7688 |  3 +--
 sys/arch/evbmips/conf/ZYXELKX         |  3 +--
 sys/arch/ia64/ia64/genassym.cf        |  6 +-----
 6 files changed, 8 insertions(+), 17 deletions(-)

diffs (123 lines):

diff -r 5a95838e770c -r 82dd4f353779 sys/arch/evbarm/conf/MMNET_GENERIC
--- a/sys/arch/evbarm/conf/MMNET_GENERIC        Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/evbarm/conf/MMNET_GENERIC        Tue Aug 01 14:23:42 2017 +0000
@@ -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 @@
 
 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_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.
 
diff -r 5a95838e770c -r 82dd4f353779 sys/arch/evbarm/conf/MPCSA_GENERIC
--- a/sys/arch/evbarm/conf/MPCSA_GENERIC        Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/evbarm/conf/MPCSA_GENERIC        Tue Aug 01 14:23:42 2017 +0000
@@ -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 @@
 
 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_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.
 
diff -r 5a95838e770c -r 82dd4f353779 sys/arch/evbmips/conf/CPMBR1400
--- a/sys/arch/evbmips/conf/CPMBR1400   Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/evbmips/conf/CPMBR1400   Tue Aug 01 14:23:42 2017 +0000
@@ -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_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
diff -r 5a95838e770c -r 82dd4f353779 sys/arch/evbmips/conf/LINKITSMART7688
--- a/sys/arch/evbmips/conf/LINKITSMART7688     Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/evbmips/conf/LINKITSMART7688     Tue Aug 01 14:23:42 2017 +0000
@@ -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_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
diff -r 5a95838e770c -r 82dd4f353779 sys/arch/evbmips/conf/ZYXELKX
--- a/sys/arch/evbmips/conf/ZYXELKX     Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/evbmips/conf/ZYXELKX     Tue Aug 01 14:23:42 2017 +0000
@@ -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_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
diff -r 5a95838e770c -r 82dd4f353779 sys/arch/ia64/ia64/genassym.cf
--- a/sys/arch/ia64/ia64/genassym.cf    Tue Aug 01 13:57:03 2017 +0000
+++ b/sys/arch/ia64/ia64/genassym.cf    Tue Aug 01 14:23:42 2017 +0000
@@ -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_machdep.h>
 endif
 
-ifdef COMPAT_FREEBSD
-include <machine/freebsd_machdep.h>
-endif
-
 ifdef COMPAT_IA32
 
 endif



Home | Main Index | Thread Index | Old Index