From d2a2618d76b6ec82dd3cec6fe492d3a2fed87591 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Wed, 15 Sep 2010 03:08:47 +0100 Subject: [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 --- src/config/defaults/pcbios.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/defaults') diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index d2ffc3d23..165ee14c3 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -33,5 +33,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define SANBOOT_PROTO_ISCSI /* iSCSI protocol */ #define SANBOOT_PROTO_AOE /* AoE protocol */ #define SANBOOT_PROTO_IB_SRP /* Infiniband SCSI RDMA protocol */ +#define SANBOOT_PROTO_FCP /* Fibre Channel protocol */ #endif /* CONFIG_DEFAULTS_PCBIOS_H */ -- cgit v1.2.3-55-g7522