summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* - Make pci_ns8250_ids[] const.marius2013-02-031-6/+6
* uart: add resume method and enable it for attachments on the most commonavg2013-02-025-0/+13
* Add a loader tunable "hw.broken_txfifo" which enables a workaround for acperciva2013-01-271-1/+13
* Prevent possible usage of uninitialized pbase variable by checkinggonzo2012-12-131-1/+3
* Add support for CIR1000 - Cirrus Logic V34 to the uart drivereadler2012-11-131-0/+1
* Add support for a few more devices:eadler2012-11-041-0/+4
* Separate interrupts enable/disable logic from setting port parameters.gonzo2012-10-301-6/+13
* Add PrimeCell UART (PL011) drivergonzo2012-08-303-0/+441
* Merging of projects/armv6, part 8gonzo2012-08-154-5/+903
* Merging of projects/armv6, part 4gonzo2012-08-151-2/+4
* Complete polled-mode operation by using a callout if the device will begrehan2012-04-123-1/+16
* uart_cpu_amd64.c and uart_cpu_i386.c (under sys/dev/uart) aremarcel2012-04-112-107/+0
* Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.kib2012-03-141-0/+1
* Add support for the MosChip MCS9904 four serial portsremko2012-03-071-0/+2
* Add support for Sony Ericsson GC89 EDGE/Wirelles LAN PC Cardeadler2012-01-191-0/+1
* Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.kib2012-01-111-0/+2
* Add support for Intel EG20T serial portskevlo2012-01-031-0/+4
* Use strchr() and strrchr().ed2012-01-021-1/+1
* Actually set the baudrate from the FDT.marcel2011-12-301-1/+1
* Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.kib2011-12-291-0/+1
* kern cons: introduce infrastructure for console grabbing by kernelavg2011-12-171-0/+12
* Replace __const by const in all non-contributed source code.ed2011-12-131-6/+6
* Fix OF_finddevice error return value in case of FDT.jchandra2011-12-021-2/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.ed2011-11-071-1/+1
* Disable the TX ready interrupts once we received one, some UART won't clearcognet2011-11-021-2/+5
* Follow up to r225203 refining break-to-debugger run-time configurationrwatson2011-08-271-4/+0
* Attempt to make break-to-debugger and alternative break-to-debugger morerwatson2011-08-261-21/+5
* Restore binary compatibility for GIO_KEYMAP and PIO_KEYMAP.ed2011-07-171-0/+1
* Add device ID for the Davicom 56PDV PCI Modem.jhb2011-07-081-0/+1
* Add support for a MosChip PCI express serial port adapter.hselasky2011-06-291-0/+2
* Ignore MCR[6] during the probe to fix a false negative. Bit 6 of themarcel2011-05-261-1/+7
* Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.marius2011-05-151-1/+2
* Fix typos - remove duplicate "the".brucec2011-02-211-1/+1
* In uart_tty_outwakeup(), check CTS/RTS flow control settings andmarcel2011-01-241-5/+10
* Check the environment for system devices before using the FDT.marcel2011-01-171-8/+11
* Merge amd64 and i386 bus.h and move the resulting header to x86. Replacetijl2010-12-203-6/+6
* Fix typos.brucec2010-11-091-2/+2
* Eliminate FDT_IMMR_VA define.raj2010-07-191-1/+1
* Convert Freescale PowerPC platforms to FDT convention.raj2010-07-112-120/+2
* Convert Marvell ARM platforms to FDT convention.raj2010-06-132-173/+0
* FDT (simplebus) compatible attachment for uart(4).raj2010-06-021-0/+200
* Remove redundant checking of sc_leaving (uart_intr() already handles this).marius2010-05-021-1/+1
* Add sbbc(4), a driver for the BootBus controller found in Serengeti andmarius2010-04-102-0/+12
* Add PCI ID for MCS9901.delphij2010-03-011-0/+2
* Recognize the NS16552 found in PCIe-based sun4u machines.marius2009-12-232-2/+3
* Support the tablet in (at least) the Toshiba Portege M200 Tablet PC.gavin2009-12-211-0/+1
* Add ID for NetMos NM9820 Serial Port chip, found on CardBus serial adapter.mav2009-12-081-0/+1
* Add support for the NetMos NM9865 family of Serial/Parallel ports.marcel2009-12-071-0/+1
* Remove unneeded includes of <sys/termios.h>.ed2009-11-282-2/+0
* Fix RTS/CTS flow control, broken by the TTY overhaul. The new TTYmarcel2009-10-023-27/+55
OpenPOWER on IntegriCloud