-
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: 34324 b: refs/heads/master c: f94b533 h: refs/heads/master v: v3
- Loading branch information
Tom Tucker
authored and
Roland Dreier
committed
Sep 22, 2006
1 parent
c18266d
commit 50b2636
Showing
27 changed files
with
9,022 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: 07ebafbaaa72aa6a35472879008f5a1d1d469a0c | ||
refs/heads/master: f94b533d091a42da92d908eb7b3f9ade1923f90d |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ifdef CONFIG_INFINIBAND_AMSO1100_DEBUG | ||
EXTRA_CFLAGS += -DDEBUG | ||
endif | ||
|
||
obj-$(CONFIG_INFINIBAND_AMSO1100) += iw_c2.o | ||
|
||
iw_c2-y := c2.o c2_provider.o c2_rnic.o c2_alloc.o c2_mq.o c2_ae.o c2_vq.o \ | ||
c2_intr.o c2_cq.o c2_qp.o c2_cm.o c2_mm.o c2_pd.o |
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,15 @@ | ||
config INFINIBAND_AMSO1100 | ||
tristate "Ammasso 1100 HCA support" | ||
depends on PCI && INET && INFINIBAND | ||
---help--- | ||
This is a low-level driver for the Ammasso 1100 host | ||
channel adapter (HCA). | ||
|
||
config INFINIBAND_AMSO1100_DEBUG | ||
bool "Verbose debugging output" | ||
depends on INFINIBAND_AMSO1100 | ||
default n | ||
---help--- | ||
This option causes the amso1100 driver to produce a bunch of | ||
debug messages. Select this if you are developing the driver | ||
or trying to diagnose a problem. |
Oops, something went wrong.