-
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: 355015 b: refs/heads/master c: fce8a7b h: refs/heads/master i: 355013: fecba25 355011: e28ad76 355007: 7a33d2e v: v3
- Loading branch information
Jon Mason
authored and
Greg Kroah-Hartman
committed
Jan 18, 2013
1 parent
6e818ca
commit 25c9d9d
Showing
11 changed files
with
3,013 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: ea8a83a4b718f78a8ea2ce3f0237e78a23f8f12b | ||
refs/heads/master: fce8a7bb5b4bfb8a27324703fd5b002ee9247e90 |
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,13 @@ | ||
config NTB | ||
tristate "Intel Non-Transparent Bridge support" | ||
depends on PCI | ||
depends on X86 | ||
help | ||
The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus | ||
connecting 2 systems. When configured, writes to the device's PCI | ||
mapped memory will be mirrored to a buffer on the remote system. The | ||
ntb Linux driver uses this point-to-point communication as a method to | ||
transfer data from one system to the other. | ||
|
||
If unsure, say N. | ||
|
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,3 @@ | ||
obj-$(CONFIG_NTB) += ntb.o | ||
|
||
ntb-objs := ntb_hw.o ntb_transport.o |
Oops, something went wrong.