[Bug 194234] New: [ixgbe] Update ixgbe to 2.5.27

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Oct 7 23:41:58 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194234

            Bug ID: 194234
           Summary: [ixgbe] Update ixgbe to 2.5.27
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: Needs Triage
          Severity: Affects Only Me
          Priority: Normal
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: ricera10 at gmail.com
                CC: freebsd-net at FreeBSD.org

Created attachment 148084
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=148084&action=edit
Core code patch

Core changes:
- Fix to IXGBE_LEGACY_TX so it builds properly
  - Added commented-out options to Makefile for IXGBE_LEGACY_BUILD support,
    for builds on FreeBSD 7/8. This hasn't been tested thoroughly, though.
- Wrap some counter(9) code in driver in __FreeBSD_version >= 1100036 defines
so that there is still stats support in older versions of FreeBSD
  - Most of this is derived from r272227 for ixl/v(4)
- Move SIOCGI2C ioctl under __FreeBSD_version >= 1100036 define as well
- Two new device IDs

Shared code changes:
- Primarily changes to support upcoming 10 gig products and bug fixes.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list