- add COMPAT_40
- add #options WAPBL for journalled BSDFFS for GENERIC.NAS
This commit is contained in:
parent
1976aeb78e
commit
a59dc1792e
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: ENCPP1,v 1.3 2007/11/29 06:50:37 nisimura Exp $
|
||||
# $NetBSD: ENCPP1,v 1.4 2008/04/05 04:13:48 nisimura Exp $
|
||||
#
|
||||
# Ampro EnCorePP1 machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "ENCPP1-$Revision: 1.3 $"
|
||||
#ident "ENCPP1-$Revision: 1.4 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -56,6 +56,7 @@ options COMPAT_15
|
|||
options COMPAT_16
|
||||
options COMPAT_20
|
||||
options COMPAT_30 # NetBSD 3.0 compatibility.
|
||||
options COMPAT_40 # NetBSD 4.0 compatibility.
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.38 2007/11/29 06:50:37 nisimura Exp $
|
||||
# $NetBSD: GENERIC,v 1.39 2008/04/05 04:13:48 nisimura Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC-$Revision: 1.38 $"
|
||||
#ident "GENERIC-$Revision: 1.39 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -60,6 +60,7 @@ 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_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.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC.NAS,v 1.4 2007/10/27 05:24:29 nisimura Exp $
|
||||
# $NetBSD: GENERIC.NAS,v 1.5 2008/04/05 04:13:48 nisimura Exp $
|
||||
#
|
||||
# machine description file for GENERIC.NAS
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "GENERIC.NAS-$Revision: 1.4 $"
|
||||
#ident "GENERIC.NAS-$Revision: 1.5 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -60,6 +60,7 @@ 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_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.
|
||||
|
@ -69,6 +70,8 @@ options COMPAT_BSDPTY # /dev/[pt]ty?? ptys.
|
|||
|
||||
options MSGBUFSIZE=65536
|
||||
|
||||
#options WAPBL
|
||||
|
||||
file-system FFS # UFS
|
||||
file-system EXT2FS # second extended file system (linux)
|
||||
#file-system LFS # log-structured file system
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: SANDPOINT,v 1.2 2007/10/17 19:56:55 garbled Exp $
|
||||
# $NetBSD: SANDPOINT,v 1.3 2008/04/05 04:13:48 nisimura Exp $
|
||||
#
|
||||
# Sandpoint X3/X2 machine description file
|
||||
#
|
||||
|
@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "SANDPOINT-$Revision: 1.2 $"
|
||||
#ident "SANDPOINT-$Revision: 1.3 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -58,6 +58,7 @@ options COMPAT_15
|
|||
options COMPAT_16
|
||||
options COMPAT_20
|
||||
options COMPAT_30 # NetBSD 3.0 compatibility.
|
||||
options COMPAT_40 # NetBSD 4.0 compatibility.
|
||||
options COMPAT_386BSD_MBRPART # recognize old partition ID
|
||||
#options COMPAT_LINUX # Linux binary compatibility
|
||||
#options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
|
||||
|
|
Loading…
Reference in New Issue