Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/24/1997 00:30:02
thorpej
Mon Jun 23 17:20:45 PDT 1997
Update of /cvsroot/src/sys/dev/isa
In directory netbsd1:/var/slash-tmp/cvs-serv16755
Modified Files:
wd.c
Log Message:
foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.
thorpej
Mon Jun 23 17:27:19 PDT 1997
Update of /cvsroot/src/sys/dev/ofw
In directory netbsd1:/var/slash-tmp/cvs-serv16872
Modified Files:
ofdisk.c
Log Message:
Three changes to ofdsize():
- If the partition is already open, skip the open/close step. (Sync
with other disk drivers.)
- foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.
- Pass correct arguments to ofdopen() and ofdclose().
thorpej
Mon Jun 23 17:28:37 PDT 1997
Update of /cvsroot/src/sys/scsi
In directory netbsd1:/var/slash-tmp/cvs-serv16923
Modified Files:
sd.c
Log Message:
foosize()'s return value is in DEV_BSIZE units; adjust the size obtained
from the disklabel accordingly.