Add Denverton UART PCI ID

MFC after:	3 days
Sponsored by:	Juniper Networks, Inc
This commit is contained in:
Justin Hibbits 2020-02-28 15:59:35 +00:00
parent 67da57b1f2
commit f37cc7137d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=358431

View File

@ -133,6 +133,7 @@ static const struct pci_id pci_ns8250_ids[] = {
{ 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10,
24 * DEFAULT_RCLK, 2 },
{ 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 0x10 },
{ 0x8086, 0x19d8, 0xffff, 0, "Intel Denverton UART", 0x10 },
{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
{ 0x8086, 0x1d3d, 0xffff, 0, "Intel C600/X79 Series Chipset KT Controller", 0x10 },
{ 0x8086, 0x1e3d, 0xffff, 0, "Intel Panther Point KT Controller", 0x10 },