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;
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to