Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/20/1997 18:20:06
mjacob
Wed Aug 20 11:11:41 PDT 1997
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/var/slash-tmp/cvs-serv21229

Modified Files:
	scsiconf.h 
Log Message:
Add in prototype for routine to print SCSI errors in detail.


mjacob
Wed Aug 20 11:19:14 PDT 1997
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/var/slash-tmp/cvs-serv22538

Modified Files:
	scsi_base.c 
Log Message:
Add in (enabled by SCSIVERBOSE option since it adds a fair amount of string
gup to the kernel) more detailed SCSI error printing, based off of final
SCSI-2 specification. This will also print out things like progress indicator
errors, and will also dump out additional sense bytes that haven't been decoded.

Also, turned the error message 'DELAYED' to 'DEFERRED' since that's more
accurate.