move COMPAT_50 into MONOLITHIC, as pointed out by enami@.

This commit is contained in:
mrg 2009-02-07 09:58:10 +00:00
parent 53e9163a95
commit 9bd6af36c2
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.924 2009/01/29 21:48:13 ad Exp $
# $NetBSD: GENERIC,v 1.925 2009/02/07 09:58:10 mrg 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.924 $"
#ident "GENERIC-$Revision: 1.925 $"
maxusers 64 # estimated number of users
@ -148,7 +148,7 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options COMPAT_20 # NetBSD 2.0
#options COMPAT_30 # NetBSD 3.0
#options COMPAT_40 # NetBSD 4.0
options COMPAT_50 # NetBSD 5.0 compatibility.
#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.

View File

@ -25,6 +25,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
options COMPAT_50 # NetBSD 5.0
options COMPAT_43 # and 4.3BSD
options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility