summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.amd64
diff options
context:
space:
mode:
authorcarl <carl@FreeBSD.org>2013-04-29 22:48:53 +0000
committercarl <carl@FreeBSD.org>2013-04-29 22:48:53 +0000
commit542feb6d728678f9a7f9437f0323a9bcfbaf7192 (patch)
tree3b196f716100f9db59d3db91e466f414c5f4a9ec /sys/conf/files.amd64
parent1d1f55566570c678bf9f58dfb1a42f8a3e4bfb68 (diff)
downloadFreeBSD-src-542feb6d728678f9a7f9437f0323a9bcfbaf7192.zip
FreeBSD-src-542feb6d728678f9a7f9437f0323a9bcfbaf7192.tar.gz
Add a new driver to support the Intel Non-Transparent Bridge(NTB).
The NTB allows you to connect two systems with this device using a PCI-e link. The driver is made of two modules: - ntb_hw which is a basic hardware abstraction layer for the device. - if_ntb which implements the ntb network device and the communication protocol. The driver is limited at the moment to CPU memcpy instead of using DMA, and only Back-to-Back mode is supported. Also the network device isn't full featured yet. These changes will be coming soon. The DMA change will also bring in the ioat driver from the project branch it is on now. This is an initial port of the GPL/BSD Linux driver contributed by Jon Mason from Intel. Any bugs are my contributions. Sponsored by: Intel Reviewed by: jimharris, joel (man page only) Approved by: jimharris (mentor)
Diffstat (limited to 'sys/conf/files.amd64')
-rw-r--r--sys/conf/files.amd642
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files.amd64 b/sys/conf/files.amd64
index ece99da..2d6db7a 100644
--- a/sys/conf/files.amd64
+++ b/sys/conf/files.amd64
@@ -211,6 +211,8 @@ dev/kbd/kbd.c optional atkbd | sc | ukbd
dev/lindev/full.c optional lindev
dev/lindev/lindev.c optional lindev
dev/nfe/if_nfe.c optional nfe pci
+dev/ntb/if_ntb/if_ntb.c optional if_ntb
+dev/ntb/ntb_hw/ntb_hw.c optional if_ntb ntb_hw
dev/nvd/nvd.c optional nvd nvme
dev/nve/if_nve.c optional nve pci
dev/nvme/nvme.c optional nvme
OpenPOWER on IntegriCloud