Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jun 2010 16:28:28 +0000 (UTC)
From:      Jack F Vogel <jfv@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r209609 - head/sys/dev/ixgbe
Message-ID:  <201006301628.o5UGSS3B098954@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jfv
Date: Wed Jun 30 16:28:28 2010
New Revision: 209609
URL: http://svn.freebsd.org/changeset/base/209609

Log:
  Left out header change in last delta - new member
  in adapter so that advertise changes can be done
  to one port without the other changing.

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

Modified: head/sys/dev/ixgbe/ixgbe.h
==============================================================================
--- head/sys/dev/ixgbe/ixgbe.h	Wed Jun 30 11:47:03 2010	(r209608)
+++ head/sys/dev/ixgbe/ixgbe.h	Wed Jun 30 16:28:28 2010	(r209609)
@@ -376,6 +376,7 @@ struct adapter {
 
 	/* Info about the board itself */
 	u32			optics;
+	int			advertise;  /* link speeds */
 	bool			link_active;
 	u16			max_frame_size;
 	u32			link_speed;



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