summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2005-09-15 19:41:03 +0000
committerru <ru@FreeBSD.org>2005-09-15 19:41:03 +0000
commit102f6b20671abe75d6cb1544a98015a0d2bfdff8 (patch)
treec8d9aad574bd501d669de226147834ef3f17c1b6 /sys
parentbe9315654564439e4fd9624284447f6abd62eddb (diff)
downloadFreeBSD-src-102f6b20671abe75d6cb1544a98015a0d2bfdff8.zip
FreeBSD-src-102f6b20671abe75d6cb1544a98015a0d2bfdff8.tar.gz
Fixed a diagnostic message.
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/txp/if_txp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/txp/if_txp.c b/sys/dev/txp/if_txp.c
index 525321b..0a35070 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;
}
OpenPOWER on IntegriCloud