Module Name: src Committed By: riastradh Date: Fri Jul 28 15:40:38 UTC 2017
Modified Files: src/sys/arch/amd64/conf: ALL Log Message: Add some more bogus compat options to amd64/ALL for compile-testing. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amd64/conf/ALL 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/amd64/conf/ALL diff -u src/sys/arch/amd64/conf/ALL:1.60 src/sys/arch/amd64/conf/ALL:1.61 --- src/sys/arch/amd64/conf/ALL:1.60 Wed Jun 14 09:00:07 2017 +++ src/sys/arch/amd64/conf/ALL Fri Jul 28 15:40:38 2017 @@ -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 @@ include "arch/amd64/conf/std.amd64" 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_IBCS2 # binary compatibi 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