Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 05/06/2001 21:30:57
Module Name:	syssrc
Committed By:	drochner
Date:		Sun May  6 18:30:57 UTC 2001

Modified Files:
	syssrc/sys/dev/ata: wd.c
	syssrc/sys/dev/scsipi: cd.c sd.c

Log Message:
Since __HAVE_OLD_DISKLABEL, DISKMINOR(u, p) isn't continuous over "p"
anymore. So we can't pass a range to vdevgone() but have to loop over the
partitions explicitely.
(otherwise the next device unit will be killed)


To generate a diff of this commit:
cvs rdiff -r1.212 -r1.213 syssrc/sys/dev/ata/wd.c
cvs rdiff -r1.147 -r1.148 syssrc/sys/dev/scsipi/cd.c
cvs rdiff -r1.173 -r1.174 syssrc/sys/dev/scsipi/sd.c

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