Revert "uart(4): add Sunrise Point UART controllers"

This reverts commit d1b6271118.

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
This commit is contained in:
Kyle Evans 2023-05-09 01:38:32 -05:00
parent 20c61a7c51
commit 20d8d9809a

View File

@ -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 },