aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_dev_z8530.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-1/+2
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-0/+28
* Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore2013-04-011-3/+3
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-2/+3
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-181-6/+4
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add aMarcel Moolenaar2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consoleMarcel Moolenaar2006-07-261-1/+7
* o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar2006-05-121-7/+15
* In z8530_divisor() return 0 if the calculated divisor is less than 0.Marcel Moolenaar2006-04-041-1/+1
* Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar2006-04-011-5/+16
* Add support for scc(4).Marcel Moolenaar2006-03-301-14/+14
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-241-2/+2
* MFp4:Marcel Moolenaar2006-02-241-8/+8
* Make the Z8530 more reliable as low-level console by making use of theMarcel Moolenaar2005-04-271-3/+3
* o Fix the various interrupt related problems caused by reverseMarcel Moolenaar2005-01-301-31/+69
* 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