Module Name:    src
Committed By:   ad
Date:           Sun Mar 29 15:45:08 UTC 2009

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

Log Message:
Unfuck compat some more


To generate a diff of this commit:
cvs rdiff -u -r1.930 -r1.931 src/sys/arch/i386/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/i386/conf/GENERIC
diff -u src/sys/arch/i386/conf/GENERIC:1.930 src/sys/arch/i386/conf/GENERIC:1.931
--- src/sys/arch/i386/conf/GENERIC:1.930	Fri Mar 27 21:04:35 2009
+++ src/sys/arch/i386/conf/GENERIC	Sun Mar 29 15:45:08 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.930 2009/03/27 21:04:35 ad Exp $
+# $NetBSD: GENERIC,v 1.931 2009/03/29 15:45:08 ad Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.930 $"
+#ident 		"GENERIC-$Revision: 1.931 $"
 
 maxusers	64		# estimated number of users
 
@@ -146,7 +146,7 @@
 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_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.
 

Reply via email to