-
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: 260828 b: refs/heads/master c: e48354c h: refs/heads/master v: v3
- Loading branch information
Nicholas Bellinger
committed
Jul 26, 2011
1 parent
817c56c
commit 833d252
Showing
42 changed files
with
22,100 additions
and
2 deletions.
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: 8304bbceee505742925b487fd8ea56e1f8b4b805 | ||
refs/heads/master: e48354ce078c079996f89d715dfa44814b4eba01 |
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,8 @@ | ||
config ISCSI_TARGET | ||
tristate "Linux-iSCSI.org iSCSI Target Mode Stack" | ||
select CRYPTO | ||
select CRYPTO_CRC32C | ||
select CRYPTO_CRC32C_INTEL if X86 | ||
help | ||
Say M here to enable the ConfigFS enabled Linux-iSCSI.org iSCSI | ||
Target Mode Stack. |
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,20 @@ | ||
iscsi_target_mod-y += iscsi_target_parameters.o \ | ||
iscsi_target_seq_pdu_list.o \ | ||
iscsi_target_tq.o \ | ||
iscsi_target_auth.o \ | ||
iscsi_target_datain_values.o \ | ||
iscsi_target_device.o \ | ||
iscsi_target_erl0.o \ | ||
iscsi_target_erl1.o \ | ||
iscsi_target_erl2.o \ | ||
iscsi_target_login.o \ | ||
iscsi_target_nego.o \ | ||
iscsi_target_nodeattrib.o \ | ||
iscsi_target_tmr.o \ | ||
iscsi_target_tpg.o \ | ||
iscsi_target_util.o \ | ||
iscsi_target.o \ | ||
iscsi_target_configfs.o \ | ||
iscsi_target_stat.o | ||
|
||
obj-$(CONFIG_ISCSI_TARGET) += iscsi_target_mod.o |
Oops, something went wrong.