git: 20d8d9809a8c - main - Revert "uart(4): add Sunrise Point UART controllers"

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Tue, 09 May 2023 06:41:33 UTC
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=20d8d9809a8c0a3ddd1d0156e77ec53a1ed95747

commit 20d8d9809a8c0a3ddd1d0156e77ec53a1ed95747
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2023-05-09 06:38:32 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2023-05-09 06:38:32 +0000

    Revert "uart(4): add Sunrise Point UART controllers"
    
    This reverts commit d1b6271118188dd25a18f2372ab1d3004335ea3c.
    
    I've received multiple reports of machines failing to boot with
    this hardware; back it out for now until we can fix it.
    
    PR:             271147
    MFC after:      Morning coffee
---
 sys/dev/uart/uart_bus_pci.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 6344f89c2248..2ac91e09221d 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -182,8 +182,6 @@ 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 },