Re: turning off COMPAT_386BSD_MBRPART in disklabel

2011-02-12 Thread David Holland
On Mon, Feb 07, 2011 at 01:48:57AM -0500, Thor Lancelot Simon wrote: For the record, I am pretty sure it was sysinst, not disklabel, which hosed my disk. Sysinst compiles equivalent code in directly, no? There are only two uses of MBR_PTYPE_386BSD in src/distrib. One is a perfectly innocuous

partitionSizeHi in raidframe component label

2011-02-12 Thread enami tsugutomo
It looks like there is two place where partitionSizeHi is ignored in rf_netbsdkintf.c. I guess we should define access macros for it (and also for numBlocks) to prevent further mistakes. The patch below is against netbsd-5 branch. enami. Index: raidframevar.h