Home
last modified time | relevance | path

Searched refs:AHC_AUTOFLUSH_BUG (Results 1 – 4 of 4) sorted by relevance

/openbsd/sys/dev/microcode/aic7xxx/
H A Daic7xxx_seq.h954 return ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0); in ahc_patch16_func()
H A Daic7xxx.seq948 if ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0) {
1021 if ((ahc->bugs & AHC_AUTOFLUSH_BUG) != 0) {
/openbsd/sys/dev/ic/
H A Daic7xxxvar.h289 AHC_AUTOFLUSH_BUG = 0x02, enumerator
/openbsd/sys/dev/pci/
H A Dahc_pci.c1585 ahc->bugs |= AHC_AUTOFLUSH_BUG|AHC_CACHETHEN_BUG; in ahc_aic7890_setup()