summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2008-11-07 06:39:42 +0100
committerMichael Brown2008-11-11 06:31:18 +0100
commitc0ec00f47fd3112215d020f070b0a6d5a897416c (patch)
treeba238f9875724b143eb0469dc5a8626af33e9d27 /src/include/gpxe/errfile.h
parent[ipoib] Kill off the IPoIB pseudo-header (diff)
downloadipxe-c0ec00f47fd3112215d020f070b0a6d5a897416c.tar.gz
ipxe-c0ec00f47fd3112215d020f070b0a6d5a897416c.tar.xz
ipxe-c0ec00f47fd3112215d020f070b0a6d5a897416c.zip
[infiniband] Add a standalone subnet management agent
This generic SMA code can be used for any cards that do not provide firmware-based embedded SMAs.
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 31826a86..c314ceed 100644
--- a/src/include/gpxe/errfile.h
+++ b/src/include/gpxe/errfile.h
@@ -135,6 +135,7 @@
#define ERRFILE_netdev_settings ( ERRFILE_NET | 0x00140000 )
#define ERRFILE_dhcppkt ( ERRFILE_NET | 0x00150000 )
#define ERRFILE_slam ( ERRFILE_NET | 0x00160000 )
+#define ERRFILE_ib_sma ( ERRFILE_NET | 0x00170000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )