summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ixgbe_type.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update ix(4) from freebsd to add support for X553 controllers.jmatthew2020-03-021-109/+827
* oops some snapshot tests fell inderaadt2020-02-281-827/+109
* syncderaadt2020-02-281-109/+827
* add support for SIOCGIFSFFPAGE so userland can read sfp module infodlg2019-04-101-1/+5
* Support for new GPI signals, including X550 external PHY interruptmikeb2016-11-181-1/+2
* Remove virtualization-related bitsmikeb2016-11-181-2/+1
* Support for I2C combined messages as required by X550mikeb2016-11-171-1/+11
* Autoconfiguration and firmware semaphore refactoringmikeb2016-11-171-6/+5
* EEPROM code refactoring for X540mikeb2016-11-171-3/+2
* Bring in new PHY bits, some of the 82599 specific stuff becomes sharedmikeb2016-11-171-1/+10
* Remove unused bits; no functional changemikeb2016-11-161-13/+1
* Add new structures and new fields; no functional changemikeb2016-11-161-2/+88
* Add new register definitions from the upstream; no binary changemikeb2016-11-161-59/+497
* Set the correct media type for 1000baseLX SFPs.jsg2015-04-301-1/+2
* Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromsthen2015-04-301-1/+3
* We have never limited the definition of "supported SPF modules"mikeb2014-08-251-2/+1
* First stab at updating this monster to the Intel/FreeBSD current version.mikeb2013-08-051-1967/+2345
* sync up ixgbe_raise_i2c_clk with freebsd which basically allowsmikeb2012-12-171-1/+2
* spacing; sync up ixgbe_bus_speed enum with freebsdmikeb2012-12-171-73/+74
* minor cleanup, whitespaces, mostly synced with freebsdmikeb2012-12-051-22/+23
* sync up device ids with freebsdmikeb2012-11-081-32/+34
* Remove Flow Director code that is not used, is outdated and tendsmikeb2012-11-061-11/+1
* Add support for another 82599 SFP+ card. Original diff and tests bymikeb2012-08-111-2/+3
* Add support for 10Gb ethernet cards based on the Intel X540 chipset.mikeb2012-08-061-15/+48
* whitespace cleanup, no binary changemikeb2012-07-291-68/+68
* we don't do intel i/oat and don't set up parameters for themikeb2011-12-091-2/+1
* Bring back low latency interrupt moderation for 82599mikeb2011-11-271-1/+2
* Monster update of ix(4). This brings ix(4) close to what is currentlyclaudio2011-06-101-78/+327
* Enable low latency interrupt moderation and set the LL intervalclaudio2010-11-101-1/+2
* Add support for the 82599 ExpressModule (X520-P2) card.jsg2010-02-251-6/+7
* Work with pre-standard revision A ProCurve Direct Attach Cables.jsg2010-02-191-1/+2
* Partial sync to the latest version of ixgbe in FreeBSD leaving thingsjsg2010-02-191-127/+1297
* ix currently relies on a gcc extension that removes a commajsg2009-08-121-0/+3
* replace strange Linux-style u8/u16/u32/u64/s32 integer types with thereyk2008-06-081-148/+148
* Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,reyk2008-06-081-0/+1559