diff options
author | Robert Love <robert.w.love@intel.com> | 2008-12-09 18:10:17 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-12-29 12:24:33 -0500 |
commit | 42e9a92fe6a9095bd68a379aaec7ad2be0337f7a (patch) | |
tree | 344f8d9f72a3d926d652632abb8d319f8e32343a /drivers/scsi/Kconfig | |
parent | f032c2f7cdaae0e8907cd3b26426fc651dc5c275 (diff) |
[SCSI] libfc: A modular Fibre Channel library
libFC is composed of 4 blocks supported by an exchange manager
and a framing library. The upper 4 layers are fc_lport, fc_disc,
fc_rport and fc_fcp. A LLD that uses libfc could choose to
either use libfc's block, or using the transport template
defined in libfc.h, override one or more blocks with its own
implementation.
The EM (Exchange Manager) manages exhcanges/sequences for all
commands- ELS, CT and FCP.
The framing library frames ELS and CT commands.
The fc_lport block manages the library's representation of the
host's FC enabled ports.
The fc_disc block manages discovery of targets as well as
handling changes that occur in the FC fabric (via. RSCN events).
The fc_rport block manages the library's representation of other
entities in the FC fabric. Currently the library uses this block
for targets, its peer when in point-to-point mode and the
directory server, but can be extended for other entities if
needed.
The fc_fcp block interacts with the scsi-ml and handles all
I/O.
Signed-off-by: Robert Love <robert.w.love@intel.com>
[jejb: added include of delay.h to fix ppc64 compile prob spotted by sfr]
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 1badcec18f41..24d762aab7c5 100644 --- a/drivers/scsi/Kconfig +++ b/drivers/scsi/Kconfig | |||
@@ -603,6 +603,12 @@ config SCSI_FLASHPOINT | |||
603 | substantial, so users of MultiMaster Host Adapters may not | 603 | substantial, so users of MultiMaster Host Adapters may not |
604 | wish to include it. | 604 | wish to include it. |
605 | 605 | ||
606 | config LIBFC | ||
607 | tristate "LibFC module" | ||
608 | depends on SCSI && SCSI_FC_ATTRS | ||
609 | ---help--- | ||
610 | Fibre Channel library module | ||
611 | |||
606 | config SCSI_DMX3191D | 612 | config SCSI_DMX3191D |
607 | tristate "DMX3191D SCSI support" | 613 | tristate "DMX3191D SCSI support" |
608 | depends on PCI && SCSI | 614 | depends on PCI && SCSI |