Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 12/14/2005 21:40:32
Module Name: src
Committed By: dsl
Date: Wed Dec 14 21:40:32 UTC 2005
Modified Files:
src/sys/kern: subr_disk_mbr.c
Log Message:
Revert previous change.
It breaks the code that generates a default label (with partition 'a'
covering the entire volume - which is what everything expects) for disks that
don't have a NetBSD label nor an MBR, but do have a single filesytem covering
the entire volume.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 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.