freebsd-dev/sys/dev/liquidio
Dimitry Andric 2b6fe1b2da Fix build of liquidio with base gcc on i386
Some casts from pointers to uint64_t and back in lio_main.c cause base
gcc on i386 to warn "cast from pointer to integer of different size",
and vice versa.  Add additional casts to uintptr_t to suppress these.

Reviewed by:	sbruno
MFC after:	3 days
Differential Revision: https://reviews.freebsd.org/D15754
2018-06-13 07:55:57 +00:00
..
base Revert r327828, r327949, r327953, r328016-r328026, r328041: 2018-01-21 15:42:36 +00:00
lio_bsd.h tcp_lro.h requires <netinet/in.h>, include it directly instead of 2018-06-05 19:23:23 +00:00
lio_core.c
lio_ioctl.c ifnet: Replace if_addr_lock rwlock with epoch + mutex 2018-05-18 20:13:34 +00:00
lio_ioctl.h
lio_main.c Fix build of liquidio with base gcc on i386 2018-06-13 07:55:57 +00:00
lio_main.h
lio_network.h
lio_rss.c
lio_rss.h
lio_rxtx.c
lio_rxtx.h
lio_sysctl.c