Home
last modified time | relevance | path

Searched refs:AHC_PCI_2_1_RETRY_BUG (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/dev/pci/
Dahc_pci.c994 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0 in ahc_pci_attach()
1472 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic785X_setup()
1487 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7860_setup()
1558 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_aic7880_setup()
1658 ahc->bugs |= AHC_TMODE_WIDEODD_BUG|AHC_PCI_2_1_RETRY_BUG in ahc_aic7895_setup()
/netbsd/src/sys/dev/cardbus/
Dahc_cardbus.c176 ahc->bugs |= AHC_PCI_2_1_RETRY_BUG; in ahc_cardbus_attach()
/netbsd/src/sys/dev/microcode/aic7xxx/
Daic7xxx_seq.h946 return ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0); in ahc_patch18_func()
Daic7xxx.seq1149 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0) {
2250 if ((ahc->bugs & AHC_PCI_2_1_RETRY_BUG) != 0) {
/netbsd/src/sys/dev/ic/
Daic7xxxvar.h390 AHC_PCI_2_1_RETRY_BUG = 0x10, enumerator