From c5f4a4ce5a61c8ea9ca095d1b37c72441ea0ddc8 Mon Sep 17 00:00:00 2001 From: thorpej Date: Fri, 31 Jul 1998 01:36:47 +0000 Subject: [PATCH] Now that the ccd driver uses the pool allocator, the CCDNBUF option is non-existent. --- share/man/man4/options.4 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/share/man/man4/options.4 b/share/man/man4/options.4 index 696fef719f0b..2d2934fa3b4d 100644 --- a/share/man/man4/options.4 +++ b/share/man/man4/options.4 @@ -1,4 +1,4 @@ -.\" $NetBSD: options.4,v 1.54 1998/07/27 23:56:34 perry Exp $ +.\" $NetBSD: options.4,v 1.55 1998/07/31 01:36:47 thorpej Exp $ .\" .\" Copyright (c) 1996 .\" Perry E. Metzger. All rights reserved. @@ -754,17 +754,6 @@ early in the boot process, it is not possible to meaningfully change in system initialization scripts. Changing this value currently may only be done at kernel compile time or by patching the kernel and rebooting). -.It Cd options CCDNBUF=integer -The -.Xr ccd 4 -device driver uses "component buffers" to distribute I/O requests to the -components of a concatenated disk. -It keeps a freelist of buffer headers -in order to reduce use of the kernel memory allocator. -.Em CCDNBUF -is the number of buffer headers allocated on the freelist for -each component buffer. -It defaults to 8. .It Cd options KMEMSTATS The kernel memory allocator, .Xr malloc 9 ,