summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_z8530.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r260889, r260890, r260911:imp2014-03-011-0/+28
* Fix low-level uart drivers that set their fifo sizes in the softc too late.ian2013-04-011-3/+3
* Don't expose the uart_ops structure directly, but instead havemarcel2007-04-021-2/+3
* - Add a uart_rxready() and corresponding device-specific implementationsmarius2007-01-181-6/+4
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add amarcel2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consolemarcel2006-07-261-1/+7
* o A divisor of 0 is perfectly valid. Reserve -1 for an invalidmarcel2006-05-121-7/+15
* In z8530_divisor() return 0 if the calculated divisor is less than 0.marcel2006-04-041-1/+1
* Don't hold the hardware mutex across getc(). It can wait indefinitelymarcel2006-04-011-5/+16
* Add support for scc(4).marcel2006-03-301-14/+14
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.marcel2006-02-241-2/+2
* MFp4:marcel2006-02-241-8/+8
* Make the Z8530 more reliable as low-level console by making use of themarcel2005-04-271-3/+3
* o Fix the various interrupt related problems caused by reversemarcel2005-01-301-31/+69
* 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