Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 11/09/2002 00:04:43
Module Name: syssrc
Committed By: bouyer
Date: Fri Nov 8 22:04:42 UTC 2002
Modified Files:
syssrc/sys/dev/ic: siop.c
Log Message:
in siop_reset(), reset sc_ntargets to 0. The number of targets will be
computed again in siop_add_reselsw()
in siop_reset(), reset the tag reseloff to 0, in addition to the lun reseloff.
If siop_add_dev() fails this time we would use the old reseloff, clobbering
memory now used for something else.
To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/dev/ic/siop.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.