Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 11/03/2000 12:46:20
Module Name:	syssrc
Committed By:	pk
Date:		Fri Nov  3 10:46:19 UTC 2000

Modified Files:
	syssrc/sys/dev/scsipi: st.c

Log Message:
* st_touch_tape(): start probing at the block size from the sense data if
  we have it.

* st_unmount(): reset density to the device default. This prevents using
  stale density values after changing to a medium with different density.

  Section 9.3.3 of the SCSI specs states that a device shall return the
  density value specified in the last succesfull MODE SELECT after an
  unload operation, in case it is not able to automatically determine
  the density of the new medium.


To generate a diff of this commit:
cvs rdiff -r1.130 -r1.131 syssrc/sys/dev/scsipi/st.c

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