Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add option COMPAT_20. Pointed out by C...



details:   https://anonhg.NetBSD.org/src/rev/365138de773f
branches:  trunk
changeset: 573020:365138de773f
user:      briggs <briggs%NetBSD.org@localhost>
date:      Mon Jan 17 16:42:55 2005 +0000

description:
Add option COMPAT_20.  Pointed out by Chris Tribo in PR port-macppc/28988.

diffstat:

 sys/arch/macppc/conf/GENERIC |  5 +++--
 sys/arch/macppc/conf/INSTALL |  3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (43 lines):

diff -r 41037ca083af -r 365138de773f sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Jan 17 16:23:27 2005 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Jan 17 16:42:55 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.187 2005/01/17 15:28:52 cube Exp $
+# $NetBSD: GENERIC,v 1.188 2005/01/17 16:42:55 briggs Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.187 $"
+#ident                 "GENERIC-$Revision: 1.188 $"
 
 maxusers       32
 
@@ -75,6 +75,7 @@
 options        COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_16       # NetBSD 1.6,
+options        COMPAT_20       # NetBSD 2.0
 options        COMPAT_43       # and 4.3BSD
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID
 options        COMPAT_LINUX    # Linux binary compatibility
diff -r 41037ca083af -r 365138de773f sys/arch/macppc/conf/INSTALL
--- a/sys/arch/macppc/conf/INSTALL      Mon Jan 17 16:23:27 2005 +0000
+++ b/sys/arch/macppc/conf/INSTALL      Mon Jan 17 16:42:55 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.83 2005/01/08 03:24:58 briggs Exp $
+#      $NetBSD: INSTALL,v 1.84 2005/01/17 16:42:55 briggs Exp $
 #
 # config file for INSTALL FLOPPY
 #
@@ -28,6 +28,7 @@
 #options       COMPAT_13       # NetBSD 1.3,
 options        COMPAT_14       # NetBSD 1.4,
 options        COMPAT_16       # NetBSD 1.6,
+options        COMPAT_20       # NetBSD 2.0
 options        COMPAT_43       # and 4.3BSD
 options                COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
 



Home | Main Index | Thread Index | Old Index