Module Name: src Committed By: riastradh Date: Tue Apr 8 21:51:11 UTC 2014
Modified Files: src/sys/arch/amd64/conf: ALL Log Message: Add COMPAT_NETBSD32 and COMPAT_LINUX32 to amd64/ALL. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 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.3 src/sys/arch/amd64/conf/ALL:1.4 --- src/sys/arch/amd64/conf/ALL:1.3 Tue Apr 8 19:42:13 2014 +++ src/sys/arch/amd64/conf/ALL Tue Apr 8 21:51:11 2014 @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.3 2014/04/08 19:42:13 christos Exp $ +# $NetBSD: ALL,v 1.4 2014/04/08 21:51:11 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.3 $" +#ident "ALL-$Revision: 1.4 $" maxusers 64 # estimated number of users @@ -145,9 +145,11 @@ options COMPAT_43 # 4.3BSD, 386BSD, and options COMPAT_386BSD_MBRPART # recognize old partition ID options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. +options COMPAT_NETBSD32 # NetBSD 32-bit options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility options COMPAT_IBCS2 # binary compatibility with SCO and ISC options COMPAT_LINUX # binary compatibility with Linux +options COMPAT_LINUX32 # binary compatibility with Linux 32-bit options COMPAT_FREEBSD # binary compatibility with FreeBSD options COMPAT_NDIS # NDIS network driver options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.