HomeSort by: relevance | last modified time | path
    Searched refs:AHD_WIDE (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
aic79xxvar.h 231 AHD_WIDE = 0x00001,/* Wide Channel */
aic79xx.c 2888 if (ahd->features & AHD_WIDE) {
2927 if ((ahd->features & AHD_WIDE) != 0)
3621 if ((ahd->features & AHD_WIDE) != 0)
5339 ahd->features &= ~AHD_WIDE;
5341 ahd->features |= AHD_WIDE;
5973 if ((ahd->features & AHD_WIDE) != 0) {
7668 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
7688 max_scsiid = (ahd->features & AHD_WIDE) ? 15 : 7;
9198 max_id = (ahd->features & AHD_WIDE) ? 15 : 7;

Completed in 17 milliseconds