Fixed a diagnostic message.

This commit is contained in:
ru 2005-09-15 19:41:03 +00:00
parent be93156545
commit 102f6b2067

View File

@ -317,7 +317,7 @@ txp_attach(dev)
ifp = sc->sc_ifp = if_alloc(IFT_ETHER);
if (ifp == NULL) {
device_printf(dev, "couldn't set up irq\n");
device_printf(dev, "can not if_alloc()\n");
error = ENOSPC;
goto fail;
}