Home
last modified time | relevance | path

Searched refs:AHD_PCIX_CHIPRST_BUG (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/ic/
Daic79xxvar.h265 AHD_PCIX_CHIPRST_BUG = 0x0040, enumerator
271 AHD_PCIX_BUG_MASK = AHD_PCIX_CHIPRST_BUG
Daic79xx.c5270 if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) { in ahd_reset()
5306 if ((ahd->bugs & AHD_PCIX_CHIPRST_BUG) != 0) { in ahd_reset()
/netbsd/src/sys/dev/pci/
Dahd_pci.c1135 | AHD_PCIX_CHIPRST_BUG|AHD_PCIX_SCBRAM_RD_BUG in ahd_aic790X_setup()