summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_bus_pci.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2012-03-14 14:01:51 +0000
committerkib <kib@FreeBSD.org>2012-03-14 14:01:51 +0000
commit9621065c9461e2ec9e91cd5fbb3d561e1387dc01 (patch)
treec69f8e75efbdbac670b88daff44362f5599a2612 /sys/dev/uart/uart_bus_pci.c
parent29c610815d4519c22abba5a027471fde9ee05ba4 (diff)
downloadFreeBSD-src-9621065c9461e2ec9e91cd5fbb3d561e1387dc01.zip
FreeBSD-src-9621065c9461e2ec9e91cd5fbb3d561e1387dc01.tar.gz
Add PCI Id for the AMT SOL UART on G4x series Intel chipsets.
Submitted by: admin zahost ru MFC after: 3 days
Diffstat (limited to 'sys/dev/uart/uart_bus_pci.c')
-rw-r--r--sys/dev/uart/uart_bus_pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index 73c4abc..307ee340 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -113,6 +113,7 @@ static struct pci_id pci_ns8250_ids[] = {
{ 0x14e4, 0x4344, 0xffff, 0, "Sony Ericsson GC89 PC Card", 0x10},
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 0x10 },
+{ 0x8086, 0x2e17, 0xffff, 0, "4 Series Chipset Serial KT Controller", 0x10 },
{ 0x8086, 0x3b67, 0xffff, 0, "5 Series/3400 Series Chipset KT Controller",
0x10 },
{ 0x8086, 0x8811, 0xffff, 0, "Intel EG20T Serial Port 0", 0x10 },
OpenPOWER on IntegriCloud