Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 12/17/2005 21:48:13
Module Name:	src
Committed By:	macallan
Date:		Sat Dec 17 21:48:13 UTC 2005

Modified Files:
	src/sys/arch/macppc/dev: mesh.c

Log Message:
return SCSI_CHECK in xs->status instead of xs->xs_status
This fixes a whole bunch of weird errors that plague(d) mesh forever, like
- failure to spin up drives automatically
- occasional bogus 'drive offline' messages
- LONG delays when trying to use a ZIP drive

It will probably expose more problems, we'll see.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 src/sys/arch/macppc/dev/mesh.c

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