summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2008-11-07 09:47:21 +0100
committerMichael Brown2008-11-11 06:58:47 +0100
commit125c6d66a8e49cb45f2be13b2ec8329107338b53 (patch)
tree07e3a77fb9de237e8034459a1b1423aeafbeb0cc /src/include/gpxe/errfile.h
parent[infiniband] Add raw packet parser and constructor (diff)
downloadipxe-125c6d66a8e49cb45f2be13b2ec8329107338b53.tar.gz
ipxe-125c6d66a8e49cb45f2be13b2ec8329107338b53.tar.xz
ipxe-125c6d66a8e49cb45f2be13b2ec8329107338b53.zip
[linda] Add support for QLogic 7220-based Infiniband HCAs
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.
Diffstat (limited to 'src/include/gpxe/errfile.h')
-rw-r--r--src/include/gpxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/errfile.h b/src/include/gpxe/errfile.h
index 109e6cd2..c851c7d5 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -111,6 +111,7 @@
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )
#define ERRFILE_hermon ( ERRFILE_DRIVER | 0x00720000 )
+#define ERRFILE_linda ( ERRFILE_DRIVER | 0x00730000 )
#define ERRFILE_aoe ( ERRFILE_NET | 0x00000000 )
#define ERRFILE_arp ( ERRFILE_NET | 0x00010000 )