aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_intr.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
* Remove support for FreeBSD 7 and 8Warner Losh2020-02-271-2/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sfxge(4): bind interrupts to CPUs in accordance with bucket to CPU mapAndrew Rybchenko2016-06-061-0/+11
* sfxge(4): cleanup: update copyright to 2016Andrew Rybchenko2016-05-241-1/+1
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-31/+27
* sfxge: expect required init_state on data path and in periodic callsAndrew Rybchenko2015-02-271-1/+1
* sfxge: implemented parameter to restrict RSS channelsAndrew Rybchenko2015-01-291-0/+3
* sfxge: Change sfxge_ev_qpoll() proto to avoid EVQ pointers array accessAndrew Rybchenko2015-01-291-3/+2
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-10/+10
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+4
* sfxge: Remove interrupt self-test codePhilip Paeps2011-11-191-24/+3
* Fix compilation on ILP32.Marius Strobl2011-11-171-1/+1
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+577