freebsd-dev/sys/dev/bxe
Dimitry Andric 48f00bafa1 Fix build of bxe with base gcc on i386
Casting from rman_res_t to a pointer results in "cast to pointer from
integer of different size" warnings with base gcc on i386, so print
these without casting.  The kva field of struct bxe_bar is of type
vm_offset_t, which can be 32 or 64 bit, so cast it to uintmax_t before
printing.

Reviewed by:	markj
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D15733
2018-06-11 10:08:22 +00:00
..
57710_init_values.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
57710_int_offsets.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
57711_init_values.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
57711_int_offsets.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
57712_init_values.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
57712_int_offsets.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_dcb.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_debug.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_dump.h Add support for firmware dump (a.k.a grcdump) 2015-12-23 03:19:12 +00:00
bxe_elink.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_elink.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_ioctl.h Add support for Flash Update 2016-04-12 22:31:48 +00:00
bxe_stats.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe_stats.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
bxe.c Fix build of bxe with base gcc on i386 2018-06-11 10:08:22 +00:00
bxe.h Add netdump support to bxe(4). 2018-05-06 00:47:39 +00:00
ecore_fw_defs.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_hsi.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_init_ops.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_init.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_mfw_req.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_reg.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_sp.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
ecore_sp.h dev/bxe: make use of mallocarray(9). 2018-01-10 20:05:19 +00:00