summaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-03-31uart(4): Add a concept of "unique" serial devicesColin Percival
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-27Allow setting access-width for UART registers.Ruslan Bukin
2015-04-11Add support for the uart classes to set their default register shift value.Andrew Turner
2014-01-19Introduce grab and ungrab upcalls. When the kernel desires to grab theWarner Losh
2013-12-21Plumb the cn_grab and cn_ungrab routines down into the uartWarner Losh
2007-04-02Don't expose the uart_ops structure directly, but instead haveMarcel Moolenaar
2007-01-18- Add a uart_rxready() and corresponding device-specific implementationsMarius Strobl
2006-04-01Don't hold the hardware mutex across getc(). It can wait indefinitelyMarcel Moolenaar
2006-03-30Add support for scc(4).Marcel Moolenaar
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-11-17Remove the whole uart_cpu_identify() stuff again. Now that it's no longerMarius Strobl
2004-08-14- Introduce an uart_cpu_identify() which is implemented in uart_cpu_<arch>.cMarius Strobl
2004-03-20Introduce the hw.uart.console and hw.uart.dbgport environment variablesMarcel Moolenaar
2003-09-23- Keep the base address in struct uart_bas for sab82532 and z8530 modules.Yoshihiro Takahashi
2003-09-07Remove the assumption that a bus_space_handle_t is an I/O addressMarcel Moolenaar
2003-09-07Better stab at MD code for pc98. The 8251 stuff is a total lieWarner Losh
2003-09-06The uart(4) driver is an universal driver for various UART hardware.Marcel Moolenaar