]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sbp-target: Initial merge of firewire/ieee-1394 target mode support
authorChris Boot <bootc@bootc.net>
Sun, 15 Apr 2012 00:50:35 +0000 (17:50 -0700)
committerNicholas Bellinger <nab@linux-iscsi.org>
Sun, 15 Apr 2012 01:25:35 +0000 (18:25 -0700)
commit3e6e9e935a612115faf005858af6524fcce9640f
tree60e603ae4bf033d3676e6152ec85f656405bf6d0
parent5d058bce464b6968893fd71673fe150252d54771
sbp-target: Initial merge of firewire/ieee-1394 target mode support

The FireWire SBP-2 Target is a driver for using an IEEE-1394 connection
as a SCSI transport. This module uses the SCSI Target framework to
expose LUNs to other machines attached to a FireWire bus, in effect
acting as a FireWire hard disk similar to FireWire Target Disk mode
on many Apple computers.

This commit contains the squashed pull from Chris Boot's SBP-2-Target:

      https://github.com/bootc/Linux-SBP-2-Target.git patch-v3

firewire-sbp-target: Add sbp_base.h header
firewire-sbp-target: Add sbp_configfs.c
firewire-sbp-target: Add sbp_fabric.{c,h}
firewire-sbp-target: Add sbp_management_agent.{c,h}
firewire-sbp-target: Add sbp_login.{c,h}
firewire-sbp-target: Add sbp_target_agent.{c,h}
firewire-sbp-target: Add sbp_scsi_cmnd.{c,h}
firewire-sbp-target: Add to target Kconfig and Makefile

Also add bootc's entry to the MAINTAINERS file.  Great work Chris !!

Signed-off-by: Chris Boot <bootc@bootc.net>
Acked-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Cc: Andy Grover <agrover@redhat.com>
Cc: Clemens Ladisch <clemens@ladisch.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
drivers/target/Kconfig
drivers/target/Makefile
drivers/target/sbp/Kconfig [new file with mode: 0644]
drivers/target/sbp/Makefile [new file with mode: 0644]
drivers/target/sbp/sbp_target.c [new file with mode: 0644]
drivers/target/sbp/sbp_target.h [new file with mode: 0644]