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

2010-06-30 Thread Jack F Vogel
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 */
boollink_active;
u16 max_frame_size;
u32 link_speed;
___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org


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

2010-06-30 Thread Jack Vogel
It wont work as a delta, I figured just putting the new delta over it was
ok, but if you
think it should be reverted then by all means...

Jack


On Wed, Jun 30, 2010 at 2:39 PM, John Baldwin j...@freebsd.org wrote:

 On Wednesday 30 June 2010 12:28:28 pm Jack F Vogel wrote:
  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.

 Should 209607 be reverted now?

 --
 John Baldwin

___
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to svn-src-all-unsubscr...@freebsd.org