Reactivate native compatibility in GENERIC.

This commit is contained in:
dyoung 2009-03-17 20:04:39 +00:00
parent 6dc3c9a69e
commit 69fbb7297e
1 changed files with 15 additions and 15 deletions

View File

@ -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 # GENERIC machine description file
# #
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary 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 maxusers 64 # estimated number of users
@ -136,19 +136,19 @@ options DDB_HISTORY_SIZE=512 # enable history editing in DDB
#options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris) #options SYSCALL_TIMES_HASCOUNTER # use 'broken' rdtsc (soekris)
# Compatibility options, built as modules by default # Compatibility options, built as modules by default
#options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI options COMPAT_NOMID # NetBSD 0.8, 386BSD, and BSDI
#options COMPAT_09 # NetBSD 0.9 options COMPAT_09 # NetBSD 0.9
#options COMPAT_10 # NetBSD 1.0 options COMPAT_10 # NetBSD 1.0
#options COMPAT_11 # NetBSD 1.1 options COMPAT_11 # NetBSD 1.1
#options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI options COMPAT_12 # NetBSD 1.2, 386BSD, and BSDI
#options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI options COMPAT_13 # NetBSD 1.3, 386BSD, and BSDI
#options COMPAT_14 # NetBSD 1.4 options COMPAT_14 # NetBSD 1.4
#options COMPAT_15 # NetBSD 1.5 options COMPAT_15 # NetBSD 1.5
#options COMPAT_16 # NetBSD 1.6 options COMPAT_16 # NetBSD 1.6
#options COMPAT_20 # NetBSD 2.0 options COMPAT_20 # NetBSD 2.0
#options COMPAT_30 # NetBSD 3.0 options COMPAT_30 # NetBSD 3.0
#options COMPAT_40 # NetBSD 4.0 options COMPAT_40 # NetBSD 4.0
#options COMPAT_50 # NetBSD 5.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 COMPAT_386BSD_MBRPART # recognize old partition ID
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended. #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.