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;
((ahd->features & AHD_WIDE) != 0) ? "Wide" : "Single",
max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
max_id = (ahd->features & AHD_WIDE) ? 15 : 7;
saa.saa_adapter_buswidth = (ahd->features & AHD_WIDE) ? 16 : 8;