opnsense-src/sys/dev/ntb
John Baldwin 54c65cbb24 ntb: Use uintmax_t casts and %j to print physical addresses.
This fixes -Wint-to-pointer-cast errors with GCC when compiling on
i386 where physical addresses are not the same size as pointers.

Reviewed by:	mav, imp
Differential Revision:	https://reviews.freebsd.org/D36751

(cherry picked from commit 124e46735e)
2022-11-11 10:18:52 -08:00
..
if_ntb Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ntb_hw ntb: Use uintmax_t casts and %j to print physical addresses. 2022-11-11 10:18:52 -08:00
test ntb_tool: ubuf is too small to hold a human readable 64 bit value 2020-10-21 17:11:57 +00:00
ntb.c Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) 2020-02-26 14:26:36 +00:00
ntb.h Make ntb(4) send bus_get_dma_tag() requests to parent buses passing real 2019-11-14 04:34:58 +00:00
ntb_if.m Add driver for NTB in AMD SoC. 2019-07-02 05:25:18 +00:00
ntb_transport.c ntb_transport(4): Mark callouts MP-safe. 2021-08-23 22:29:46 -04:00
ntb_transport.h Report NTB link speed to console and interface. 2017-04-23 14:25:51 +00:00