Module Name: src
Committed By: martin
Date: Sun May 31 11:09:01 UTC 2009
Modified Files:
src/sys/arch/evbmips/conf: ALCHEMY
Log Message:
For consistency add COMPAT_50
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/evbmips/conf/ALCHEMY
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/evbmips/conf/ALCHEMY
diff -u src/sys/arch/evbmips/conf/ALCHEMY:1.23 src/sys/arch/evbmips/conf/ALCHEMY:1.24
--- src/sys/arch/evbmips/conf/ALCHEMY:1.23 Fri Mar 6 20:31:48 2009
+++ src/sys/arch/evbmips/conf/ALCHEMY Sun May 31 11:09:01 2009
@@ -1,11 +1,11 @@
-# $NetBSD: ALCHEMY,v 1.23 2009/03/06 20:31:48 joerg Exp $
+# $NetBSD: ALCHEMY,v 1.24 2009/05/31 11:09:01 martin Exp $
#
# Kernel config for the Alchemy Semiconductor (AMD) PB1000, PB1500,
# DBAu1000 and DBAu1500 evaluation boards.
include "arch/evbmips/conf/std.alchemy"
-#ident "ALCHEMY-$Revision: 1.23 $"
+#ident "ALCHEMY-$Revision: 1.24 $"
maxusers 32
@@ -61,6 +61,7 @@
options COMPAT_20 # NetBSD 2.0 binary compatibility
options COMPAT_30 # NetBSD 3.0 compatibility.
options COMPAT_40 # NetBSD 4.0 compatibility.
+options COMPAT_50 # NetBSD 5.0 compatibility.
#options EXEC_ECOFF # exec ECOFF binaries
#options COMPAT_ULTRIX # binary compatibility with Ultrix
options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.