Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/12/2000 11:12:56
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Feb 12 19:12:55 UTC 2000

Modified Files:
	syssrc/sys/dev/ic: adv.c aha.c aic7xxx.c bha.c dpt.c uha.c

Log Message:
If we got an xfer from our backlog queue, don't allow sleeping; we're in
interrupt context.

XXX This is fixed properly in the thorpej_scsipi branch, but that won't
be ready for 1.5, I don't think.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 syssrc/sys/dev/ic/adv.c
cvs rdiff -r1.24 -r1.25 syssrc/sys/dev/ic/aha.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/aic7xxx.c
cvs rdiff -r1.33 -r1.34 syssrc/sys/dev/ic/bha.c
cvs rdiff -r1.17 -r1.18 syssrc/sys/dev/ic/dpt.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/ic/uha.c

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