AHD_WIDE
max_id = (ahd->features & AHD_WIDE) ? 16 : 8;
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;
host->max_id = (ahd->features & AHD_WIDE) ? 16 : 8;
numtarg = (ahd->features & AHD_WIDE) ? 16 : 8;
if ((ahd->features & AHD_WIDE) == 0)