Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Stoned Elipot <seb@netbsd.org>
List: source-changes
Date: 06/23/2004 23:44:58
Module Name:	src
Committed By:	seb
Date:		Wed Jun 23 23:44:58 UTC 2004

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

Log Message:
Remove special handling of ASC/ASCQ 0x29/0x00 ("Power On, Reset, or Bus
Device Reset Occurred") when the device is not opened. So let the default
error handler deal with that.

This fix the retrieval of the sense page during autoconfig.

Provided by mycroft@.
Approved by bouyer@.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 src/sys/dev/scsipi/ch.c

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