aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sfxge/sfxge_dma.c
Commit message (Expand)AuthorAgeFilesLines
* sfxge: add 7xxx NICs family supportAndrew Rybchenko2015-05-251-20/+25
* sfxge: use goto to cleanup to avoid duplicate cleanup codeAndrew Rybchenko2015-02-241-11/+13
* sfxge: pass correct address to free allocated memory in the case of load errorAndrew Rybchenko2015-02-221-2/+2
* sfxge: Pass correct address to free allocated memory in the case of load errorAndrew Rybchenko2015-01-291-1/+1
* Properly handle a case that should never happen (the bus_dmaGeorge V. Neville-Neil2014-10-021-2/+5
* cleanup: code style fixesGeorge V. Neville-Neil2014-09-301-3/+3
* Provide includes that are needed in these files, and before were readGleb Smirnoff2013-10-261-0/+4
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-1/+1
* Fix compilation on ILP32.Marius Strobl2011-11-171-2/+2
* Add the sfxge(4) device driver, providing support for 10Gb Ethernet adaptersPhilip Paeps2011-11-161-0/+202