Date: Tue, 07 Oct 2014 23:41:58 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 194234] New: [ixgbe] Update ixgbe to 2.5.27 Message-ID: <bug-194234-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
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@FreeBSD.org Reporter: ricera10@gmail.com CC: freebsd-net@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194234-8>