aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2011-12-29 08:27:37 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2011-12-29 08:27:37 +0000
commit84f941284c754fded83bd01ebee6f5732e1c30a1 (patch)
tree1e6ab5f371cba40146364b87676617518b2eed5f /sys/dev/uart
parent1c768ac9fee7f10cda076cf7cd68cb54996c642d (diff)
downloadsrc-84f941284c754fded83bd01ebee6f5732e1c30a1.tar.gz
src-84f941284c754fded83bd01ebee6f5732e1c30a1.zip
Add PCI Id for the Intel AMT serial interface as found on my DQ67OW.
MFC after: 1 week
Notes
Notes: svn path=/head/; revision=228947
Diffstat (limited to 'sys/dev/uart')
-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 7c5b8b3fe2ff..0b30e11b8ad5 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -111,6 +111,7 @@ static struct pci_id pci_ns8250_ids[] = {
{ 0x1415, 0x950b, 0xffff, 0, "Oxford Semiconductor OXCB950 Cardbus 16950 UART",
0x10, 16384000 },
{ 0x151f, 0x0000, 0xffff, 0, "TOPIC Semiconductor TP560 56k modem", 0x10 },
+{ 0x8086, 0x1c3d, 0xffff, 0, "Intel AMT - KT Controller", 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 },