Subject: CVS commit: syssrc/sys/arch/macppc
To: None <source-changes@netbsd.org>
From: Jun-ichiro itojun Hagino <itojun@netbsd.org>
List: source-changes
Date: 06/19/2002 06:10:58
Module Name: syssrc
Committed By: itojun
Date: Wed Jun 19 03:10:57 UTC 2002
Modified Files:
syssrc/sys/arch/macppc/include: disklabel.h
syssrc/sys/arch/macppc/macppc: disksubr.c
Log Message:
correct writedisklabel() on MBR-partitioned disk.
while here, correct labelsector/offset mismatch in writedisklabel,
when readdisklabel() have found the label at nonstandard location
(due to magic number search). a lot of other ports have the same problem.
To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/macppc/include/disklabel.h
cvs rdiff -r1.22 -r1.23 syssrc/sys/arch/macppc/macppc/disksubr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.