summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_em_hw.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use em(4) with MSI-X, currently disabled by default.mpi2020-03-231-1/+6
* Use queue descriptor instead of hardcoded value when initializing hw.mpi2020-03-081-2/+4
* Refactoring to prepare multi-queues support, no intended behavior change:mpi2020-02-041-251/+126
* match on Intel Comet Lake and Tiger Lake Ethernetjsg2020-01-201-1/+12
* fix previous commitkettenis2019-01-051-2/+2
* Add em_pch_cnp to IS_ICH8 macro. Missed when adding em_pch_cnp.jsg2019-01-051-2/+3
* em: Make em_get_software_flag() recursivesf2018-04-291-1/+2
* em: Improve access logic for software flagsf2018-04-291-1/+3
* em: Port an i219 errata workaround from FreeBSDsf2018-04-071-1/+2
* Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).jsg2018-03-161-1/+2
* Add ids for Ice Lake and Cannon Lake Ethernet and some more I210 ids.jsg2018-03-101-1/+11
* Add another ICH10 em(4). From John the.cheeze at gmail.jsg2018-03-101-1/+2
* em: Disable ultra-low-power mode on bootsf2017-08-121-2/+41
* Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.jsg2017-03-191-1/+6
* Add support for the Intel i219 network chip to the em(4) driver.bluhm2016-02-181-3/+22
* Add support for the 88E1512/88E1514 phys using the 1512 init sequencejsg2015-09-121-1/+11
* Fix i217 PHY initializationsf2015-08-051-1/+7
* Add support for em(4) on Teak 3020, a Tolopai (EP80579)dms2015-06-041-1/+5
* The i211 does not support an external EEPROM only a OTPjsg2015-05-121-1/+34
* fix typo in comment; OK mpi@gsoares2015-04-011-2/+2
* - Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos.brad2015-01-281-1/+3
* Implement yet another workaround for the k1 em(4)'s. This time forclaudio2014-11-051-3/+13
* match on 82580 quad fiber and add untested support forjsg2014-03-101-2/+8
* match on more i217/i218 variantsjsg2014-03-101-1/+5
* basic i210/i211 support (improved after looking at gollo@ i210 diff on misc)chris2014-02-221-1/+10
* Add initial support for i354 MAC and M88E1543 PHY.jsg2014-02-171-1/+5
* use a macro when testing for an ich8 family mac typejsg2013-11-271-1/+5
* Initial support for the integrated Lynx Point and Lynx Point LP Ethernetjsg2013-11-211-4/+18
* Bring in some more pch2/82579 bits from the Intel code in FreeBSD:jsg2012-11-261-1/+14
* Add support for i350 based devices, based in part on Intel codejsg2012-05-171-1/+30
* Add the remaining parts of support for 82580 based devices such asjsg2011-10-051-3/+29
* Add a workaround for an 82579 hardware bug that can result injsg2011-05-021-1/+7
* Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY.jsg2011-04-221-1/+8
* the mechanical part of 82580 support, more to comejsg2011-04-141-3/+18
* The backplane version of the 82575EB has no link state -- it's alwayswilliam2011-04-041-1/+5
* cap the max size of the eeprom to 16k, as per the linux and freebsddlg2011-02-061-1/+2
* add support for 82583V. Confirmed to work on Portwell CAD-0205.yasuoka2010-09-191-1/+2
* Add support for 82576 fiber adapters based on Intel code in FreeBSD.jsg2010-08-031-2/+22
* Yet another workaround for PCH devices adapted from Intel code injsg2010-07-021-1/+8
* More workarounds adapted from FreeBSD to make the 82577/82578 happy,jsg2010-06-291-15/+74
* Initial 82578 support from Mike Belopuhov.jsg2010-06-281-2/+7
* More PCH/82577 bits from FreeBSD, this does not includejsg2010-06-271-1/+31
* PCH needs its own Low Power Link Up code as it it is configuredjsg2010-06-261-1/+7
* Initial support for PCH based em adapters with 82577 PHY,jsg2010-06-211-1/+15
* sync the list of device and phy ids with FreeBSDjsg2010-06-201-24/+43
* Add as yet untested support for the 82576 quad copper ET2jsg2010-05-181-1/+2
* Fix support for Intel PRO/1000 QP 82575-based devices. This changes the waydms2010-03-021-1/+9
* Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part isdms2009-11-251-1/+34
* s/Mhz/MHz/, MHz is a multiple of the SI unit hertz (whose symbol is Hz).sobrado2009-10-311-2/+2
* Bring back support for iCH10 based chips. This time support for fiber cardsdms2009-09-041-1/+2