freebsd_network: bus_size_t seems to always be no larger than void*.

FreeBSD seems to do this, too, and sets BUS_SPACE_MAXSIZE appropriately
(which it seems we already do.) Fixes 32-bit builds following previous
commits.
This commit is contained in:
Augustin Cavalier
2022-06-10 14:06:49 -04:00
parent 10f4c2bd71
commit fe476826e7
@@ -10,7 +10,7 @@
typedef phys_addr_t bus_addr_t;
typedef phys_size_t bus_size_t;
typedef size_t bus_size_t;
typedef addr_t bus_space_handle_t;