Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Charles M. Hannum <mycroft@netbsd.org>
List: source-changes
Date: 09/08/2003 16:16:45
Module Name:	src
Committed By:	mycroft
Date:		Mon Sep  8 16:16:45 UTC 2003

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

Log Message:
Attempt to deal with Martin's weirdass Sun drive by setting the mode sense
allocation length a little more precisely -- add the space for the header in
cd_mode_sense().  Also delete the XS_CTL_SILENT, since we really do want to
see errors.

Lastly, add a similar wrapper for mode select, simplifying the callers
slightly.


To generate a diff of this commit:
cvs rdiff -r1.190 -r1.191 src/sys/dev/scsipi/cd.c

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