Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305910
b: refs/heads/master
c: a511ce3
h: refs/heads/master
v: v3
  • Loading branch information
Chris Boot authored and Nicholas Bellinger committed May 9, 2012
1 parent cb8489d commit 7c155d8
Show file tree
Hide file tree
Showing 8 changed files with 2,896 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: fc5f80b152896c1ffded2a91d11dcb08ffcffebb
refs/heads/master: a511ce3397803558a3591e55423f3ae6aa28c9db
9 changes: 9 additions & 0 deletions trunk/MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -2754,6 +2754,15 @@ T: git git://git.alsa-project.org/alsa-kernel.git
S: Maintained
F: sound/firewire/

FIREWIRE SBP-2 TARGET
M: Chris Boot <bootc@bootc.net>
L: linux-scsi@vger.kernel.org
L: target-devel@vger.kernel.org
L: linux1394-devel@lists.sourceforge.net
T: git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
S: Maintained
F: drivers/target/sbp/

FIREWIRE SUBSYSTEM
M: Stefan Richter <stefanr@s5r6.in-berlin.de>
L: linux1394-devel@lists.sourceforge.net
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/target/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,6 @@ config TCM_PSCSI
source "drivers/target/loopback/Kconfig"
source "drivers/target/tcm_fc/Kconfig"
source "drivers/target/iscsi/Kconfig"
source "drivers/target/sbp/Kconfig"

endif
1 change: 1 addition & 0 deletions trunk/drivers/target/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ obj-$(CONFIG_TCM_PSCSI) += target_core_pscsi.o
obj-$(CONFIG_LOOPBACK_TARGET) += loopback/
obj-$(CONFIG_TCM_FC) += tcm_fc/
obj-$(CONFIG_ISCSI_TARGET) += iscsi/
obj-$(CONFIG_SBP_TARGET) += sbp/
11 changes: 11 additions & 0 deletions trunk/drivers/target/sbp/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config SBP_TARGET
tristate "FireWire SBP-2 fabric module"
depends on FIREWIRE && EXPERIMENTAL
help
Say Y or M here to enable SCSI target functionality over FireWire.
This enables you to expose SCSI devices to other nodes on the FireWire
bus, for example hard disks. Similar to FireWire Target Disk mode on
many Apple computers.

To compile this driver as a module, say M here: The module will be
called sbp-target.
1 change: 1 addition & 0 deletions trunk/drivers/target/sbp/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
obj-$(CONFIG_SBP_TARGET) += sbp_target.o
Loading

0 comments on commit 7c155d8

Please sign in to comment.