Subject: CVS commit: syssrc/sys/dev/scsipi
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 06/03/2002 19:17:58
Module Name: syssrc
Committed By: bouyer
Date: Mon Jun 3 16:17:57 UTC 2002
Modified Files:
syssrc/sys/dev/scsipi: scsipi_base.c
Log Message:
Doh, the return of scsipi_lookup_periph() was meant to be assigned to
periph.
periph was used uninitialised, and caused a panic when the scsibus is reset
with siop or esiop, and possibly others HBA drivers.
To generate a diff of this commit:
cvs rdiff -r1.75 -r1.76 syssrc/sys/dev/scsipi/scsipi_base.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.