AHD_WIDE
if (ahd->features & AHD_WIDE) {
if ((ahd->features & AHD_WIDE) != 0)
if ((ahd->features & AHD_WIDE) != 0)
ahd->features &= ~AHD_WIDE;
ahd->features |= AHD_WIDE;
if ((ahd->features & AHD_WIDE) != 0) {
max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
max_id = (ahd->features & AHD_WIDE) ? 15 : 7;