freebsd-dev/sys/dev/cadence
Mitchell Horne 7dcddacafa cgem: update 64-bit check
The cgem(4) driver was updated to support 64-bit bus addressing in
facdd1cd20. However, the committed version determines this in an
un-idiomatic way. Change the compile-time conditional to check
BUS_SPACE_MAXADDR, rather than comparing int and pointer sizes.

Reported by:	jrtc27
2021-01-11 12:15:32 -04:00
..
if_cgem_hw.h cgem: add 64-bit support 2021-01-10 16:51:52 -04:00
if_cgem.c cgem: update 64-bit check 2021-01-11 12:15:32 -04:00