diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-09 21:35:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-10-09 21:35:46 +0000 |
commit | 1bed9aad8b2cb1ea27af58b1807d78637109a17b (patch) | |
tree | af6df362193c053152e4eb1b6c7de889794bdf40 /sys/arch | |
parent | 1d7a2c76ad48c4242e5d9e5aa87345283b875cfa (diff) |
no more NBUF=
Diffstat (limited to 'sys/arch')
-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 |