Hello, I have updated the target code [1] to work with the mainline lpfc driver. It is currently based on version 10.4.8000.0 and supports SLI-3 adapters. The required modifications to lpfc add up to Makefile | 4 lpfc.h | 12 ++ lpfc_attr.c | 70 ++++++++++++ lpfc_bsg.c | 1 lpfc_ct.c | 11 + lpfc_debugfs.c | 4 lpfc_disc.h | 12 ++ lpfc_els.c | 101 +++++++++++++++++ lpfc_hbadisc.c | 67 +++++++++++ lpfc_hw.h | 43 +++++++ lpfc_init.c | 31 +++++ lpfc_mbox.c | 11 + lpfc_mem.c | 10 + lpfc_nportdisc.c | 105 ++++++++++++++++++ lpfc_scsi.c | 6 + lpfc_sli.c | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++---- lpfc_sli.h | 31 +++++ lpfc_version.h | 2 lpfc_vport.c | 17 ++ 19 files changed, 821 insertions(+), 29 deletions(-) The new files are lpfc_target_api.c | 995 +++++++++++++++++++++++++++++++++++++++++++++++++ lpfc_target_api.h | 155 +++++++ lpfc_target_api_base.h | 45 ++ lpfc_target_protos.h | 31 + 4 files changed, 1226 insertions(+) The code is available on request. [1] http://scst.sourceforge.net/lpfc_scst1123.tar.bz2 Sebastian -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html