summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_z8530.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Include the header with the register definitions from sys/dev/ic. Theymarcel2004-11-211-1/+2
* Use the new serial port definitions for modemsignals.phk2004-06-241-12/+12
* Fix hangs caused by z8530_bus_ipend() returning UART_IPEND_TXIDLEmarcel2004-05-041-1/+7
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532marcel2003-09-261-10/+14
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.nyan2003-09-231-2/+2
* In uart_intr() loop until all interrupts have been handled. Previouslymarcel2003-09-171-2/+18
* Add locking to the hardware drivers. I intended to figure out moremarcel2003-09-171-5/+20
* Remove the assumption that a bus_space_handle_t is an I/O addressmarcel2003-09-071-2/+2
* The uart(4) driver is an universal driver for various UART hardware.marcel2003-09-061-0/+512
OpenPOWER on IntegriCloud