summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu_pc98.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-2/+2
* Don't return to search another ports even if bus_space_map() fails.nyan2003-09-231-1/+1
* Compare base address instead of bus_handle.nyan2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-7/+1
* Use bus_space_map() to initialize a bus_handle.nyan2003-09-231-1/+2
* Minor commentary cleanup, since I didn't understand the comments thatimp2003-09-111-4/+4
* Fix compile on pc98. Maybe this is correct.imp2003-09-111-1/+2
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-071-7/+14
* Better stab at MD code for pc98. The 8251 stuff is a total lieimp2003-09-071-0/+96
OpenPOWER on IntegriCloud