projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
a1bd58c
)
bnx: Correct debug messages
author
Sepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 8 Aug 2012 08:35:53 +0000 (16:35 +0800)
committer
Sepherosa Ziehau <sephe@dragonflybsd.org>
Wed, 8 Aug 2012 08:35:53 +0000 (16:35 +0800)
sys/dev/netif/bnx/if_bnx.c
patch
|
blob
|
blame
|
history
diff --git
a/sys/dev/netif/bnx/if_bnx.c
b/sys/dev/netif/bnx/if_bnx.c
index
acaa38b
..
f8129cc
100644
(file)
--- a/
sys/dev/netif/bnx/if_bnx.c
+++ b/
sys/dev/netif/bnx/if_bnx.c
@@
-3946,7
+3946,7
@@
bnx_coal_change(struct bnx_softc *sc)
val = CSR_READ_4(sc, BGE_HCC_TX_MAX_COAL_BDS);
if (bootverbose) {
- if_printf(ifp, "tx_max_coal_bds -> %u\n",
+ if_printf(ifp, "tx_coal_bds -> %u\n",
sc->bnx_tx_coal_bds);
}
}