Module Name:    src
Committed By:   dholland
Date:           Wed Jun  2 18:02:58 UTC 2010

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50.


To generate a diff of this commit:
cvs rdiff -u -r1.279 -r1.280 src/sys/arch/amd64/conf/GENERIC

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/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.279 src/sys/arch/amd64/conf/GENERIC:1.280
--- src/sys/arch/amd64/conf/GENERIC:1.279	Sat May 22 19:02:07 2010
+++ src/sys/arch/amd64/conf/GENERIC	Wed Jun  2 18:02:57 2010
@@ -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

Reply via email to