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

  /src/sys/dev/microcode/aic7xxx/
aic79xx.seq 1989 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0) {
1998 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) {
2016 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) {
aic79xx_seq.h 802 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0);
810 return ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) == 0);
  /src/sys/dev/pci/
ahd_pci.c 1131 | AHD_PKT_BITBUCKET_BUG|AHD_LONG_SETIMO_BUG
  /src/sys/dev/ic/
aic79xxvar.h 257 AHD_PKT_BITBUCKET_BUG = 0x0004,
aic79xx.c 6055 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0)
6084 if ((ahd->bugs & AHD_PKT_BITBUCKET_BUG) != 0) {

Completed in 21 milliseconds