Source-Changes-HG archive

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

[src/trunk]: src/sys/arch COMPAT_43 should not be sorted between COMPAT_40 an...



details:   https://anonhg.NetBSD.org/src/rev/48c8507915f0
branches:  trunk
changeset: 755353:48c8507915f0
user:      dholland <dholland%NetBSD.org@localhost>
date:      Wed Jun 02 18:02:57 2010 +0000

description:
COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50.

diffstat:

 sys/arch/amd64/conf/GENERIC |  8 ++++----
 sys/arch/shark/conf/GENERIC |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (58 lines):

diff -r e51a5585ca7d -r 48c8507915f0 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Jun 02 17:27:57 2010 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Jun 02 18:02:57 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.279 2010/05/22 19:02:07 plunky Exp $
+# $NetBSD: GENERIC,v 1.280 2010/06/02 18:02:57 dholland Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.279 $"
+#ident                 "GENERIC-$Revision: 1.280 $"
 
 maxusers       64              # estimated number of users
 
@@ -112,9 +112,9 @@
 options        COMPAT_16       # NetBSD 1.6,
 options        COMPAT_20       # NetBSD 2.0,
 options        COMPAT_30       # NetBSD 3.0,
-options        COMPAT_40       # NetBSD 4.0 compatibility.
+options        COMPAT_40       # NetBSD 4.0,
+options        COMPAT_50       # NetBSD 5.0 compatibility,
 options        COMPAT_43       # and 4.3BSD
-options        COMPAT_50       # NetBSD 5.0
 #options       COMPAT_386BSD_MBRPART # recognize old partition ID
 
 options        COMPAT_OSSAUDIO
diff -r e51a5585ca7d -r 48c8507915f0 sys/arch/shark/conf/GENERIC
--- a/sys/arch/shark/conf/GENERIC       Wed Jun 02 17:27:57 2010 +0000
+++ b/sys/arch/shark/conf/GENERIC       Wed Jun 02 18:02:57 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.89 2010/04/16 13:48:35 pooka Exp $
+#      $NetBSD: GENERIC,v 1.90 2010/06/02 18:03:52 dholland Exp $
 #
 # Generic Shark configuration.
 #
@@ -7,7 +7,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.89 $"
+#ident         "GENERIC-$Revision: 1.90 $"
 
 # estimated number of users
 maxusers       32
@@ -117,8 +117,8 @@
 options        COMPAT_20       # NetBSD 2.0 compatibility.
 options        COMPAT_30       # NetBSD 3.0 compatibility.
 options        COMPAT_40       # NetBSD 4.0 compatibility.
+options        COMPAT_50       # NetBSD 5.0 compatibility.
 options        COMPAT_43       # 4.3BSD compatibility.
-options        COMPAT_50       # NetBSD 5.0 compatibility.
 options        COMPAT_LINUX    # Linux compatibility.
 #options       TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
 options        COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.



Home | Main Index | Thread Index | Old Index