aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2023-04-14 14:52:48 +0000
committerKyle Evans <kevans@FreeBSD.org>2023-04-14 14:58:00 +0000
commitd1b6271118188dd25a18f2372ab1d3004335ea3c (patch)
tree9256791b941aaf18c2f133defcc34bcb5375ed42
parent6d765bff6f739f4b9cb2c1463325395d9746d23c (diff)
downloadsrc-d1b6271118188dd25a18f2372ab1d3004335ea3c.tar.gz
src-d1b6271118188dd25a18f2372ab1d3004335ea3c.zip
uart(4): add Sunrise Point UART controllers
Sponsored by: Zenith Electronics LLC Sponsored by: Klara, Inc.
-rw-r--r--sys/dev/uart/uart_bus_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 2ac91e09221d..6344f89c2248 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -182,6 +182,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 | PCI_NO_MSI },