From cc98a7c221f11afb232e34886f9b7b8041e7f138 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Wed, 8 Aug 2012 16:35:53 +0800 Subject: [PATCH] bnx: Correct debug messages --- sys/dev/netif/bnx/if_bnx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/netif/bnx/if_bnx.c b/sys/dev/netif/bnx/if_bnx.c index acaa38b4af..f8129cc9b1 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); } } -- 2.41.0