summaryrefslogtreecommitdiffstats
path: root/sys/mips/alchemy/uart_cpu_alchemy.c
Commit message (Collapse)AuthorAgeFilesLines
* - Make mips_bus_space_generic be of type bus_space_tag_t instead ofgonzo2009-04-191-2/+2
| | | | struct bus_space and update all relevant places.
* Use FreeBSD/arm approach for handling bus space access: space tag is a pointergonzo2009-04-151-2/+2
| | | | | | | to bus_space structure that defines access methods and hence every bus can define own accessors. Default space is mips_bus_space_generic. It's a simple interface to physical memory, values are read with regard to host system byte order.
* - Revert changes accidentally killed by merge operationgonzo2009-04-141-0/+79
OpenPOWER on IntegriCloud