opnsense-src/sys/dev/ntb/ntb_hw
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
..
ntb_hw_amd.c ntb: Use uintmax_t casts and %j to print physical addresses. 2022-11-11 10:18:52 -08:00
ntb_hw_amd.h
ntb_hw_intel.c ntb: Use uintmax_t casts and %j to print physical addresses. 2022-11-11 10:18:52 -08:00
ntb_hw_intel.h ntb: Add Intel Xeon Gen3 support 2020-10-23 14:16:52 +00:00
ntb_hw_plx.c