svn commit: r213486 - head/sys/dev/bge

Pyun YongHyeon yongari at FreeBSD.org
Wed Oct 6 17:47:13 UTC 2010


Author: yongari
Date: Wed Oct  6 17:47:13 2010
New Revision: 213486
URL: http://svn.freebsd.org/changeset/base/213486

Log:
  Remove bge_tx_buf_ratio, unused member of softc.

Modified:
  head/sys/dev/bge/if_bgereg.h

Modified: head/sys/dev/bge/if_bgereg.h
==============================================================================
--- head/sys/dev/bge/if_bgereg.h	Wed Oct  6 17:35:27 2010	(r213485)
+++ head/sys/dev/bge/if_bgereg.h	Wed Oct  6 17:47:13 2010	(r213486)
@@ -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;


More information about the svn-src-head mailing list