opnsense-src/sys/dev/uart
Justin Hibbits a685a263b8 uart: Add ns8250 ACPI entry for SPCR rev 2
Summary:
SPCR rev 2 adds a series of new device types, with 0x12 being
"16550-compatible with parameters defined in the Generic Address
Structure".  Since we look for the parameters already in the GAS there's
nothing extra for us to do beyond adding the entry so that it probes
successfully.

Reviewed by:	imp, andrew
Sponsored by:	Juniper Networks, Inc.
Differential Revision: https://reviews.freebsd.org/D51771
2025-08-13 10:02:14 -04:00
..
uart.h arm64: add a driver for the uart found on Apple Silicon machines 2025-04-01 21:57:17 -05:00
uart_bus.h Kill ignore regshft flag 2025-01-14 19:24:36 -07:00
uart_bus_acpi.c
uart_bus_fdt.c uart: Honour clock-frequency in FDT for UART_FDT_CLASS if present 2024-05-15 16:53:33 +01:00
uart_bus_isa.c
uart_bus_pci.c uart: Add support for Brainboxes / Intashield serial cards. 2024-12-31 18:04:27 +09:00
uart_bus_puc.c
uart_bus_scc.c
uart_core.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00
uart_cpu.h
uart_cpu_acpi.c uart: Add UART_ACPI_SPCR_CLASS 2025-08-13 10:31:16 +01:00
uart_cpu_acpi.h uart: Remove the unused cd_port_subtype 2025-08-13 10:31:16 +01:00
uart_cpu_arm64.c uart: Add uart_cpu_acpi_setup to setup the uart 2024-03-18 16:20:52 +00:00
uart_cpu_fdt.c uart: Small style tweak 2024-10-11 15:27:46 -06:00
uart_cpu_fdt.h
uart_cpu_powerpc.c
uart_cpu_x86.c uart: Add uart_cpu_acpi_setup to setup the uart 2024-03-18 16:20:52 +00:00
uart_dbg.c
uart_dev_imx.c
uart_dev_imx.h
uart_dev_lowrisc.c
uart_dev_lowrisc.h
uart_dev_msm.c
uart_dev_msm.h
uart_dev_mu.c
uart_dev_mvebu.c
uart_dev_ns8250.c uart: Add ns8250 ACPI entry for SPCR rev 2 2025-08-13 10:02:14 -04:00
uart_dev_ns8250.h uart: Add primitive noise filtering on RX 2024-11-27 09:17:09 -05:00
uart_dev_pl011.c uart: Remove the unused cd_port_subtype 2025-08-13 10:31:16 +01:00
uart_dev_quicc.c uart: Use device_set_descf() 2024-06-02 19:38:41 -04:00
uart_dev_snps.c uart_snps: Register a device xref for UARTs 2024-04-12 17:04:23 +00:00
uart_dev_ti8250.c
uart_dev_z8530.c uart: Use device_set_descf() 2024-06-02 19:38:41 -04:00
uart_if.m
uart_ppstypes.h
uart_subr.c uart: uart_getenv: check for NULL class last, not first 2024-10-14 16:03:59 -06:00
uart_tty.c machine/stdarg.h -> sys/stdarg.h 2025-06-11 17:39:02 +01:00