Subject: CVS commit: src/sys/dev/scsipi
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 11/25/2006 12:03:39
Module Name:	src
Committed By:	scw
Date:		Sat Nov 25 12:03:38 UTC 2006

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

Log Message:
- Call disk_blocksize(9) when we determine the physical block size of the
  media. (Will this ever be anything other than 2048?)
- bounds_check_with_label() has been fixed, so put the correct partition
  size in the default disklabel.


To generate a diff of this commit:
cvs rdiff -r1.258 -r1.259 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.