Subject: CVS commit: syssrc/sys/miscfs/specfs
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 09/23/2001 07:39:26
Module Name:	syssrc
Committed By:	chs
Date:		Sun Sep 23 04:39:26 UTC 2001

Modified Files:
	syssrc/sys/miscfs/specfs: spec_vnops.c

Log Message:
change spec_{read,write}() to specify the device blkno in units of DEV_BSIZE
rather than the device's sector size.  this allows /dev/rcd0a and /dev/cd0a
to return the same data.  fixes PRs 3261 and 14026.


To generate a diff of this commit:
cvs rdiff -r1.58 -r1.59 syssrc/sys/miscfs/specfs/spec_vnops.c

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