summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/ixgbe_phy.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update ix(4) from freebsd to add support for X553 controllers.jmatthew2020-03-021-262/+244
* oops some snapshot tests fell inderaadt2020-02-281-244/+262
* syncderaadt2020-02-281-262/+244
* Remaining PHY bits; call SFP module detection code for X550 as wellmikeb2016-11-181-18/+6
* A firmware block check missed in previous commitsmikeb2016-11-171-1/+5
* Support for I2C combined messages as required by X550mikeb2016-11-171-1/+267
* Autoconfiguration and firmware semaphore refactoringmikeb2016-11-171-152/+297
* Bring in new PHY bits, some of the 82599 specific stuff becomes sharedmikeb2016-11-171-14/+451
* Style and typo fixes; no binary changemikeb2016-11-171-20/+20
* Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromsthen2015-04-301-1/+12
* We have never limited the definition of "supported SPF modules"mikeb2014-08-251-26/+6
* First stab at updating this monster to the Intel/FreeBSD current version.mikeb2013-08-051-240/+377
* sync up ixgbe_raise_i2c_clk with freebsd which basically allowsmikeb2012-12-171-7/+11
* minor cleanup, whitespaces, mostly synced with freebsdmikeb2012-12-051-2/+5
* Add support for 10Gb ethernet cards based on the Intel X540 chipset.mikeb2012-08-061-12/+14
* whitespace cleanup, no binary changemikeb2012-07-291-141/+141
* Monster update of ix(4). This brings ix(4) close to what is currentlyclaudio2011-06-101-62/+185
* When attaching a unknown SFP+ module on the 82598 controller recompute theclaudio2010-09-211-5/+9
* Work with pre-standard revision A ProCurve Direct Attach Cables.jsg2010-02-191-2/+14
* Partial sync to the latest version of ixgbe in FreeBSD leaving thingsjsg2010-02-191-124/+1109
* replace strange Linux-style u8/u16/u32/u64/s32 integer types with thereyk2008-06-081-58/+58
* Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,reyk2008-06-081-0/+671