Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Register
  • Sign in
  • HardenedBSD HardenedBSD
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 31
    • Issues 31
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • HardenedBSDHardenedBSD
  • HardenedBSDHardenedBSD
  • Repository
  • HardenedBSD
  • sys
  • dev
  • e1000
  • if_em.h
Find file BlameHistoryPermalink
  • Eric Joyner's avatar
    Update em(4) to 7.6.1; update igb(4) to 2.5.3. · c80429ce
    Eric Joyner authored Feb 05, 2016
    Major changes:
    
    - Add i219/i219(2) hardware support. (Found on Skylake generation and newer
      chipsets.)
      - Further to the last Skylake support diff, this one also includes support for
        the Lewisburg chipset (i219(3)).
    
    - Add a workaround to an igb hardware errata.
      All 1G server products need to have IPv6 extension header parsing turned off.
      This should be listed in the specification updates for current 1G server
      products, e.g. for i350 it's errata #37 in this document:
      http://www.intel.com/content/dam/www/public/us/en/documents/specification-updates/ethernet-controller-i350-spec-update.pdf
    
    - Avoton (i354) PHY errata workaround added
    
    And a bunch of minor fixes, as well as #defines for things that the current
    em(4)/igb(4) drivers don't implement.
    
    Differential Revision: https://reviews.freebsd.org/D3162
    Reviewed by: sbruno, marius, gnn
    Approved by: gnn
    MFC after: 2 weeks
    Sponsored by: Intel Corporation
    c80429ce