aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/ef10_phy.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sfxge(4): Remove a double word in a few source code commentsGordon Bergling2022-04-091-1/+1
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-3/+0
* sfxge(4): add accessor to whole link statusAndrew Rybchenko2018-11-301-8/+16
* sfxge(4): add support to get active FEC typeAndrew Rybchenko2018-11-301-5/+55
* sfxge(4): fix out of bounds read when dereferencing sdupAndrew Rybchenko2018-11-301-11/+8
* sfxge(4): avoid usage of too big arrays on stackAndrew Rybchenko2018-11-301-3/+15
* sfxge(4): support FEC mode settingsAndrew Rybchenko2018-11-281-0/+41
* sfxge(4): handle new speeds in link eventsAndrew Rybchenko2018-11-271-0/+9
* sfxge(4): support new link modesAndrew Rybchenko2018-11-271-0/+48
* sfxge(4): simplify loopback type checkingAndrew Rybchenko2018-11-271-20/+4
* sfxge(4): add Medford2 support to PHY moduleAndrew Rybchenko2018-11-271-2/+2
* sfxge(4): fix build issue with PHY LED control enabledAndrew Rybchenko2018-11-241-0/+2
* sfxge(4): cleanup: remove last use of deprecated function flags with privileg...Andrew Rybchenko2016-12-281-4/+8
* sfxge(4): move BIST methods from hunt_phy.c to ef10_phy.cAndrew Rybchenko2016-12-281-0/+153
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): remove PHY property method stubsAndrew Rybchenko2016-05-141-41/+0
* sfxge(4): move ef10_phy_* to ef10_phy.cAndrew Rybchenko2016-05-131-0/+518