aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_phy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-301-4/+26
* sfxge(4): adjust PHY module info interfaceAndrew Rybchenko2018-11-301-3/+4
* sfxge(4): make last byte of module information availableAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): modify phy caps to indicate FEC requestAndrew Rybchenko2018-11-301-7/+1
* sfxge(4): add support to get active FEC typeAndrew Rybchenko2018-11-301-1/+38
* sfxge(4): refactoring eliminating code analysis warningsAndrew Rybchenko2018-11-271-0/+1
* sfxge(4): add Medford2 support to PHY moduleAndrew Rybchenko2018-11-271-2/+11
* sfxge(4): fix ignoring function return valueAndrew Rybchenko2018-11-231-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): rename hunt_bist_* methods to ef10_bist_*Andrew Rybchenko2016-12-281-5/+4
* sfxge(4): cleanup: add const qualifier to const array pointerAndrew Rybchenko2016-12-281-2/+2
* sfxge(4): cleanup: use TAB to indentAndrew Rybchenko2016-12-281-1/+1
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): remove unimplemented EFX PHY methodsAndrew Rybchenko2016-05-141-4/+0
* sfxge(4): remove obsolete EFSYS_OPT_PHY_PROPS option and APIsAndrew Rybchenko2016-05-141-37/+0
* sfxge(4): remove PHY property method stubsAndrew Rybchenko2016-05-141-32/+6
* sfxge(4): cleanup: constify common code method tablesAndrew Rybchenko2016-05-121-18/+18
* sfxge(4): remove EFSYS_OPT_PHY_TXC43128Andrew Rybchenko2016-05-101-31/+0
* sfxge(4): remove EFSYS_OPT_PHY_SFX7101Andrew Rybchenko2016-05-101-32/+0
* sfxge(4): remove EFSYS_OPT_PHY_SFT9001Andrew Rybchenko2016-05-101-32/+0
* sfxge(4): remove EFSYS_OPT_PHY_QT2025CAndrew Rybchenko2016-05-101-32/+0
* sfxge(4): remove EFSYS_OPT_PHY_QT2022C2Andrew Rybchenko2016-05-101-32/+0
* sfxge(4): remove EFSYS_OPT_PHY_NULLAndrew Rybchenko2016-05-101-32/+0
* sfxge(4): remove EFSYS_OPT_MAC_FALCON_XMACAndrew Rybchenko2016-05-101-3/+0
* sfxge(4): remove EFSYS_OPT_MAC_FALCON_GMACAndrew Rybchenko2016-05-101-4/+0
* sfxge(4): remove EFSYS_OPT_FALCONAndrew Rybchenko2016-05-101-44/+0
* sfxge: implement SIOCGI2C to read information from phy modulesAndrew Rybchenko2016-02-101-0/+32
* sfxge: rename common hunt PHY methods to ef10 and use for MedfordAndrew Rybchenko2016-01-151-12/+18
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-3/+0
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-23/+23
* sfxge: cleanup: fix prefast annotations for stats buffersAndrew Rybchenko2015-11-271-1/+1
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-64/+135
* sfxge: keep fw and driver view of autoneg parameters consistentAndrew Rybchenko2015-02-211-0/+13
* sfxge: Add $FreeBSD$ tags to common code files.Philip Paeps2011-11-281-0/+3
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+752