CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2011/07/08 17:26:40
Modified files: sys/arch/macppc/macppc: disksubr.c Log message: Cleanup calculation of OpenBSD disklabel location on DPME partitions. The labels should go in the first block of the OpenBSD partition. Don't try to fake this out by tweaking the partition offset, which just confused other disklabel consumers. Problem noted on ppc@ by Mathieu Olivier some time ago. ok drahn@