aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
Commit message (Expand)AuthorAgeFilesLines
* MFC r215034:Rebecca Cran2010-11-201-2/+2
* MFC: r207533 (partial)Marius Strobl2010-05-101-1/+1
* MFC r204533:Xin LI2010-03-311-0/+2
* MFC: r200926Marius Strobl2010-01-132-2/+3
* MFC r200820:Gavin Atkinson2010-01-061-0/+1
* MFC rev 200230:Marcel Moolenaar2009-12-101-0/+1
* MFC change 197721:Marcel Moolenaar2009-10-103-27/+55
* Fix serial console on Apple Xserve G5 by falling back to input-device-1Nathan Whitehorn2009-07-231-9/+32
* Move the memory layout definitions and logic from mvreg.h to mvwin.hMarcel Moolenaar2009-06-121-0/+1
* Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten2009-05-291-1/+1
* Don't use pmap_kextact() when comparing bus handles for Book-E.Marcel Moolenaar2009-04-081-0/+4
* Fix hangs caused by hardware that signals receive errorsMarcel Moolenaar2009-04-081-6/+9
* Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn2009-04-041-7/+19
* remove now-redunant cardbus attachment.Warner Losh2009-03-091-1/+0
* Add support for the single-port NetMos NM9835 serial adapter. The puc(4)John Baldwin2009-03-051-0/+1
* Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang2009-02-111-0/+1
* De-hard code UART speed setting for Marvell SOCs when hw.uart.console is notRafal Jaworowski2009-01-081-1/+2
* Minor style(9) compliance change.Alexander Kabaev2008-12-271-1/+2
* Cast to uintptr_t before casting to void*. This allows theMarcel Moolenaar2008-11-221-3/+3
* Fix detaching of uart(4) devices.Ed Schouten2008-10-231-0/+13
* Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski2008-10-132-0/+171
* Use bus_space_compare() rather than i386_memio_compare() directly.Yoshihiro Takahashi2008-09-071-1/+1
* Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi2008-08-253-16/+68
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-202-95/+73
* The XScale PXA255 has three generally ns16x50 compatible UARTs. One of theBenno Rice2008-05-301-5/+31
* Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm2008-05-041-3/+17
* add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler2008-03-122-1/+18
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-032-0/+490
* Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski2008-03-033-0/+115
* Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson2007-12-251-2/+3
* Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar2007-12-191-2/+2
* The HP Diva RMP3 uses BAR 0x14.Marcel Moolenaar2007-05-171-1/+1
* Fix bugs in the Sun -> AT keycode translation table which caused theMarius Strobl2007-05-011-3/+3
* Add PCI IDs for the HP RMP3 serial port. This is often used asMarcel Moolenaar2007-04-051-0/+1
* Don't use a time-limiting loop that's defined in terms of the baudrateMarcel Moolenaar2007-04-031-13/+7
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-0215-63/+165
* For embedded UARTs compatible with the ns8250 family it is possibleMarcel Moolenaar2007-03-281-1/+3
* When we match UARTs found during bus-enumeration with UARTs used forMarcel Moolenaar2007-03-281-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-6/+8
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-185-35/+35
* - In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutMarius Strobl2006-11-022-85/+382
* Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov2006-09-271-1/+24
* Do not try to call keyboard callback unless keyboard is active and busy.Maksim Yevmenkin2006-09-181-4/+6
* Properly propagate overrun conditions to the TTY layer.Marcel Moolenaar2006-07-271-0/+2
* On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add aMarcel Moolenaar2006-07-261-3/+10
* Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consoleMarcel Moolenaar2006-07-261-1/+7
* Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsMarcel Moolenaar2006-07-261-3/+56
* Convert to new console apiPoul-Henning Kamp2006-05-261-11/+2
* Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp2006-05-261-10/+2
* Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar2006-05-231-6/+0