Module Name: src
Committed By: matt
Date: Wed Mar 16 21:12:16 UTC 2011
Modified Files:
src/sys/arch/evbppc/conf: PMPPC
Log Message:
Enable COMPAT_50
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/evbppc/conf/PMPPC
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/evbppc/conf/PMPPC
diff -u src/sys/arch/evbppc/conf/PMPPC:1.20 src/sys/arch/evbppc/conf/PMPPC:1.21
--- src/sys/arch/evbppc/conf/PMPPC:1.20 Sun Mar 6 17:08:23 2011
+++ src/sys/arch/evbppc/conf/PMPPC Wed Mar 16 21:12:15 2011
@@ -1,4 +1,4 @@
-# $NetBSD: PMPPC,v 1.20 2011/03/06 17:08:23 bouyer Exp $
+# $NetBSD: PMPPC,v 1.21 2011/03/16 21:12:15 matt Exp $
#
# PMPPC
#
@@ -51,7 +51,7 @@
#options COMPAT_20 # NetBSD 2.0,
#options COMPAT_30 # NetBSD 3.0,
#options COMPAT_40 # NetBSD 4.0,
-#options COMPAT_50 # NetBSD 5.0 compatibility.
+options COMPAT_50 # NetBSD 5.0 compatibility.
#options COMPAT_43 # and 4.3BSD
#options COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.