svn commit: r214996 - stable/7/sys/dev/bge
Pyun YongHyeon
yongari at FreeBSD.org
Mon Nov 8 19:33:14 UTC 2010
Author: yongari
Date: Mon Nov 8 19:33:13 2010
New Revision: 214996
URL: http://svn.freebsd.org/changeset/base/214996
Log:
MFC r213486:
Remove bge_tx_buf_ratio, unused member of softc.
Modified:
stable/7/sys/dev/bge/if_bgereg.h
Directory Properties:
stable/7/sys/ (props changed)
stable/7/sys/cddl/contrib/opensolaris/ (props changed)
stable/7/sys/contrib/dev/acpica/ (props changed)
stable/7/sys/contrib/pf/ (props changed)
Modified: stable/7/sys/dev/bge/if_bgereg.h
==============================================================================
--- stable/7/sys/dev/bge/if_bgereg.h Mon Nov 8 19:31:41 2010 (r214995)
+++ stable/7/sys/dev/bge/if_bgereg.h Mon Nov 8 19:33:13 2010 (r214996)
@@ -2759,7 +2759,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_txcnt;
More information about the svn-src-all
mailing list