summaryrefslogtreecommitdiff
path: root/sys/dev/uart
AgeCommit message (Expand)Author
2009-05-29Last minute TTY API change: remove mutex argument from tty_alloc().Ed Schouten
2009-04-08Don't use pmap_kextact() when comparing bus handles for Book-E.Marcel Moolenaar
2009-04-08Fix hangs caused by hardware that signals receive errorsMarcel Moolenaar
2009-04-04Add support for 64-bit PowerPC CPUs operating in the 64-bit bridge modeNathan Whitehorn
2009-03-09remove now-redunant cardbus attachment.Warner Losh
2009-03-05Add support for the single-port NetMos NM9835 serial adapter. The puc(4)John Baldwin
2009-02-11Added entries for Lava SP-PCI (1 serial + 1 parallel) PCI card. TheKai Wang
2009-01-08De-hard code UART speed setting for Marvell SOCs when hw.uart.console is notRafal Jaworowski
2008-12-27Minor style(9) compliance change.Alexander Kabaev
2008-11-22Cast to uintptr_t before casting to void*. This allows theMarcel Moolenaar
2008-10-23Fix detaching of uart(4) devices.Ed Schouten
2008-10-13Introduce basic support for Marvell families of system-on-chip ARM devices:Rafal Jaworowski
2008-09-07Use bus_space_compare() rather than i386_memio_compare() directly.Yoshihiro Takahashi
2008-08-25Add the 2nd CCU and PnP devices support on pc98.Yoshihiro Takahashi
2008-08-20Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten
2008-05-30The XScale PXA255 has three generally ns16x50 compatible UARTs. One of theBenno Rice
2008-05-04Expand kdb_alt_break a little, most commonly used with the optionPeter Wemm
2008-03-12add device hints to control the rx FIFO interrupt level on 16550A partsSam Leffler
2008-03-03Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski
2008-03-03Initial support for Freescale PowerQUICC III MPC85xx system-on-chip family.Rafal Jaworowski
2007-12-25Add a new 'why' argument to kdb_enter(), and a set of constants to useRobert Watson
2007-12-19Redefine bus_space_tag_t on PowerPC from a 32-bit integral toMarcel Moolenaar
2007-05-17The HP Diva RMP3 uses BAR 0x14.Marcel Moolenaar
2007-05-01Fix bugs in the Sun -> AT keycode translation table which caused theMarius Strobl
2007-04-05Add PCI IDs for the HP RMP3 serial port. This is often used asMarcel Moolenaar
2007-04-03Don't use a time-limiting loop that's defined in terms of the baudrateMarcel Moolenaar
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2007-03-28For embedded UARTs compatible with the ns8250 family it is possibleMarcel Moolenaar
2007-03-28When we match UARTs found during bus-enumeration with UARTs used forMarcel Moolenaar
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2007-01-18- Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl
2006-11-02- In sunkbd_probe_keyboard() don't bother to determine the keyboard layoutMarius Strobl
2006-09-27Fix our ioctl(2) implementation when the argument is "int". NewRuslan Ermilov
2006-09-18Do not try to call keyboard callback unless keyboard is active and busy.Maksim Yevmenkin
2006-07-27Properly propagate overrun conditions to the TTY layer.Marcel Moolenaar
2006-07-26On PowerPC the clock for the BRG comes from RTxC, not PCLK. Add aMarcel Moolenaar
2006-07-26Implement UART_IOCTL_BAUD for the Z8530. This allows a serial consoleMarcel Moolenaar
2006-07-26Implement uart_cpu_eqres() and uart_cpu_getdev(). This allowsMarcel Moolenaar
2006-05-26Convert to new console apiPoul-Henning Kamp
2006-05-26Eliminate gdb_checkc member from GDB_DBGPORT(), it is never used.Poul-Henning Kamp
2006-05-23Remove definitions of uart_[gs]etdreg. They are not used anymore andMarcel Moolenaar
2006-05-23The lcr variable in ns8250_probe is now unused. Remove it.Benno Rice
2006-05-23Allow uart(4)'s ns8250 driver to work with devices whose regshift is > 0.Benno Rice
2006-05-12o A divisor of 0 is perfectly valid. Reserve -1 for an invalidMarcel Moolenaar
2006-05-11First pass at removing Alpha kernel support.John Baldwin
2006-04-28Rewrite of puc(4). Significant changes are:Marcel Moolenaar
2006-04-28Implement the ipend() method of the serdev I/F.Marcel Moolenaar
2006-04-27o Add 5 Timedia single port serial cards.Marcel Moolenaar
2006-04-27Use 115200 and not 9600 as the initial baudrate. This speeds upMarcel Moolenaar
2006-04-27o Add 2 HP Diva single port UARTs.Marcel Moolenaar