Hello, This question is for the current maintainer(s) of ccd. The email listed in ccd.c is invalid.
In ccdioctl, for the command CCDIOCSET, ccdgetdisklabel() is called after ccdinit(). In ccdgetdisklabel(), the raw partition's size is initialized (to a value computed by ccdinit()) before calling readdisklabel() which overwrites it with stuff read off the media. This results in the loss of the computed value for size. Could you please shed some light on the merits of this sequence of actions. rohit. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message