Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc
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.
Home |
Main Index |
Thread Index |
Old Index