Hello, Attached is a patch which implements fibre channel transport attributes for LSI's MPT Fusion driver. This patch is dependent upon the following patches submitted by LSI's Eric Moore on 11/16/2005 but which have not as yet advanced to the 2.6.15-rc5-git series. 2-module-fix.patch 3-probe-fix.patch 4-spi-fix.patch 5-dvprep-fix.patch 6-mapping-fix.patch 7-bump-fix.patch For correct operation of the fc transport, I also recommend installing James Smart's fix of 12/15/2005 which stops recursion on the workqueue. [PATCH] fix for fc transport recursion problem. In addition, I also recommend my patch of 12/16/2005 to stop the scsi eh from taking targets offline while they remain blocked by the transport. [PATCH] Make scsi error recovery play nice with devices blocked by transport James Smart had previously reviewed my transport attributes RFC and I have addressed his comments in the patch. - module parameter text has been revised - shifting of wwn remains as board returns it little endian, not off the wire and I wish to avoid ia64 access errors - show_rport_dev_loss_tmo attribute exported - set_port_dev_loss_tmo function implemented - revised usage of dd_data and dd_fcrport_size - added calls to fc_remote_port_chkready() - removed some unnecessary sanity tests Signed-off-by: Michael Reed