Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 09/10/2004 23:44:29
Module Name:	src
Committed By:	bouyer
Date:		Fri Sep 10 23:44:29 UTC 2004

Modified Files:
	src/sys/dev/ic: ncr53c9x.c

Log Message:
pool_prime() the ncr53c9x_ecb pool with one element (this will cause one page
to be allocated anyway). scsipi can deal with resources shortage, but if this
pool goes down to 0 pages we can deadlock with the scsipi_xfer, vnode or
inode pools.
Also update a comment, despite resources accounting we can return
ATAPTER_RESOURCES_SHORTAGE here.


To generate a diff of this commit:
cvs rdiff -r1.111 -r1.112 src/sys/dev/ic/ncr53c9x.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.