diff options
author | Michael Brown <mcb30@ipxe.org> | 2010-09-15 03:08:47 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2010-09-15 03:20:26 +0100 |
commit | d2a2618d76b6ec82dd3cec6fe492d3a2fed87591 (patch) | |
tree | 01b32a877efa173dc1ba5166579f2e0009e2aa14 /src/config/general.h | |
parent | bf2657075d2aa0b1aba5339de3779978f2136135 (diff) | |
download | ipxe-d2a2618d76b6ec82dd3cec6fe492d3a2fed87591.tar.gz |
[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/config/general.h')
-rw-r--r-- | src/config/general.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index ee7f9034..661e834c 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -68,6 +68,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); //#undef SANBOOT_PROTO_ISCSI /* iSCSI protocol */ //#undef SANBOOT_PROTO_AOE /* AoE protocol */ //#undef SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */ +//#undef SANBOOT_PROTO_FCP /* Fibre Channel protocol */ /* * 802.11 cryptosystems and handshaking protocols |