Skip to content

Commit

Permalink
uart: Add PCI ID for intel 100 Series/C230 Series AMT
Browse files Browse the repository at this point in the history
Reviewed by:	kib
Tested by:	kbowling
Differential Revision:	https://reviews.freebsd.org/D32146

(cherry picked from commit fb640be)
  • Loading branch information
seanbruno authored and kev009 committed Sep 28, 2021
1 parent 594a25f commit dc3c7c1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/uart/uart_bus_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,8 @@ static const struct pci_id pci_ns8250_ids[] = {
{ 0x8086, 0x8c3d, 0xffff, 0, "Intel Lynx Point KT Controller", 0x10 },
{ 0x8086, 0x8cbd, 0xffff, 0, "Intel Wildcat Point KT Controller", 0x10 },
{ 0x8086, 0x9c3d, 0xffff, 0, "Intel Lynx Point-LP HECI KT", 0x10 },
{ 0x8086, 0xa13d, 0xffff, 0,
"100 Series/C230 Series Chipset Family KT Redirection", 0x10 },
{ 0x9710, 0x9820, 0x1000, 1, "NetMos NM9820 Serial Port", 0x10 },
{ 0x9710, 0x9835, 0x1000, 1, "NetMos NM9835 Serial Port", 0x10 },
{ 0x9710, 0x9865, 0xa000, 0x1000, "NetMos NM9865 Serial Port", 0x10 },
Expand Down

0 comments on commit dc3c7c1

Please sign in to comment.