aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/common/efx_intr.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-6/+0
* sfxge(4): correct annotations where NULL input is OKAndrew Rybchenko2018-11-301-1/+1
* sfxge(4): add efsys macro to get memory region sizeAndrew Rybchenko2018-11-271-0/+11
* sfxge(4): add Medford2 support to INTR moduleAndrew Rybchenko2018-11-271-2/+8
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge(4): rename falconsiena_intr_*Andrew Rybchenko2016-05-131-31/+31
* sfxge(4): cleanup: constify common code method tablesAndrew Rybchenko2016-05-121-14/+14
* sfxge(4): remove Falcon-specific code paths from common codeAndrew Rybchenko2016-05-111-18/+3
* sfxge(4): remove EFSYS_OPT_FALCONAndrew Rybchenko2016-05-101-24/+4
* sfxge: cleanup: simplify EFX header includesAndrew Rybchenko2016-01-131-3/+0
* sfxge: fix interrupt handling for MedfordAndrew Rybchenko2016-01-121-48/+77
* sfxge: rename hunt interrupt methods to ef10 and use on MedfordAndrew Rybchenko2016-01-121-11/+16
* sfxge: add prefast annotation to common code return typesAndrew Rybchenko2015-11-291-10/+10
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-107/+329
* 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/+354