Subject: Re: kern/32321: DEV_BSIZE/d_secsize confusion
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: netbsd-bugs
Date: 12/17/2005 14:54:09
> 2. disklabel(8) seems to take them as in d_secsize and
> complain "partition %c: partition extends past end of unit".
s/them/p_offset and p_size/ .
> scsipi/{sd,cd}.c also seems to take p_offset as in d_secsize.
>
> OTOH, dkwedge_bsdlabel seems to take p_offset and p_size
> as in DEV_BSIZE.
YAMAMOTO Takashi