Use proper integer-pointer type conversions.
authorjhibbits <jhibbits@FreeBSD.org>
Tue, 18 Oct 2016 00:55:15 +0000 (00:55 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Tue, 18 Oct 2016 00:55:15 +0000 (00:55 +0000)
commite4be3bf094eb221c8d354517a9fcca8cfcf3b8b2
tree43cea04fe5fe4ebcc347cfa74f79672028296ab6
parent8c492572ae6e98268866ee8fb39abd3d2f5a8698
Use proper integer-pointer type conversions.

As part of an effort to extend Book-E to the 64-bit world, make the necessary
changes to the DPAA/dTSEC driver set to be integer-pointer conversion clean.
This means no more casts to int, and use uintptr_t where needed.

Since the NCSW source is effectively obsolete, direct changes to the source tree
are safe.
15 files changed:
sys/contrib/ncsw/Peripherals/BM/bman_low.c
sys/contrib/ncsw/Peripherals/QM/qm_portal_fqr.c
sys/contrib/ncsw/Peripherals/QM/qman_low.h
sys/contrib/ncsw/inc/Peripherals/bm_ext.h
sys/contrib/ncsw/inc/Peripherals/fm_ext.h
sys/contrib/ncsw/inc/Peripherals/qm_ext.h
sys/contrib/ncsw/inc/error_ext.h
sys/contrib/ncsw/inc/xx_ext.h
sys/contrib/ncsw/user/env/xx.c
sys/dev/dpaa/bman.c
sys/dev/dpaa/bman_portals.c
sys/dev/dpaa/fman.c
sys/dev/dpaa/portals_common.c
sys/dev/dpaa/qman.c
sys/dev/dpaa/qman_portals.c