diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-09 21:32:05 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-09 21:32:05 +0000 |
commit | 77602b21e6f00ced77949e3906f999f8f9295cc4 (patch) | |
tree | 4a73beb6e5f92e376688f405f8cdaf058e770bc3 /sys/arch/sparc64 | |
parent | f9bb7b6ab16a7573cbbd9e383bfe3e0a15fb3d87 (diff) |
no NBUF=
Diffstat (limited to 'sys/arch/sparc64')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK index 0d21c02d521..dbafb535319 100644 --- a/sys/arch/sparc64/conf/RAMDISK +++ b/sys/arch/sparc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2001/09/29 03:17:21 art Exp $ +# $OpenBSD: RAMDISK,v 1.7 2001/10/09 21:32:04 deraadt Exp $ # Machine architecture; required by config(8) machine sparc64 @@ -8,8 +8,6 @@ option _LP64 # maxusers means mostly "let's get small" in terms of kernel malloc's maxusers 2 -# force default minimum number of buffers and dependents -option NBUF=16 option RAMDISK_HOOKS option MINIROOTSIZE=6144 |