HomeSort by: relevance | last modified time | path
    Searched refs:sc_prodname (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
lemac.c 222 memcpy(sc->sc_prodname, &sc->sc_eeprom[LEMAC_EEP_PRDNM],
224 sc->sc_prodname[LEMAC_EEP_PRDNMSZ] = '\0';
969 printf(": %s\n", sc->sc_prodname);
999 if (sc->sc_prodname[4] == '5') /* DE205 is UTP/AUI */
1002 if (sc->sc_prodname[4] != '3') /* DE204 & 205 have UTP */
1005 if (sc->sc_prodname[4] != '4') /* DE203 & 205 have BNC */
1008 switch (sc->sc_prodname[4]) {
lemacvar.h 77 char sc_prodname[LEMAC_EEP_PRDNMSZ+1]; /* product name DE20x-xx */ member in struct:__anon02d448e50108

Completed in 13 milliseconds