Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Mar 2020 16:56:32 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358551 - stable/12/sys/dev/uart
Message-ID:  <202003021656.022GuW1E038945@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Mon Mar  2 16:56:32 2020
New Revision: 358551
URL: https://svnweb.freebsd.org/changeset/base/358551

Log:
  MFC r358431:
  
  Add Denverton UART PCI ID
  
  Sponsored by:	Juniper Networks, Inc

Modified:
  stable/12/sys/dev/uart/uart_bus_pci.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/12/sys/dev/uart/uart_bus_pci.c	Mon Mar  2 16:11:25 2020	(r358550)
+++ stable/12/sys/dev/uart/uart_bus_pci.c	Mon Mar  2 16:56:32 2020	(r358551)
@@ -133,6 +133,7 @@ static const struct pci_id pci_ns8250_ids[] = {
 { 0x8086, 0x0f0c, 0xffff, 0, "Intel ValleyView LPIO1 HSUART#2", 0x10,
 	24 * DEFAULT_RCLK, 2 },
 { 0x8086, 0x108f, 0xffff, 0, "Intel AMT - SOL", 0x10 },
+{ 0x8086, 0x19d8, 0xffff, 0, "Intel Denverton UART", 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 },



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003021656.022GuW1E038945>