aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntb
Commit message (Expand)AuthorAgeFilesLines
* Remove contractions.Carl Delsey2013-09-052-7/+7
* Only tear down interface and transport if they've been successfully setup.Carl Delsey2013-09-051-6/+11
* Workaround an issue with hardware by accessing remote device through memCarl Delsey2013-09-052-60/+104
* Simplify register access macros by removing one level of indirection.Carl Delsey2013-09-051-66/+58
* Cleaning up spacing and making hex value case consistent.Carl Delsey2013-09-051-11/+11
* Implement workaround for IvyTown 4K BAR size issue.Carl Delsey2013-09-052-0/+37
* Simplifying bus alloc resource call since we only need the default values.Carl Delsey2013-09-051-5/+4
* Add support for per device features and workarounds.Carl Delsey2013-09-051-7/+19
* Restructure the PCI bar initialization code in anticipation of upcomingCarl Delsey2013-09-051-53/+93
* Fix name change from ntb_transport to if_ntb. A few places wereCarl Delsey2013-09-051-4/+4
* Throw a bit to enable the link to come up on Xeon.Carl Delsey2013-09-051-0/+4
* Add some logging to ntb link up.Carl Delsey2013-09-053-1/+21
* Add a new driver to support the Intel Non-Transparent Bridge(NTB).Carl Delsey2013-04-294-0/+2873