Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/conf Add some more bogus compat options to am...



details:   https://anonhg.NetBSD.org/src/rev/8057ac4ad3e5
branches:  trunk
changeset: 825703:8057ac4ad3e5
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Fri Jul 28 15:40:38 2017 +0000

description:
Add some more bogus compat options to amd64/ALL for compile-testing.

diffstat:

 sys/arch/amd64/conf/ALL |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 58b789a3f787 -r 8057ac4ad3e5 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Jul 28 15:37:23 2017 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Jul 28 15:40:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.60 2017/06/14 09:00:07 pgoyette Exp $
+# $NetBSD: ALL,v 1.61 2017/07/28 15:40:38 riastradh Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "ALL-$Revision: 1.60 $"
+#ident         "ALL-$Revision: 1.61 $"
 
 maxusers       64              # estimated number of users
 
@@ -160,6 +160,11 @@
 options        COMPAT_FREEBSD  # binary compatibility with FreeBSD
 options        COMPAT_NDIS     # NDIS network driver
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
+options        COMPAT_OSF1     # OSF1 binary compatibility
+#options       COMPAT_SVR4     # SVR4 binary compatibility (no amd64)
+#options       COMPAT_SVR4_32  # SVR4 32-bit binary compatibility (no amd64)
+options        COMPAT_ULTRIX   # DEC Ultrix binary compatibility
+options        COMPAT_SUNOS    # SunOS 4.x binary compatibility
 
 # Wedge support
 options        DKWEDGE_AUTODISCOVER    # Automatically add dk(4) instances



Home | Main Index | Thread Index | Old Index