Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 06/25/2004 14:07:27
Module Name: src
Committed By: mycroft
Date: Fri Jun 25 14:07:27 UTC 2004
Modified Files:
src/sys/dev/usb: umass.c
Log Message:
Do not return STATUS_WIRE_FAILED in response to a CBI stall. This is perfectly
normal, and is used to report errors. Instead, use STATUS_CMD_FAILED, which
causes us to do a REQUEST SENSE. Should address PR 22960.
To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 src/sys/dev/usb/umass.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.