Marcel Moolenaar 5cc705512d Remove the assumption that a bus_space_handle_t is an I/O address
from the SAB82532 and the Z8530 hardware drivers by introducing
uart_cpu_busaddr(). The assumption is not true on pc98 where
bus_space_handle_t is a pointer to a structure.
The uart_cpu_busaddr() function will return the bus address
corresponding the tag and handle given to it by the BAS.

WARNING: the intend of the function is STRICTLY to allow hardware
drivers to determine which logical channel they control and is NOT
to be used for actual I/O. It is therefore EXPLICITLY allowed that
uart_cpu_busaddr() returns only the lower 8 bits of the address
and garbage in all other bits. No mistakes...
2003-09-07 21:51:03 +00:00
..
2003-09-07 20:02:38 +00:00
2003-08-03 07:50:19 +00:00
2003-06-10 21:44:29 +00:00
2003-09-06 18:37:17 +00:00
2003-09-02 17:30:40 +00:00
2003-09-07 14:23:08 +00:00
2003-09-07 20:02:38 +00:00
2003-09-07 14:23:08 +00:00
2003-09-06 04:53:43 +00:00
2003-06-11 05:37:42 +00:00
2003-06-11 05:37:42 +00:00
2003-08-29 23:25:00 +00:00
2003-09-06 14:04:30 +00:00
2003-06-11 06:34:30 +00:00
2003-09-07 05:42:07 +00:00
2003-09-07 18:47:54 +00:00