elxl_error
elxl_error(sc, "Adapter failure (%x)", stat);
elxl_error(sc, "Eeprom stays busy.");
elxl_error(sc, "unable to allocate descriptor dma handle");
elxl_error(sc, "unable to allocate descriptor memory");
elxl_error(sc, "unable to map descriptor memory");
elxl_error(sc, "can't allocate buf dma handle");
elxl_error(sc, "unable to allocate buf memory");
elxl_error(sc, "unable to map buf memory");
elxl_error(sc, "Unable to allocate interrupt, %d, count %d",
elxl_error(sc, "Unable to get interrupt priority");
elxl_error(sc, "Can't add interrupt handler");
elxl_error(sc, "unable to setup PCI config handle");
elxl_error(sc, "Unsupported vendor id (0x%x)", venid);
elxl_error(sc, "Unsupported device id (0x%x)", devid);
elxl_error(sc, "Driver may or may not function.");
elxl_error(sc, "Unable to map device registers");
elxl_error(sc, "MAC register allocation failed");
elxl_error(sc,
elxl_error(sc, "Impossible media setting!");
static void elxl_error(elxl_t *, char *, ...);