Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 2010 05:03:24 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209622 - head/sys/dev/ixgbe
Message-ID:  <201007010503.o6153O78066276@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevlo
Date: Thu Jul  1 05:03:24 2010
New Revision: 209622
URL: http://svn.freebsd.org/changeset/base/209622

Log:
  Fix build

Modified:
  head/sys/dev/ixgbe/ixgbe.h

Modified: head/sys/dev/ixgbe/ixgbe.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.h	Thu Jul  1 03:48:45 2010	(r209621)
+++ head/sys/dev/ixgbe/ixgbe.h	Thu Jul  1 05:03:24 2010	(r209622)
@@ -382,7 +382,6 @@ struct adapter {
 	u32			link_speed;
 	bool			link_up;
 	u32 			linkvec;
-	int			advertise;
 
 	/* Mbuf cluster size */
 	u32			rx_mbuf_sz;



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