aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
Commit message (Expand)AuthorAgeFilesLines
* Export a sysctl count of RX FIFO overrun events.John Baldwin2020-04-131-0/+1
* Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste2019-04-151-1/+2
* add snps IP uart support / genaralize UARTMatt Macy2018-08-191-1/+4
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-1/+2
* Restore uart PPS signal capture polarity to its historical norm, and add anIan Lepore2016-01-121-0/+1
* Allow the choice of PPS signal captured by uart(4) to be runtime-configured,Ian Lepore2015-08-101-8/+1
* Provide the tty-layer mutex when initializing the pps api. This allowsIan Lepore2015-08-081-0/+1
* - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingMarius Strobl2015-07-241-3/+6
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-0/+1
* uart: add resume method and enable it for attachments on the most commonAndriy Gapon2013-02-021-0/+1
* Complete polled-mode operation by using a callout if the device will bePeter Grehan2012-04-121-0/+1
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYMarcel Moolenaar2009-10-021-0/+25
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-4/+1
* Implement the ipend() method of the serdev I/F.Marcel Moolenaar2006-04-281-0/+1
* Eliminate the sc_hasfifo flag from the softc. It was only used byMarcel Moolenaar2006-04-021-1/+0
* Add support for scc(4).Marcel Moolenaar2006-03-301-1/+4
* Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar2006-02-241-5/+0
* MFp4:Marcel Moolenaar2006-02-241-15/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar2004-11-141-0/+1
* Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp2004-10-121-1/+0
* Use the new serial port definitions for modemsignals.Poul-Henning Kamp2004-06-241-23/+10
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-1/+1
* Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar2003-09-261-1/+1
* Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar2003-09-171-0/+2
* Add support for using uart(4) for pulse capturing for the Pulse PerMarcel Moolenaar2003-09-111-0/+17
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+204