Subject: CVS commit: src/sys/dev
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 07/19/2004 13:46:23
Module Name: src
Committed By: dbj
Date: Mon Jul 19 13:46:23 UTC 2004
Modified Files:
src/sys/dev: cgd.c
Log Message:
. eliminate cgd specific buffer pool, use bufpool instead
and store previous buffer in bp->b_private.
. don't bother to raise splbio in cgdiodone
. use V_INCR_NUMOUTPUT
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/cgd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.