Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 02/28/2000 09:44:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Mon Feb 28 17:44:21 UTC 2000

Modified Files:
	syssrc/sys/dev/scsipi: scsipi_base.h

Log Message:
Make sure to initialize xs->req_sense_length (to 0).  This appears to be
a historical leftover, and very few drivers actually look at it.  But the
PCI `ncr' driver does, and if this field is not initialized to its default
value, that driver will fall over flat on its face when it attempts to get
sense data from a target.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 syssrc/sys/dev/scsipi/scsipi_base.h

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