dim 4c5756cf39 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
..
2018-06-14 07:12:10 +00:00
2018-02-14 00:12:03 +00:00
2018-06-08 18:54:47 +00:00
2018-06-14 06:40:59 +00:00
2018-06-16 19:21:09 +00:00
2018-06-15 20:57:02 +00:00
2018-03-24 21:30:24 +00:00
2018-05-25 08:44:00 +00:00