svn commit: r209609 - head/sys/dev/ixgbe

Jack F Vogel jfv at FreeBSD.org
Wed Jun 30 16:28:28 UTC 2010


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;


More information about the svn-src-head mailing list