Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/12/1998 17:00:16
Module Name:	src
Committed By:	thorpej
Date:		Fri Nov 13 01:00:16 UTC 1998

Modified Files:
	src/sys/dev: ccd.c
Log Message:
Handle the case where ccdbuffer() fails due to memory shortage.  Build
a fifo of component buffers, and free them if ccdbuffer() fails.  Once
all component buffers are build, run through the fifo and fire off the
requests to the components.