summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix serial console on Apple Xserve G5 by falling back to input-device-1nwhitehorn2009-07-231-9/+32
* Move the memory layout definitions and logic from mvreg.h to mvwin.hmarcel2009-06-121-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().ed2009-05-291-1/+1
* Don't use pmap_kextact() when comparing bus handles for Book-E.marcel2009-04-081-0/+4
* Fix hangs caused by hardware that signals receive errorsmarcel2009-04-081-6/+9
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modenwhitehorn2009-04-041-7/+19
* remove now-redunant cardbus attachment.imp2009-03-091-1/+0
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)jhb2009-03-051-0/+1
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. Thekaiw2009-02-111-0/+1
* De-hard code UART speed setting for Marvell SOCs when hw.uart.console is notraj2009-01-081-1/+2
* Minor style(9) compliance change.kan2008-12-271-1/+2
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
* Fix detaching of uart(4) devices.ed2008-10-231-0/+13
* Introduce basic support for Marvell families of system-on-chip ARM devices:raj2008-10-132-0/+171
* Use bus_space_compare() rather than i386_memio_compare() directly.nyan2008-09-071-1/+1
* Add the 2nd CCU and PnP devices support on pc98.nyan2008-08-253-16/+68
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-202-95/+73
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of thebenno2008-05-301-5/+31
* Expand kdb_alt_break a little, most commonly used with the optionpeter2008-05-041-3/+17
* add device hints to control the rx FIFO interrupt level on 16550A partssam2008-03-122-1/+18
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-032-0/+490
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.raj2008-03-033-0/+115
* Add a new 'why' argument to kdb_enter(), and a set of constants to userwatson2007-12-251-2/+3
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral tomarcel2007-12-191-2/+2
* The HP Diva RMP3 uses BAR 0x14.marcel2007-05-171-1/+1
* Fix bugs in the Sun -> AT keycode translation table which caused themarius2007-05-011-3/+3
* Add PCI IDs for the HP RMP3 serial port. This is often used asmarcel2007-04-051-0/+1
OpenPOWER on IntegriCloud