summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixgbe
Commit message (Collapse)AuthorAgeFilesLines
* Add support file for 82599 in Makefilejfv2009-04-101-1/+2
| | | | MFC after: 2 weeks
* Remove compile of tcp_lro since its now in netinetjfv2008-06-111-1/+1
|
* This is driver version 1.4.4 of the Intel ixgbe driver.jfv2008-05-161-1/+1
| | | | | | | | | | | -It has new hardware support -It uses a new method of TX cleanup called Head Write Back -It includes the provisional generic TCP LRO feature contributed by Myricom and made general purpose by me. This should move into the stack upon approval but for this driver drop its in here. -Also bug fixes and etc... MFC in a week if no serious issues arise.
* Remove option headers that do not exist and are not usedantoine2008-03-271-2/+2
| | | | | | | from the Makefiles in sys/modules. (opt_devfs.h, opt_bdg.h, opt_emu10kx.h and opt_uslcom.h) Approved by: rwatson (mentor)
* This is an update to the new Intel 10G 82598 driver.jfv2007-09-041-0/+15
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
OpenPOWER on IntegriCloud