aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_mcdi.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): support per-command MCDI timeoutAndrew Rybchenko2016-12-301-4/+7
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* Remove NULL checks after M_WAITOK allocations, which - by definition - canEdward Tomasz Napierala2016-03-311-5/+0
* sfxge: support for MCDI logging implementedAndrew Rybchenko2015-12-051-0/+70
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-59/+120
* sfxge: make lock names uniqueAndrew Rybchenko2015-02-051-1/+1
* sfxge: Add macros to init, destroy, acquire, release and assert locksAndrew Rybchenko2015-02-041-13/+11
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+250