Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/pci/
Dif_fxp_pci.c430 sc->sc_flags |= FXPF_HAS_RESUME_BUG; in fxp_pci_attach()
443 sc->sc_flags |= FXPF_HAS_RESUME_BUG; in fxp_pci_attach()
466 sc->sc_flags |= FXPF_HAS_RESUME_BUG; in fxp_pci_attach()
/netbsd/src/sys/dev/ic/
Di82557var.h220 #define FXPF_HAS_RESUME_BUG 0x0008 /* has the resume bug */ macro
Di82557.c574 if (sc->sc_flags & FXPF_HAS_RESUME_BUG) { in fxp_get_info()