From: Sepherosa Ziehau Date: Wed, 8 Aug 2012 08:35:53 +0000 (+0800) Subject: bnx: Correct debug messages X-Git-Tag: v3.2.0~444 X-Git-Url: http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/cc98a7c221f11afb232e34886f9b7b8041e7f138 bnx: Correct debug messages --- diff --git a/sys/dev/netif/bnx/if_bnx.c b/sys/dev/netif/bnx/if_bnx.c index acaa38b..f8129cc 100644 --- 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); } }