Module Name: src Committed By: tsutsui Date: Thu Jan 10 16:20:11 UTC 2013
Modified Files: src/sys/arch/luna68k/stand/boot: disklabel.c omron_disklabel.h Log Message: Make "disklabel" command print correct disklabel info. - use exact-width interger types to define on-disk format (daddr_t could be a different size) - use proper LABELOFFSET to locate BSD disklabel (LABELOFFSET for luna68k is 64 as 4.4BSD-Lite2 while other ports that use sun_disklabel use 128) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/luna68k/stand/boot/disklabel.c \ src/sys/arch/luna68k/stand/boot/omron_disklabel.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.