summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2017-06-03 03:15:57 +0000
committeremaste <emaste@FreeBSD.org>2017-06-03 03:15:57 +0000
commit5ffc573cee564e8854a17b9fc3c9a1ed428fbfe5 (patch)
treece7ea8dbd0c0be70afa0ccdfe2bc57964e178f16
parentceeebf2539b3f2c3dd6f1f0fb55a5ce87f6ccf7b (diff)
downloadFreeBSD-src-5ffc573cee564e8854a17b9fc3c9a1ed428fbfe5.zip
FreeBSD-src-5ffc573cee564e8854a17b9fc3c9a1ed428fbfe5.tar.gz
MFC r318974: uart: add AMT SOL PCI ID
I adjusted the description to be similar to existing AMT entries. PR: 219384 Approved by: re (gjb)
-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 4166222..56452cb 100644
--- a/sys/dev/uart/uart_bus_pci.c
+++ b/sys/dev/uart/uart_bus_pci.c
@@ -125,6 +125,7 @@ static const struct pci_id pci_ns8250_ids[] = {
24 * DEFAULT_RCLK, 2 },
{ 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10,
24 * DEFAULT_RCLK, 2 },
+{ 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 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 },
OpenPOWER on IntegriCloud