> XPT_CALC_GEOMETRY is failing when the disk is being probed. This
> is likely a problem with the MPT driver.
static void
mpt_calc_geometry(struct ccb_calc_geometry *ccg, int extended)
{
#if __FreeBSD_version >= 500000
cam_calc_geometry(ccg, extended);
#else