Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/arch/i386/conf/GENERIC,v rcsdiff: /ftp/cvs/cvsroot/src/sys/arch/i386/conf/GENERIC,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.928 retrieving revision 1.929 diff -u -p -r1.928 -r1.929 --- src/sys/arch/i386/conf/GENERIC 2009/03/06 09:58:14 1.928 +++ src/sys/arch/i386/conf/GENERIC 2009/03/17 20:04:39 1.929 @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.928 2009/03/06 09:58:14 cegger Exp $ +# $NetBSD: GENERIC,v 1.929 2009/03/17 20:04:39 dyoung Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.928 $" +#ident "GENERIC-$Revision: 1.929 $" maxusers 64 # estimated number of users @@ -136,19 +136,19 @@ options DDB_HISTORY_SIZE=512 # enable h #options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) # Compatibility options, built as modules by default -#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI -#options COMPAT_09 # NetBSD 0.9 -#options COMPAT_10 # NetBSD 1.0 -#options COMPAT_11 # NetBSD 1.1 -#options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI -#options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI -#options COMPAT_14 # NetBSD 1.4 -#options COMPAT_15 # NetBSD 1.5 -#options COMPAT_16 # NetBSD 1.6 -#options COMPAT_20 # NetBSD 2.0 -#options COMPAT_30 # NetBSD 3.0 -#options COMPAT_40 # NetBSD 4.0 -#options COMPAT_50 # NetBSD 5.0 +options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI +options COMPAT_09 # NetBSD 0.9 +options COMPAT_10 # NetBSD 1.0 +options COMPAT_11 # NetBSD 1.1 +options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI +options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI +options COMPAT_14 # NetBSD 1.4 +options COMPAT_15 # NetBSD 1.5 +options COMPAT_16 # NetBSD 1.6 +options COMPAT_20 # NetBSD 2.0 +options COMPAT_30 # NetBSD 3.0 +options COMPAT_40 # NetBSD 4.0 +options COMPAT_50 # NetBSD 5.0 #options COMPAT_43 # 4.3BSD, 386BSD, and BSDI #options COMPAT_386BSD_MBRPART # recognize old partition ID #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.