sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
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-elink. The driver is made of two modules: - ntb_hw which i
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-elink. 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, andonly Back-to-Back mode is supported. Also the network device isn't fullfeatured yet. These changes will be coming soon. The DMA change will alsobring 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 Masonfrom Intel. Any bugs are my contributions.Sponsored by: IntelReviewed by: jimharris, joel (man page only)Approved by: jimharris (mentor)
show more ...