aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu.h
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Allow setting access-width for UART registers.Ruslan Bukin2017-02-271-0/+1
* Add support for the uart classes to set their default register shift value.Andrew Turner2015-04-111-0/+1
* Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh2014-01-191-24/+6
* Plumb the cn_grab and cn_ungrab routines down into the uartWarner Losh2013-12-211-0/+23
* Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar2007-04-021-15/+14
* - Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl2007-01-181-2/+16
* Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar2006-04-011-6/+2
* Add support for scc(4).Marcel Moolenaar2006-03-301-3/+44
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl2004-11-171-1/+0
* - Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl2004-08-141-0/+1
* Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar2004-03-201-2/+6
* - Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi2003-09-231-1/+0
* Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar2003-09-071-2/+3
* Better stab at MD code for pc98. The 8251 stuff is a total lieWarner Losh2003-09-071-0/+1
* The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar2003-09-061-0/+115