aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntb/ntb_hw/ntb_hw_amd.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* ntb: Use uintmax_t casts and %j to print physical addresses.John Baldwin2022-09-281-3/+3
* ntb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-1/+1
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-231-1/+1
* ntb: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-4/+1
* Add support for Hygon NTB PCI device in ntb_hw_amd driver.Alexander Motin2020-02-141-1/+14
* Make ntb(4) send bus_get_dma_tag() requests to parent buses passing realAlexander Motin2019-11-141-0/+1
* Fix i386 LINT build after r351056.Alexander Motin2019-08-151-8/+8
* Add support for PCI Device ID 0x148B in ntb_hw_amd driver.Alexander Motin2019-08-141-50/+92
* Include sys/lock.h, as told by man page.Alexander Motin2019-07-021-0/+1
* Fix i386 LINT after r349594.Alexander Motin2019-07-021-17/+32
* Add driver for NTB in AMD SoC.Alexander Motin2019-07-021-0/+1247