Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/ic/
Drtw.c3837 const char *vername; in rtw_attach() local
3857 vername = "RTL8185"; in rtw_attach()
3861 vername = "RTL8180F"; in rtw_attach()
3864 vername = "RTL8180D"; in rtw_attach()
3869 vername = scratch; in rtw_attach()
3873 printf("%s: ver %s, ", sc->sc_dev.dv_xname, vername); in rtw_attach()