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 06:31:25
Module Name:	src
Committed By:	mycroft
Date:		Mon Sep  8 06:31:24 UTC 2003

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

Log Message:
Rework sd_scsibus_get_parms() a little.  Try to get a block descriptor even
if our other MODE SENSEs fail.  Use this code for the optical device case,
at least for now.  (We could query the optical media type and do a table
lookup for the geometry, but why bother?  Actually, why bother with geometry
at all, but I digress...)


To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 src/sys/dev/scsipi/sd_scsi.c

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