summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/errfile.h
diff options
context:
space:
mode:
authorMichael Brown2010-09-15 04:08:47 +0200
committerMichael Brown2010-09-15 04:20:26 +0200
commitd2a2618d76b6ec82dd3cec6fe492d3a2fed87591 (patch)
tree01b32a877efa173dc1ba5166579f2e0009e2aa14 /src/include/ipxe/errfile.h
parent[fc] Add Fibre Channel management commands (diff)
downloadipxe-d2a2618d76b6ec82dd3cec6fe492d3a2fed87591.tar.gz
ipxe-d2a2618d76b6ec82dd3cec6fe492d3a2fed87591.tar.xz
ipxe-d2a2618d76b6ec82dd3cec6fe492d3a2fed87591.zip
[fcp] Add support for the Fibre Channel Protocol
The Fibre Channel Protocol provides a mechanism for transporting SCSI commands via a Fibre Channel fabric. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include/ipxe/errfile.h')
-rw-r--r--src/include/ipxe/errfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/ipxe/errfile.h b/src/include/ipxe/errfile.h
index d530d902..2ae32412 100644
--- a/src/include/ipxe/errfile.h
+++ b/src/include/ipxe/errfile.h
@@ -186,6 +186,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_eth_slow ( ERRFILE_NET | 0x002a0000 )
#define ERRFILE_fc ( ERRFILE_NET | 0x002b0000 )
#define ERRFILE_fcels ( ERRFILE_NET | 0x002c0000 )
+#define ERRFILE_fcp ( ERRFILE_NET | 0x002d0000 )
#define ERRFILE_image ( ERRFILE_IMAGE | 0x00000000 )
#define ERRFILE_elf ( ERRFILE_IMAGE | 0x00010000 )