diff options
author | 2001-10-09 21:35:45 +0000 | |
---|---|---|
committer | 2001-10-09 21:35:45 +0000 | |
commit | 87f4969c54909f828a546097ee3ac8218d5a265d (patch) | |
tree | 9ecf75203cd135df734550a3ee6c515872c33f83 | |
parent | sbus only (diff) | |
download | wireguard-openbsd-87f4969c54909f828a546097ee3ac8218d5a265d.tar.xz wireguard-openbsd-87f4969c54909f828a546097ee3ac8218d5a265d.zip |
no more NBUF=
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index d8639e01c54..84eec781396 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.28 2001/06/27 05:46:27 art Exp $ +# $OpenBSD: RAMDISK,v 1.29 2001/10/09 21:35:45 deraadt Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -6,8 +6,6 @@ machine sparc # 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 # the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx) option RAMDISK_HOOKS |