summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_z8530.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Include the header with the register definitions from sys/dev/ic. TheyMarcel Moolenaar2004-11-211-1/+2
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-241-12/+12
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEMarcel Moolenaar2004-05-041-1/+7
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-10/+14
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-2/+2
* In uart_intr() loop until all interrupts have been handled. PreviouslyMarcel Moolenaar2003-09-171-2/+18
* Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar2003-09-171-5/+20
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-2/+2
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+512