-
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.
- Loading branch information
Randy Dunlap
authored and
Linus Torvalds
committed
Aug 11, 2010
1 parent
2ae5964
commit 8835d6d
Showing
2 changed files
with
3 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: b2045240058381088e6e367e5f54b2a8bed931e1 | ||
refs/heads/master: 5c90ad905b401c6675dcb6c9fed7c09c9240205c |
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,10 +1,11 @@ | ||
config SCSI_BNX2_ISCSI | ||
tristate "Broadcom NetXtreme II iSCSI support" | ||
depends on NET | ||
depends on PCI | ||
select SCSI_ISCSI_ATTRS | ||
select NETDEVICES | ||
select NETDEV_1000 | ||
select CNIC | ||
depends on PCI | ||
---help--- | ||
This driver supports iSCSI offload for the Broadcom NetXtreme II | ||
devices. |