Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 04/28/2001 18:09:43
Module Name: syssrc
Committed By: bouyer
Date: Sat Apr 28 15:09:42 UTC 2001
Modified Files:
syssrc/sys/dev/ic: ncr53c9x.c
Log Message:
- don't wait when called from interrupt context (basically this means we
can't sleep in HBA drivers)
- pool_get can fail, so return XS_RESOURCE_SHORTAGE instead of panic()
- don't try to bzero() a NULL pointer
To generate a diff of this commit:
cvs rdiff -r1.76 -r1.77 syssrc/sys/dev/ic/ncr53c9x.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.