freebsd-nq/sys/dev/ntb
Alexander Motin 3986af1f65 Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9).
I suppose it should make this code NUMA-aware with recent NUMA drop-in,
trying to allocate shared memory buffers from domain closer to NT-bridge.

MFC after:	2 weeks
2018-01-26 22:22:26 +00:00
..
if_ntb Report NTB link speed to console and interface. 2017-04-23 14:25:51 +00:00
ntb_hw Fix typos from last commit, these should have been #. 2017-12-22 20:48:49 +00:00
ntb_if.m Report NTB link speed to console and interface. 2017-04-23 14:25:51 +00:00
ntb_transport.c Use bus_dmamem_alloc(9) KPI instead of contigmalloc(9). 2018-01-26 22:22:26 +00:00
ntb_transport.h Report NTB link speed to console and interface. 2017-04-23 14:25:51 +00:00
ntb.c Make NTB drivers report more info via NewBus methods. 2017-09-02 11:56:16 +00:00
ntb.h Make NTB drivers report more info via NewBus methods. 2017-09-02 11:56:16 +00:00