summaryrefslogtreecommitdiff
path: root/sys/dev/ntb/ntb.c
AgeCommit message (Expand)Author
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-05-09ntb: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2021-06-22newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-11-14Make ntb(4) send bus_get_dma_tag() requests to parent buses passing realAlexander Motin
2019-07-02Add driver for NTB in AMD SoC.Alexander Motin
2017-09-02Make NTB drivers report more info via NewBus methods.Alexander Motin
2017-08-31Make ntb_set_ctx() always generate fake link event.Alexander Motin
2017-04-23Report NTB link speed to console and interface.Alexander Motin
2016-07-30Fix infinite loops introduced at r303429.Alexander Motin
2016-07-28Fix r303429 build with invariants.Alexander Motin
2016-07-28Once more refactor KPI between NTB hardware and consumers.Alexander Motin
2016-07-09NewBus'ify NTB subsystem.Alexander Motin