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; _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"