summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2010-09-15 03:57:07 +0200
committerMichael Brown2010-09-15 04:16:24 +0200
commit508ff4d614006557b549a7d26ecfca9655064a75 (patch)
tree00f555cbe724686adb556ea1115bdd26a6317a12 /src/include/ipxe/errfile.h
parent[block] Replace gPXE block-device API with an iPXE asynchronous interface (diff)
downloadipxe-508ff4d614006557b549a7d26ecfca9655064a75.tar.gz
ipxe-508ff4d614006557b549a7d26ecfca9655064a75.tar.xz
ipxe-508ff4d614006557b549a7d26ecfca9655064a75.zip
[fc] Add support for Fibre Channel devices
Add support for Fibre Channel ports, peers, and upper-layer protocols, and for Fibre Channel extended link services. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index d78f2822..d530d902 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -184,6 +184,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_wpa_tkip ( ERRFILE_NET | 0x00280000 )
#define ERRFILE_wpa_ccmp ( ERRFILE_NET | 0x00290000 )
#define ERRFILE_eth_slow ( ERRFILE_NET | 0x002a0000 )
+#define ERRFILE_fc ( ERRFILE_NET | 0x002b0000 )
+#define ERRFILE_fcels ( ERRFILE_NET | 0x002c0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )