aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart_cpu_acpi.c
Commit message (Expand)AuthorAgeFilesLines
* Kill ignore regshft flagWarner Losh2025-01-151-12/+0
* uart: Implement SPCR rev 3 and 4 for PreciseBaudrate and UartClkFreqWarner Losh2024-10-151-21/+39
* uart: Add a signal to compute rclk from baudrateWarner Losh2024-10-141-0/+8
* uart: Fix cut-n-paste error in DBG2 codeWarner Losh2024-10-111-1/+1
* uart: Use uintptr_t instead of vm_offset_t for pointer arithmeticJohn Baldwin2024-09-041-5/+5
* uart: DBG2 support to find the debug uartAndrew Turner2024-05-171-0/+83
* uart: Add uart_cpu_acpi_setup to setup the uartAndrew Turner2024-03-181-5/+11
* uart: Split out initilisation of the acpi devinfoAndrew Turner2024-03-181-37/+49
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-271-1/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* uart(4): Add a concept of "unique" serial devicesColin Percival2022-03-311-0/+7
* Fix AccessWidth and BitWidth parsing in SPCR tableMarcin Wojtas2020-06-241-4/+39
* uart_cpu_acpi: Fix GCC build break from r348195Conrad Meyer2019-05-231-3/+0
* Use ACPI SPCR on x86Colin Percival2019-05-231-0/+167