Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 08/19/2003 11:49:25
Module Name:	src
Committed By:	dsl
Date:		Tue Aug 19 11:49:25 UTC 2003

Modified Files:
	src/sys/kern: subr_disk_mbr.c

Log Message:
When writing the disklabel:
- Write label to all netbsd (type 169) mbr partitions (even if they don't
  already have a label).
- Update any label found in sector LABELSECTOR and sector 0.
Latter change makes DIOCWDINFO (etc) work on raidframe (fixing bin/22529).


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/kern/subr_disk_mbr.c

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