HomeFreeBSD

Fix build of si with base gcc on i386

Description

Fix build of si 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
intermediate casts to uintptr_t to suppress these.

Direct commit to stable/11, since si(4) has been removed from head.

Reviewed by: jhb
Differential Revision: https://reviews.freebsd.org/D15752

Details

Provenance
dimAuthored on
Reviewer
jhb
Differential Revision
D15752: Fix build of si with base gcc on i386
Parents
rS335086: Add PNP info to PCI attachment of ae driver
Branches
Unknown
Tags
Unknown