| Commit message (Expand) | Author | Age | Files | Lines |
* | Export a sysctl count of RX FIFO overrun events. | John Baldwin | 2020-04-13 | 1 | -0/+7 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -2/+2 |
* | Use callout_func_t instead of the deprecated timeout_t. | John Baldwin | 2019-12-10 | 1 | -2/+2 |
* | add snps IP uart support / genaralize UART | Matt Macy | 2018-08-19 | 1 | -1/+2 |
* | 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/+8 |
* | Allow uart(4) to use MSI interrupts on single-port PCI instances. | Bruce M Simpson | 2017-01-12 | 1 | -1/+0 |
* | Do not reallocate driver softc for uart unnecessarily. | Ruslan Bukin | 2016-11-17 | 1 | -4/+3 |
* | Fix UART PPS capture mode printing | Justin Hibbits | 2016-08-28 | 1 | -1/+5 |
* | Restore uart PPS signal capture polarity to its historical norm, and add an | Ian Lepore | 2016-01-12 | 1 | -51/+94 |
* | Use bus_alloc_resource_any(), rather than bus_alloc_resource() | Marcel Moolenaar | 2015-08-12 | 1 | -7/+6 |
* | Style fix, no functional changes -- do the braces for switches correctly. | Ian Lepore | 2015-08-11 | 1 | -6/+3 |
* | Correct the polarity of the PPS assert and clear events with respect to the | Ian Lepore | 2015-08-10 | 1 | -1/+7 |
* | Allow the choice of PPS signal captured by uart(4) to be runtime-configured, | Ian Lepore | 2015-08-10 | 1 | -7/+110 |
* | Provide the tty-layer mutex when initializing the pps api. This allows | Ian Lepore | 2015-08-08 | 1 | -7/+11 |
* | - Since r253161, uart_intr() abuses FILTER_SCHEDULE_THREAD for signaling | Marius Strobl | 2015-07-24 | 1 | -6/+10 |
* | If uart interrupts are not functioning then schedule the callout to do the | Neel Natu | 2015-07-16 | 1 | -2/+10 |
* | Add support for the uart classes to set their default register shift value. | Andrew Turner | 2015-04-11 | 1 | -0/+6 |
* | Back out r262921. I don't know what I was thinking, but it is lame. | Warner Losh | 2014-03-08 | 1 | -1/+1 |
* | Set the baud rate if it isn't 0 (meaning it has been specified) not | Warner Losh | 2014-03-08 | 1 | -1/+1 |
* | Don't lock in the generic grab just to lock again in the specific grabs. | Warner Losh | 2014-01-20 | 1 | -4/+0 |
* | Introduce grab and ungrab upcalls. When the kernel desires to grab the | Warner Losh | 2014-01-19 | 1 | -0/+27 |
* | Allow UART_POLL_FREQ to be set as a kernel option as well as via tunable | Ian Lepore | 2013-08-19 | 1 | -1/+1 |
* | Protect against broken hardware. In this particular case, protect against | Marcel Moolenaar | 2013-07-10 | 1 | -48/+60 |
* | Fix several typos | Eitan Adler | 2013-05-12 | 1 | -2/+2 |
* | Accommodate uart devices with large FIFOs (or DMA buffers which amount | Ian Lepore | 2013-03-31 | 1 | -1/+7 |
* | uart: add resume method and enable it for attachments on the most common | Andriy Gapon | 2013-02-02 | 1 | -0/+9 |
* | Complete polled-mode operation by using a callout if the device will be | Peter Grehan | 2012-04-12 | 1 | -1/+14 |
* | Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. | Ed Schouten | 2011-11-07 | 1 | -1/+1 |
* | Follow up to r225203 refining break-to-debugger run-time configuration | Robert Watson | 2011-08-27 | 1 | -4/+0 |
* | Attempt to make break-to-debugger and alternative break-to-debugger more | Robert Watson | 2011-08-26 | 1 | -21/+5 |
* | Remove unneeded includes of <sys/termios.h>. | Ed Schouten | 2009-11-28 | 1 | -1/+0 |
* | Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTY | Marcel Moolenaar | 2009-10-02 | 1 | -1/+1 |
* | Integrate the new MPSAFE TTY layer to the FreeBSD operating system. | Ed Schouten | 2008-08-20 | 1 | -2/+1 |
* | Expand kdb_alt_break a little, most commonly used with the option | Peter Wemm | 2008-05-04 | 1 | -3/+17 |
* | Add a new 'why' argument to kdb_enter(), and a set of constants to use | Robert Watson | 2007-12-25 | 1 | -2/+3 |
* | Don't expose the uart_ops structure directly, but instead have | Marcel Moolenaar | 2007-04-02 | 1 | -5/+32 |
* | When we match UARTs found during bus-enumeration with UARTs used for | Marcel Moolenaar | 2007-03-28 | 1 | -1/+1 |
* | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -6/+8 |
* | Implement the ipend() method of the serdev I/F. | Marcel Moolenaar | 2006-04-28 | 1 | -0/+9 |
* | Add support for scc(4). | Marcel Moolenaar | 2006-03-30 | 1 | -30/+95 |
* | Replace our local UART_SIGMASK_* with the global SER_MASK_*. | Marcel Moolenaar | 2006-02-24 | 1 | -1/+1 |
* | MFp4: | Marcel Moolenaar | 2006-02-24 | 1 | -11/+11 |
* | - Use bus_setup_intr() and bus_teardown_intr() to register device driver | John Baldwin | 2006-02-22 | 1 | -2/+2 |
* | In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is | Marcel Moolenaar | 2005-10-28 | 1 | -1/+1 |
* | - Allocate the interrupt resource as RF_SHAREABLE allowing uart(4) to work | Marius Strobl | 2005-03-02 | 1 | -2/+8 |
* | 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/+5 |
* | Update for the KDB framework: | Marcel Moolenaar | 2004-07-10 | 1 | -8/+6 |
* | When the interrupt cannot be INTR_FAST, it still is INTR_MPSAFE. | Marcel Moolenaar | 2004-05-04 | 1 | -2/+2 |