>>Nope, it still occurs. You're definitely in the right ballpark
>>though since I added some printfs and it's this check:
>>
>> } else if (ssp->dss_secshift != -1) {
>> if (bp->b_bcount & (ssp->dss_secsize - 1))
>> goto bad_bcount;
>>
>>Which is now failing.
The message about this is a bit verbose. Some software (e.g. fdisk)
legitimately tries sizes 512, 1024, 2048, ... until it finds one that
works. Then the message is not wanted.
Bruce
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message