diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-15 19:41:03 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2005-09-15 19:41:03 +0000 |
| commit | 35fb201bbe7de59bb8e0ed5bfc087b400d6105b2 (patch) | |
| tree | c8d9aad574bd501d669de226147834ef3f17c1b6 /sys/dev/txp | |
| parent | 68485ac9b4668ac4475de6e85980ee4999b0d3a0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/txp')
| -rw-r--r-- | sys/dev/txp/if_txp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c index 525321b943824..0a35070d069e1 100644 --- a/sys/dev/txp/if_txp.c +++ b/sys/dev/txp/if_txp.c @@ -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; } |
