summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_alpha.c
Commit message (Expand)AuthorAgeFilesLines
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-2/+2
* Don't return to search another ports even if bus_space_map() fails.Yoshihiro Takahashi2003-09-231-1/+1
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-7/+2
* Use bus_space_map() to initialize a bus_handle.Yoshihiro Takahashi2003-09-231-2/+4
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-7/+14
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+111