| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC 359900: Export a sysctl count of RX FIFO overrun events. | John Baldwin | 2020-09-08 | 1 | -0/+1 |
| * | MFC r345405,345406,346228,346657,348195,348198: UART SPCR fixes. | Colin Percival | 2019-05-28 | 1 | -1/+2 |
| * | add snps IP uart support / genaralize UART | Matt Macy | 2018-08-19 | 1 | -1/+4 |
| * | sys/dev: further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-27 | 1 | -0/+2 |
| * | Allow setting access-width for UART registers. | Ruslan Bukin | 2017-02-27 | 1 | -1/+2 |
| * | Restore uart PPS signal capture polarity to its historical norm, and add an | Ian Lepore | 2016-01-12 | 1 | -0/+1 |
| * | Allow the choice of PPS signal captured by uart(4) to be runtime-configured, | Ian Lepore | 2015-08-10 | 1 | -8/+1 |
| * | Provide the tty-layer mutex when initializing the pps api. This allows | Ian Lepore | 2015-08-08 | 1 | -0/+1 |
| * | - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling | Marius Strobl | 2015-07-24 | 1 | -3/+6 |
| * | Add support for the uart classes to set their default register shift value. | Andrew Turner | 2015-04-11 | 1 | -0/+1 |
| * | uart: add resume method and enable it for attachments on the most common | Andriy Gapon | 2013-02-02 | 1 | -0/+1 |
| * | Complete polled-mode operation by using a callout if the device will be | Peter Grehan | 2012-04-12 | 1 | -0/+1 |
| * | Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY | Marcel Moolenaar | 2009-10-02 | 1 | -0/+25 |
| * | Don't expose the uart_ops structure directly, but instead have | Marcel Moolenaar | 2007-04-02 | 1 | -4/+1 |
| * | Implement the ipend() method of the serdev I/F. | Marcel Moolenaar | 2006-04-28 | 1 | -0/+1 |
| * | Eliminate the sc_hasfifo flag from the softc. It was only used by | Marcel Moolenaar | 2006-04-02 | 1 | -1/+0 |
| * | Add support for scc(4). | Marcel Moolenaar | 2006-03-30 | 1 | -1/+4 |
| * | Replace our local UART_SIGMASK_* with the global SER_MASK_*. | Marcel Moolenaar | 2006-02-24 | 1 | -5/+0 |
| * | MFp4: | Marcel Moolenaar | 2006-02-24 | 1 | -15/+0 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Add UART_IOCTL_BAUD to allow us to query the hardware about the | Marcel Moolenaar | 2004-11-14 | 1 | -0/+1 |
| * | Use generic tty code instead of (comparatively little) local copies. | Poul-Henning Kamp | 2004-10-12 | 1 | -1/+0 |
| * | Use the new serial port definitions for modemsignals. | Poul-Henning Kamp | 2004-06-24 | 1 | -23/+10 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 1 | -1/+1 |
| * | Revert the introduction of iobase in struct uart_bas. Both the SAB82532 | Marcel Moolenaar | 2003-09-26 | 1 | -1/+1 |
| * | Add locking to the hardware drivers. I intended to figure out more | Marcel Moolenaar | 2003-09-17 | 1 | -0/+2 |
| * | Add support for using uart(4) for pulse capturing for the Pulse Per | Marcel Moolenaar | 2003-09-11 | 1 | -0/+17 |
| * | The uart(4) driver is an universal driver for various UART hardware. | Marcel Moolenaar | 2003-09-06 | 1 | -0/+204 |