diff options
author | 2001-10-09 21:32:04 +0000 | |
---|---|---|
committer | 2001-10-09 21:32:04 +0000 | |
commit | 9ef5aee01025079b997be931a69a0b4c81219a62 (patch) | |
tree | 83b67eba4f242e277000302fe5a08c6c723f782d | |
parent | bge and wx are known to work (diff) | |
download | wireguard-openbsd-9ef5aee01025079b997be931a69a0b4c81219a62.tar.xz wireguard-openbsd-9ef5aee01025079b997be931a69a0b4c81219a62.zip |
no NBUF=
-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 |