From 17181d704f73ad4bad5da50686113d6313cfc014 Mon Sep 17 00:00:00 2001 From: Sepherosa Ziehau Date: Thu, 28 Mar 2013 17:53:32 +0800 Subject: [PATCH] bnx: NIC based TX rings are only applicable to chips before 5705 --- sys/dev/netif/bnx/if_bnx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/dev/netif/bnx/if_bnx.c b/sys/dev/netif/bnx/if_bnx.c index 1cd2315683..9830da8b5b 100644 --- a/sys/dev/netif/bnx/if_bnx.c +++ b/sys/dev/netif/bnx/if_bnx.c @@ -911,7 +911,6 @@ bnx_init_tx_ring(struct bnx_tx_ring *txr) /* Initialize transmit producer index for host-memory send ring. */ bnx_writembx(txr->bnx_sc, BGE_MBX_TX_HOST_PROD0_LO, txr->bnx_tx_prodidx); - bnx_writembx(txr->bnx_sc, BGE_MBX_TX_NIC_PROD0_LO, 0); return(0); } -- 2.41.0