freebsd-dev/sys/compat/ndis
Dimitry Andric 5494dcfa1c Fix build of ndis 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 use an
intermediate cast to uintptr_t to suppress it.  In this case, the I/O
port range is effectively limited to the range of 0..65535.

Reviewed by:	imp
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D15746
2018-06-17 19:24:40 +00:00
..
cfg_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
hal_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
kern_ndis.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
kern_windrv.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ndis_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
ntoskrnl_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
pe_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
resource_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
subr_hal.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
subr_ndis.c Fix build of ndis with base gcc on i386 2018-06-17 19:24:40 +00:00
subr_ntoskrnl.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
subr_pe.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
subr_usbd.c spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
usbd_var.h spdx: initial adoption of licensing ID tags. 2017-11-18 14:26:50 +00:00
winx32_wrap.S
winx64_wrap.S