aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2012-01-11 17:46:08 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2012-01-11 17:46:08 +0000
commitf5793e6f84e0307432923cb97fd5d9a7a906e413 (patch)
treed334dd751627adedb10debbb52c533696c9d6da6 /sys/dev/uart
parent04d198028975d9b9fa18d64f2be53aca08f07259 (diff)
downloadsrc-f5793e6f84e0307432923cb97fd5d9a7a906e413.tar.gz
src-f5793e6f84e0307432923cb97fd5d9a7a906e413.zip
Add PCI Id for the AMT SOL UART on 5 series Intel chipsets.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=229971
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_bus_pci.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c
index d308ce9f46ab..a693ed2cf767 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -112,6 +112,8 @@ static struct pci_id pci_ns8250_ids[] = {
0x10, 16384000 },
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - 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 },
{ 0x8086, 0x8812, 0xffff, 0, "Intel EG20T Serial Port 1", 0x10 },
{ 0x8086, 0x8813, 0xffff, 0, "Intel EG20T Serial Port 2", 0x10 },