-
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: 242724 b: refs/heads/master c: 3703b2c h: refs/heads/master v: v3
- Loading branch information
Nicholas Bellinger
authored and
James Bottomley
committed
Mar 23, 2011
1 parent
271d0b5
commit 2df9d49
Showing
7 changed files
with
1,674 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: 5fa8b573134108a333a317378998a9f1299c4dd6 | ||
refs/heads/master: 3703b2c5d041a68095cdd22380c23ce27d449ad7 |
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 LOOPBACK_TARGET | ||
tristate "TCM Virtual SAS target and Linux/SCSI LDD fabric loopback module" | ||
help | ||
Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD | ||
fabric loopback module. | ||
|
||
config LOOPBACK_TARGET_CDB_DEBUG | ||
bool "TCM loopback fabric module CDB debug code" | ||
depends on LOOPBACK_TARGET | ||
help | ||
Say Y here to enable the TCM loopback fabric module CDB debug code |
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_LOOPBACK_TARGET) += tcm_loop.o |
Oops, something went wrong.