summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ixgbe_phy.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2020-03-02Update ix(4) from freebsd to add support for X553 controllers.Jonathan Matthew
2020-02-28oops some snapshot tests fell inTheo de Raadt
2020-02-28syncTheo de Raadt
2016-11-18Remaining PHY bits; call SFP module detection code for X550 as wellMike Belopuhov
2016-11-17A firmware block check missed in previous commitsMike Belopuhov
2016-11-17Support for I2C combined messages as required by X550Mike Belopuhov
2016-11-17Autoconfiguration and firmware semaphore refactoringMike Belopuhov
2016-11-17Bring in new PHY bits, some of the 82599 specific stuff becomes sharedMike Belopuhov
2016-11-17Style and typo fixes; no binary changeMike Belopuhov
2015-04-30Allow use of 1Gb 1000baseLX SFPs in 82599 ix(4) SFP+ port. Adapted fromStuart Henderson
2014-08-25We have never limited the definition of "supported SPF modules"Mike Belopuhov
2013-08-05First stab at updating this monster to the Intel/FreeBSD current version.Mike Belopuhov
2012-12-17sync up ixgbe_raise_i2c_clk with freebsd which basically allowsMike Belopuhov
2012-12-05minor cleanup, whitespaces, mostly synced with freebsdMike Belopuhov
2012-08-06Add support for 10Gb ethernet cards based on the Intel X540 chipset.Mike Belopuhov
2012-07-29whitespace cleanup, no binary changeMike Belopuhov
2011-06-10Monster update of ix(4). This brings ix(4) close to what is currentlyClaudio Jeker
2010-09-21When attaching a unknown SFP+ module on the 82598 controller recompute theClaudio Jeker
2010-02-19Work with pre-standard revision A ProCurve Direct Attach Cables.Jonathan Gray
2010-02-19Partial sync to the latest version of ixgbe in FreeBSD leaving thingsJonathan Gray
2008-06-08replace strange Linux-style u8/u16/u32/u64/s32 integer types with theReyk Floeter
2008-06-08Import ix, a driver for the Intel 82598 PCI-Express 10 Gig Ethernet Adapter,Reyk Floeter