-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
8 changed files
with
2,896 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: fc5f80b152896c1ffded2a91d11dcb08ffcffebb | ||
refs/heads/master: a511ce3397803558a3591e55423f3ae6aa28c9db |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
obj-$(CONFIG_SBP_TARGET) += sbp_target.o |
Oops, something went wrong.