git: igb: Integrate ifmedia flow control support.

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Tue Nov 24 18:43:38 PST 2015


commit d2f385fbfafaa81d9575c564f4389f25e171e436
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Mon Nov 23 17:04:58 2015 +0800

    igb: Integrate ifmedia flow control support.
    
    Other minor bits:
    - Set media to IFM_NONE, if there is no link yet.
    - Remove the IFM_1000_LX bits.  Cards supported by igb(4) do
      not have PHYs supporting 1000baseLX.
    - Remove no longer used dev.igb.X.flow_ctrl sysctl node.
      ifconfig igbX [mediaopt|-mediaopt] [rxpause|txpause|forcepause]
      should be used instead.

Summary of changes:
 share/man/man4/igb.4                   |  32 ++++++++++
 sys/dev/netif/ig_hal/e1000_dragonfly.h |   3 +
 sys/dev/netif/ig_hal/e1000_osdep.c     |  39 ++++++++++++
 sys/dev/netif/igb/if_igb.c             | 111 ++++++++++++++++++++-------------
 sys/dev/netif/igb/if_igb.h             |   2 +-
 5 files changed, 142 insertions(+), 45 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2f385fbfafaa81d9575c564f4389f25e171e436


-- 
DragonFly BSD source repository



More information about the Commits mailing list