summaryrefslogtreecommitdiff
path: root/sys/dev/hatm
diff options
context:
space:
mode:
authorHartmut Brandt <harti@FreeBSD.org>2005-05-25 13:33:58 +0000
committerHartmut Brandt <harti@FreeBSD.org>2005-05-25 13:33:58 +0000
commit07d9fa4c2e9bcb337a4f6bac0b4ca2142b432dc3 (patch)
treeadaf34bd09148f9b6d09be2a73e130bd071c71d8 /sys/dev/hatm
parent0f2bbe5ba46a63f164dde113148cad8e783c1a82 (diff)
Notes
Diffstat (limited to 'sys/dev/hatm')
-rw-r--r--sys/dev/hatm/if_hatm_tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hatm/if_hatm_tx.c b/sys/dev/hatm/if_hatm_tx.c
index b084b9e17ecf..3f0e66c38a15 100644
--- a/sys/dev/hatm/if_hatm_tx.c
+++ b/sys/dev/hatm/if_hatm_tx.c
@@ -94,7 +94,7 @@ __FBSDID("$FreeBSD$");
#define hatm_get_txmbuf(SC) \
do { \
if (++sc->txmbuf > 20000) \
- DBG(sc, TX ("txmbuf %u", sc->txmbuf)); \
+ DBG(sc, TX, ("txmbuf %u", sc->txmbuf)); \
else if (sc->txmbuf == 1) \
DBG(sc, TX, ("txmbuf leaves 0")); \
} while (0)