svn commit: r187087 - in stable/7/sys: . contrib/pf dev/age dev/ath/ath_hal dev/cxgb

Pyun YongHyeon yongari at FreeBSD.org
Sun Jan 11 20:20:47 PST 2009


Author: yongari
Date: Mon Jan 12 04:20:46 2009
New Revision: 187087
URL: http://svn.freebsd.org/changeset/base/187087

Log:
  MFC r184107:
    Remove unused age_txdq

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/age/if_agevar.h
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/dev/age/if_agevar.h
==============================================================================
--- stable/7/sys/dev/age/if_agevar.h	Mon Jan 12 04:18:22 2009	(r187086)
+++ stable/7/sys/dev/age/if_agevar.h	Mon Jan 12 04:20:46 2009	(r187087)
@@ -68,8 +68,6 @@ struct age_txdesc {
 	struct tx_desc		*tx_desc;
 };
 
-STAILQ_HEAD(age_txdq, age_txdesc);
-
 struct age_rxdesc {
 	struct mbuf 		*rx_m;
 	bus_dmamap_t		rx_dmamap;


More information about the svn-src-stable mailing list