Module Name: src Committed By: phx Date: Thu Feb 2 21:54:34 UTC 2012
Modified Files: src/sys/arch/ofppc/include: disklabel.h src/sys/arch/ofppc/ofppc: disksubr.c src/sys/arch/ofppc/stand/ofwboot: mbr.c Log Message: Fixed writing of MBR disklabel. It was written by disklabel(8) -r directly into sector 0, corrupting the MBR. Moved to sector 1. Removed MBR_LABELSECTOR, which is no longer needed. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/ofppc/include/disklabel.h cvs rdiff -u -r1.24 -r1.25 src/sys/arch/ofppc/ofppc/disksubr.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ofppc/stand/ofwboot/mbr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.