Remove bge_tx_buf_ratio, unused member of softc.

This commit is contained in:
Pyun YongHyeon 2010-10-06 17:47:13 +00:00
parent a813ed787f
commit 88a7c5d464
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213486

View file

@ -2755,7 +2755,6 @@ struct bge_softc {
uint32_t bge_tx_prodidx;
uint32_t bge_rx_max_coal_bds;
uint32_t bge_tx_max_coal_bds;
uint32_t bge_tx_buf_ratio;
uint32_t bge_mi_mode;
int bge_if_flags;
int bge_phy_addr;