summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/mtnic.h
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-0/+3
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [mtnic] Add multiport support and some minor fixesItay Gazit2009-02-091-136/+147
| | | | Signed-off-by: Michael Brown <mcb30@etherboot.org>
* [i386] Change [u]int32_t to [unsigned] int, rather than [unsigned] longMichael Brown2008-11-191-1/+1
| | | | | | This brings us in to line with Linux definitions, and also simplifies adding x86_64 support since both platforms have 2-byte shorts, 4-byte ints and 8-byte long longs.
* [MTNIC] Minor cleanups of vendor-provided driver for Mellanox 10GigE cardsMichael Brown2008-04-221-8/+0Star
| | | | | | | | | Drivers are not allowed to call printf(). Converted eprintf() to DBG(), and removed spurious startup banner. Fixed hardcoded inclusion of little_bswap.h Use EIO rather than 1 as an error number.
* Added mtnic driver provided by Mellanox.Michael Brown2008-02-131-0/+716
Stripped out trailing whitespace to keep git happy.