-
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.
IB/ipath: Remove support for QLogic PCIe QLE devices
The ib_qib driver is taking over support for QLogic PCIe QLE devices, so remove support for them from ib_ipath. The ib_ipath driver now supports only the obsolete QLogic Hyper-Transport IB host channel adapter (model QHT7140). Signed-off-by: Ralph Campbell <ralph.campbell@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information
Ralph Campbell
authored and
Roland Dreier
committed
May 24, 2010
1 parent
f931551
commit f6d6084
Showing
9 changed files
with
7 additions
and
7,131 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,9 +1,11 @@ | ||
config INFINIBAND_IPATH | ||
tristate "QLogic InfiniPath Driver" | ||
depends on 64BIT && NET | ||
tristate "QLogic HTX HCA support" | ||
depends on 64BIT && NET && HT_IRQ | ||
---help--- | ||
This is a driver for QLogic InfiniPath host channel adapters, | ||
This is a driver for the obsolete QLogic Hyper-Transport | ||
IB host channel adapter (model QHT7140), | ||
including InfiniBand verbs support. This driver allows these | ||
devices to be used with both kernel upper level protocols such | ||
as IP-over-InfiniBand as well as with userspace applications | ||
(in conjunction with InfiniBand userspace access). | ||
For QLogic PCIe QLE based cards, use the QIB driver instead. |
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 was deleted.
Oops, something went wrong.
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
Oops, something went wrong.