Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 10/01/2007 18:16:05
Module Name:	src
Committed By:	bouyer
Date:		Mon Oct  1 18:16:05 UTC 2007

Modified Files:
	src/sys/dev/scsipi: sd.c

Log Message:
Properly initialize xs_callout in sddump(). We're using a static scsipi_xfer
here which didn't get through scsipi_get_xs().
Pointed out by Greg Oster.


To generate a diff of this commit:
cvs rdiff -r1.265 -r1.266 src/sys/dev/scsipi/sd.c

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