Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 10/20/1994 06:40:02
mycroft
Thu Oct 20 06:33:41 PDT 1994
Update of /b/source/CVS/src/sys/scsi
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/sys/scsi

Modified Files:
	sd.c 
Log Message:
Various changes:
* Get rid of unused `partflags'.
* Use dk_openpart, and remove `openparts'.  Also, allow an open on both
the block and characters devices at the same time.
* If there was a label, print the geometry from the label at boot time.
* Turn `wlabel' into a flag, and *don't* set it automatically in
DIOCWLABEL; disklabel(8) does that.
Other minor changes.