Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Oct 2010 17:47:13 +0000 (UTC)
From:      Pyun YongHyeon <yongari@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r213486 - head/sys/dev/bge
Message-ID:  <201010061747.o96HlDht012539@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010061747.o96HlDht012539>