summaryrefslogtreecommitdiff
path: root/sys/modules/ix
Commit message (Collapse)AuthorAgeFilesLines
* Add some missing dependencies on pci_iov_if.h.Bryan Drewery2016-01-201-1/+1
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=294444
* ixgbe(4): Update to version 3.1.13-kSean Bruno2015-12-231-1/+1
| | | | | | | | | | | | | Add support for two new devices: X552 SFP+ 10 GbE, and the single port version of X550T. Submitted by: erj Reviewed by: gnn Sponsored by: Intel Corporation Differential Revision: https://reviews.freebsd.org/D4186 Notes: svn path=/head/; revision=292674
* Include makefiles necessary to make ixgbe build with the new code.Eric Joyner2015-04-301-1/+1
| | | | | | | | | Originally supposed to be included in r282289. Differential Revision: D2414 Notes: svn path=/head/; revision=282290
* Update to the Intel ixgbe driver:Jack F Vogel2015-03-171-0/+15
- Split the driver into independent pf and vf loadables. This is in preparation for SRIOV support which will be following shortly. This also allows us to keep a seperate revision control over the two parts, making for easier sustaining. - Make the TX/RX code a shared/seperated file, in the old code base the ixv code would miss fixes that went into ixgbe, this model will eliminate that problem. - The driver loadables will now match the device names, something that has been requested for some time. - Rather than a modules/ixgbe there is now modules/ix and modules/ixv - It will also be possible to make your static kernel with only one or the other for streamlined installs, or both. Enjoy! Submitted by: jfv and erj Notes: svn path=/head/; revision=280182