git: 7c0af1af0a8b - stable/13 - uart(4): add Sunrise Point UART controllers
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 26 Apr 2023 17:32:12 UTC
The branch stable/13 has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=7c0af1af0a8b467b8c61ee9b3aef0e527536deaa
commit 7c0af1af0a8b467b8c61ee9b3aef0e527536deaa
Author: Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-04-14 14:52:48 +0000
Commit: Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-04-26 17:30:20 +0000
uart(4): add Sunrise Point UART controllers
Sponsored by: Zenith Electronics LLC
Sponsored by: Klara, Inc.
(cherry picked from commit d1b6271118188dd25a18f2372ab1d3004335ea3c)
---
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 cf7fbb99b3d5..eaf4fde27236 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -178,6 +178,8 @@ static const struct pci_id pci_ns8250_ids[] = {
{ 0x8086, 0x8d3d, 0xffff, 0,
"Intel Corporation C610/X99 series chipset KT Controller", 0x10 },
{ 0x8086, 0x9c3d, 0xffff, 0, "Intel Lynx Point-LP HECI KT", 0x10 },
+{ 0x8086, 0x9d27, 0xffff, 0, "Intel Sunrise Point Controller 0", 0x10, 0, 2 },
+{ 0x8086, 0x9d66, 0xffff, 0, "Intel Sunrise Point Controller 2", 0x10, 0, 2 },
{ 0x8086, 0xa13d, 0xffff, 0,
"100 Series/C230 Series Chipset Family KT Redirection", 0x10 },
{ 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },