Sync with relevant portions of GENERIC 1.160.
Uncomment FFS, as MFS needs it.
This commit is contained in:
parent
afd4d28baa
commit
b65388fd20
|
@ -1,5 +1,5 @@
|
|||
# $NetBSD: MRCOFFEE,v 1.1 2003/12/15 19:33:01 martin Exp $
|
||||
# From: NetBSD: GENERIC,v 1.148 2003/10/07 09:43:58 tron Exp
|
||||
# $NetBSD: MRCOFFEE,v 1.2 2004/07/10 12:17:09 uwe Exp $
|
||||
# From: NetBSD: GENERIC,v 1.160 2004/07/10 12:05:35 uwe Exp
|
||||
#
|
||||
# Mr.Coffee (JavaStation 1) machine description file
|
||||
#
|
||||
|
@ -12,7 +12,7 @@ include "arch/sparc/conf/std.sparc"
|
|||
|
||||
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
|
||||
|
||||
#ident "MRCOFFEE-$Revision: 1.1 $"
|
||||
#ident "MRCOFFEE-$Revision: 1.2 $"
|
||||
|
||||
maxusers 32
|
||||
|
||||
|
@ -67,6 +67,7 @@ options SYSVSEM # System V semaphores
|
|||
#options SEMMNU=30 # number of undo structures in system
|
||||
options SYSVSHM # System V shared memory
|
||||
#options SHMMAXPGS=1024 # 1024 pages is the default
|
||||
options P1003_1B_SEMAPHORE # p1003.1b semaphore support
|
||||
|
||||
## Loadable kernel module support; still under development.
|
||||
options LKM
|
||||
|
@ -152,11 +153,12 @@ options COMPAT_12 # NetBSD 1.2 binary compatibility
|
|||
options COMPAT_13 # NetBSD 1.3 binary compatibility
|
||||
options COMPAT_14 # NetBSD 1.4 binary compatibility
|
||||
options COMPAT_16 # NetBSD 1.6 binary compatibility
|
||||
options COMPAT_20 # NetBSD 2.0 binary compatibility
|
||||
options COMPAT_SUNOS # SunOS 4.x binary compatibility
|
||||
options COMPAT_SVR4 # SunOS 5.x binary compatibility
|
||||
|
||||
## File systems. You probably need at least one of FFS or NFS.
|
||||
#file-system FFS # Berkeley Fast Filesystem
|
||||
file-system FFS # Berkeley Fast Filesystem
|
||||
file-system NFS # Sun NFS-compatible filesystem client
|
||||
file-system KERNFS # kernel data-structure filesystem
|
||||
file-system NULLFS # NULL layered filesystem
|
||||
|
@ -221,7 +223,7 @@ sbus0 at iommu0 # sun4m
|
|||
## Auxiliary system registers on sun4c and sun4m
|
||||
auxreg0 at obio0 # sun4m
|
||||
|
||||
## Mostek clock found on 4/300, sun4c, and sun4m systems.
|
||||
## Mostek clock found on 4/300, sun4c, sun4m and sun4d systems.
|
||||
clock0 at obio0 # sun4m
|
||||
|
||||
## Timer chip found on 4/300, sun4c, and sun4m systems.
|
||||
|
|
Loading…
Reference in New Issue