summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2013-04-22Build uart_dev_lpc.c on arm only. This fixes pc98 build.Yoshihiro Takahashi
2013-04-01Fix low-level uart drivers that set their fifo sizes in the softc too late.Ian Lepore
2013-03-31Accommodate uart devices with large FIFOs (or DMA buffers which amountIan Lepore
2013-03-20Integrate Efika MX project back to home.Aleksandr Rybalko
2013-03-01Add support for A10 uart.Ganbold Tsagaankhuu
2013-02-03- Make pci_ns8250_ids[] const.Marius Strobl
2013-02-02uart: add resume method and enable it for attachments on the most commonAndriy Gapon
2013-01-27Add a loader tunable "hw.broken_txfifo" which enables a workaround for aColin Percival
2012-12-13Prevent possible usage of uninitialized pbase variable by checkingOleksandr Tymoshenko
2012-11-13Add support for CIR1000 - Cirrus Logic V34 to the uart driverEitan Adler
2012-11-04Add support for a few more devices:Eitan Adler
2012-10-30Separate interrupts enable/disable logic from setting port parameters.Oleksandr Tymoshenko
2012-08-30Add PrimeCell UART (PL011) driverOleksandr Tymoshenko
2012-08-15Merging of projects/armv6, part 8Oleksandr Tymoshenko
2012-08-15Merging of projects/armv6, part 4Oleksandr Tymoshenko
2012-04-12Complete polled-mode operation by using a callout if the device will bePeter Grehan
2012-04-11uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) areMarcel Moolenaar
2012-03-14Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.Konstantin Belousov
2012-03-07Add support for the MosChip MCS9904 four serial portsRemko Lodder
2012-01-19Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC CardEitan Adler
2012-01-11Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.Konstantin Belousov
2012-01-03Add support for Intel EG20T serial portsKevin Lo
2012-01-02Use strchr() and strrchr().Ed Schouten
2011-12-30Actually set the baudrate from the FDT.Marcel Moolenaar
2011-12-29Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.Konstantin Belousov
2011-12-17kern cons: introduce infrastructure for console grabbing by kernelAndriy Gapon
2011-12-13Replace __const by const in all non-contributed source code.Ed Schouten
2011-12-02Fix OF_finddevice error return value in case of FDT.Jayachandran C.
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2011-11-02Disable the TX ready interrupts once we received one, some UART won't clearOlivier Houchard
2011-08-27Follow up to r225203 refining break-to-debugger run-time configurationRobert Watson
2011-08-26Attempt to make break-to-debugger and alternative break-to-debugger moreRobert Watson
2011-07-17Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.Ed Schouten
2011-07-08Add device ID for the Davicom 56PDV PCI Modem.John Baldwin
2011-06-29Add support for a MosChip PCI express serial port adapter.Hans Petter Selasky
2011-05-26Ignore MCR[6] during the probe to fix a false negative. Bit 6 of theMarcel Moolenaar
2011-05-15Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.Marius Strobl
2011-02-21Fix typos - remove duplicate "the".Rebecca Cran
2011-01-24In uart_tty_outwakeup(), check CTS/RTS flow control settings andMarcel Moolenaar
2011-01-17Check the environment for system devices before using the FDT.Marcel Moolenaar
2010-12-20Merge amd64 and i386 bus.h and move the resulting header to x86. ReplaceTijl Coosemans
2010-11-09Fix typos.Rebecca Cran
2010-07-19Eliminate FDT_IMMR_VA define.Rafal Jaworowski
2010-07-11Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski
2010-06-13Convert Marvell ARM platforms to FDT convention.Rafal Jaworowski
2010-06-02FDT (simplebus) compatible attachment for uart(4).Rafal Jaworowski
2010-05-02Remove redundant checking of sc_leaving (uart_intr() already handles this).Marius Strobl
2010-04-10Add sbbc(4), a driver for the BootBus controller found in Serengeti andMarius Strobl
2010-03-01Add PCI ID for MCS9901.Xin LI
2009-12-23Recognize the NS16552 found in PCIe-based sun4u machines.Marius Strobl