Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Ddcreg.h82 #define DC_TYPE_DM9102 0x8 /* Davicom DM9102 */ macro
108 #define DC_IS_DAVICOM(x) (x->dc_type == DC_TYPE_DM9102)
H A Ddc.c1590 case DC_TYPE_DM9102: in dc_attach()
/openbsd/sys/dev/pci/
H A Dif_dc_pci.c249 sc->dc_type = DC_TYPE_DM9102; in dc_pci_attach()