summaryrefslogtreecommitdiffstats
path: root/src/drivers/infiniband/qib_genbits.pl
Commit message (Collapse)AuthorAgeFilesLines
* [legal] Add a selection of FILE_LICENCE declarationsMichael Brown2009-05-181-1/+2
| | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE.
* [linda] Add missing copyright noticesMichael Brown2008-11-181-0/+16
|
* [linda] Add support for QLogic 7220-based Infiniband HCAsMichael Brown2008-11-111-0/+79
These cards very nearly support our current IB Verbs model. There is one minor difference: multicast packets will always be delivered by the hardware to QP0, so the driver has to redirect them to the appropriate QP. This means that QP owners may see receive completions for buffers that they never posted. Nothing in our current codebase will break because of this.