-
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: merge ipath_core and ib_ipath drivers
There is little point in keeping the two drivers separate, so we are merging them. Signed-off-by: Bryan O'Sullivan <bryan.osullivan@qlogic.com> Signed-off-by: Roland Dreier <rolandd@cisco.com>
- Loading branch information
Bryan O'Sullivan
authored and
Roland Dreier
committed
Sep 22, 2006
1 parent
367fe71
commit b1c1b6a
Showing
10 changed files
with
62 additions
and
292 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
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,16 +1,9 @@ | ||
config IPATH_CORE | ||
tristate "QLogic InfiniPath Driver" | ||
depends on 64BIT && PCI_MSI && NET | ||
---help--- | ||
This is a low-level driver for QLogic InfiniPath host channel | ||
adapters (HCAs) based on the HT-400 and PE-800 chips. | ||
|
||
config INFINIBAND_IPATH | ||
tristate "QLogic InfiniPath Verbs Driver" | ||
depends on IPATH_CORE && INFINIBAND | ||
tristate "QLogic InfiniPath Driver" | ||
depends on PCI_MSI && 64BIT && INFINIBAND | ||
---help--- | ||
This is a driver that provides InfiniBand verbs support for | ||
QLogic InfiniPath host channel adapters (HCAs). This | ||
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). | ||
This is a driver for QLogic InfiniPath host channel adapters, | ||
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). |
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
Oops, something went wrong.