Searched refs:TULIP_HAVE_ISVSROM (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/drivers/network/dec21xxx/dev/de/
H A Dif_devar.h627 #define TULIP_HAVE_ISVSROM 0x00000100 /* uses ISV SROM Format */ macro
H A Dif_de.c2789 sc->tulip_features |= TULIP_HAVE_ISVSROM|TULIP_HAVE_OKSROM;
2801 sc->tulip_features |= TULIP_HAVE_ISVSROM;
2803 sc->tulip_features |= TULIP_HAVE_ISVSROM;
2806 if ((sc->tulip_features & TULIP_HAVE_ISVSROM) && tulip_srom_decode(sc)) {
4430 (sc->tulip_features & (TULIP_HAVE_ISVSROM|TULIP_HAVE_OKSROM))
4431 == TULIP_HAVE_ISVSROM ? " (invalid EESPROM checksum)" : "");

Completed in 98 milliseconds