summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_bus.h
AgeCommit message (Expand)Author
2025-01-14Kill ignore regshft flagWarner Losh
2024-02-22dev/uart: name uart_class_set DATA_SET macro UART_CLASS()Bjoern A. Zeeb
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-25Use bool for one-bit wide bit-fieldsDimitry Andric
2022-05-06Remove unused uart_devclass.John Baldwin
2020-04-13Export a sysctl count of RX FIFO overrun events.John Baldwin
2019-04-15Add quirk for ignoring SPCR AccessWidth values on the PL011 UARTEd Maste
2018-08-19add snps IP uart support / genaralize UARTMatt Macy
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2016-01-12Restore uart PPS signal capture polarity to its historical norm, and add anIan Lepore
2015-08-10Allow the choice of PPS signal captured by uart(4) to be runtime-configured,Ian Lepore
2015-08-08Provide the tty-layer mutex when initializing the pps api. This allowsIan Lepore
2015-07-24- Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signalingMarius Strobl
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
2013-02-02uart: add resume method and enable it for attachments on the most commonAndriy Gapon
2012-04-12Complete polled-mode operation by using a callout if the device will bePeter Grehan
2009-10-02Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYMarcel Moolenaar
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2006-04-28Implement the ipend() method of the serdev I/F.Marcel Moolenaar
2006-04-02Eliminate the sc_hasfifo flag from the softc. It was only used byMarcel Moolenaar
2006-03-30Add support for scc(4).Marcel Moolenaar
2006-02-24Replace our local UART_SIGMASK_* with the global SER_MASK_*.Marcel Moolenaar
2006-02-24MFp4:Marcel Moolenaar
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-14Add UART_IOCTL_BAUD to allow us to query the hardware about theMarcel Moolenaar
2004-10-12Use generic tty code instead of (comparatively little) local copies.Poul-Henning Kamp
2004-06-24Use the new serial port definitions for modemsignals.Poul-Henning Kamp
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2003-09-26Revert the introduction of iobase in struct uart_bas. Both the SAB82532Marcel Moolenaar
2003-09-17Add locking to the hardware drivers. I intended to figure out moreMarcel Moolenaar
2003-09-11Add support for using uart(4) for pulse capturing for the Pulse PerMarcel Moolenaar
2003-09-06The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar