Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 11:17:56 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209607 - head/sys/dev/ixgbe
Message-ID:  <201006301117.o5UBHuQS030344@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Wed Jun 30 11:17:55 2010
New Revision: 209607
URL: http://svn.freebsd.org/changeset/base/209607

Log:
  Fix build.

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

Modified: head/sys/dev/ixgbe/ixgbe.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.h	Wed Jun 30 07:43:49 2010	(r209606)
+++ head/sys/dev/ixgbe/ixgbe.h	Wed Jun 30 11:17:55 2010	(r209607)
@@ -381,6 +381,7 @@ 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?201006301117.o5UBHuQS030344>