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

Gleb Smirnoff glebius at FreeBSD.org
Wed Jun 30 11:17:56 UTC 2010


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;


More information about the svn-src-head mailing list