Subject: CVS commit: syssrc/sys/dev
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/08/2002 18:49:08
Module Name:	syssrc
Committed By:	drochner
Date:		Wed May  8 15:49:08 UTC 2002

Modified Files:
	syssrc/sys/dev: ld.c

Log Message:
Since the minor numbers belonging to the partitions of a disk are not
contigous anymore, we can't call vdevgone() for the whole range at once.
(we should probably change the vdevgone() interface)
This also fixes some wrong use of DISKUNIT().


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 syssrc/sys/dev/ld.c

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