git: 1f2776e12360 - main - Add support for Intel Atom S1200 UART

From: Warner Losh <imp_at_FreeBSD.org>
Date: Fri, 19 Apr 2024 23:11:39 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=1f2776e123603042944aad9f41ceb46b5b28d8ae

commit 1f2776e123603042944aad9f41ceb46b5b28d8ae
Author:     Henrich Hartzer <henrichhartzer@tuta.io>
AuthorDate: 2024-04-19 22:52:49 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-19 22:52:51 +0000

    Add support for Intel Atom S1200 UART
    
    PR: 278316
    
    Signed-off-by: Henrich Hartzer <henrichhartzer@tuta.io>
    Reviewed by: imp
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1164
---
 sys/dev/uart/uart_bus_pci.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 02dfb60fe9ea..5f82ef9307d0 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -135,6 +135,8 @@ static const struct pci_id pci_ns8250_ids[] = {
 { 0x1d0f, 0x8250, 0x1d0f, 0, "Amazon PCI serial device", 0x10 },
 { 0x1fd4, 0x1999, 0x1fd4, 0x0001, "Sunix SER5xxxx Serial Port", 0x10,
 	8 * DEFAULT_RCLK },
+{ 0x8086, 0x0c5f, 0xffff, 0, "Atom Processor S1200 UART",
+	0x10 | PCI_NO_MSI },
 { 0x8086, 0x0f0a, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#1", 0x10,
 	24 * DEFAULT_RCLK, 2 },
 { 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10,