Module Name: src Committed By: hauke Date: Wed Nov 24 13:54:50 UTC 2010
Modified Files: src/sys/arch/mac68k/conf: GENERIC Log Message: Consistency in commenting COMPAT_nn options. To generate a diff of this commit: cvs rdiff -u -r1.198 -r1.199 src/sys/arch/mac68k/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/mac68k/conf/GENERIC diff -u src/sys/arch/mac68k/conf/GENERIC:1.198 src/sys/arch/mac68k/conf/GENERIC:1.199 --- src/sys/arch/mac68k/conf/GENERIC:1.198 Tue Nov 23 11:14:01 2010 +++ src/sys/arch/mac68k/conf/GENERIC Wed Nov 24 13:54:49 2010 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.198 2010/11/23 11:14:01 hannken Exp $ +# $NetBSD: GENERIC,v 1.199 2010/11/24 13:54:49 hauke Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.198 $" +#ident "GENERIC-$Revision: 1.199 $" maxusers 16 # estimated number of users @@ -83,7 +83,7 @@ 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 TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.