summaryrefslogtreecommitdiff
path: root/sys/dev/ixgbe
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-2113-13/+13
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* MFC ixgbe version 1.7.4 for FreeBSD 7.2, this is earlierJack F Vogel2009-04-1413-809/+5648
| | | | | | | | | | | | | | | | | | | | than planned but coordinated with and approved by RE. Most important reason for this was so that FreeBSD 7.2 will have native support for the 82599 controller which is part of the Nehalem launch. The driver now does pluggable optics, multispeed fiber, and header split. I am adding this to the GENERIC kernel only in the amd64 architecture since its where I expect most use and others were untested. Enjoy! Approved by: re Notes: svn path=/stable/7/; revision=191030
* MFC of version 1.6.2 of the ixgbe driver, containsJack F Vogel2008-12-0111-1008/+2009
| | | | | | | | | | header split, new adapter support, and general code improvement/cleanup. Approved by:re Notes: svn path=/stable/7/; revision=185505
* MFC of the 1.4.7 ixgbe driverJack F Vogel2008-08-1112-1962/+2512
| | | | Notes: svn path=/stable/7/; revision=181613
* Latest driver version added to RELEASE.Jack F Vogel2007-11-2810-249/+580
| | | | | | | Approved by: re Notes: svn path=/stable/7/; revision=174064
* This is an update to the new Intel 10G 82598 driver.Jack F Vogel2007-09-0410-475/+942
| | | | | | | | | | | | The first drop was Beta, this code is expected to be the release version. Note that this driver code will build in either 6.2 or 7. If you use the code in 6.2 you will not get TSO or MSI/X support but it will function in a legacy mode. Approved by: re Notes: svn path=/head/; revision=172043
* A couple late breaking bugs that testing have turned up.Jack F Vogel2007-07-121-3/+6
| | | | | | | | | | | | - change include style so build in kernel try OR standalone work. - Limit HWCSUM - I was led to believe that it would work with RSS, but our testing had odd issues which suggests this is false. - A fatfinger error in the ioctl code made ifconfig up not work. Approved by: re Notes: svn path=/head/; revision=171412
* Add the actual source too :)Jack F Vogel2007-07-1112-0/+9206
Approved by: re Notes: svn path=/head/; revision=171384