Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2020 15:59:35 +0000 (UTC)
From:      Justin Hibbits <jhibbits@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r358431 - head/sys/dev/uart
Message-ID:  <202002281559.01SFxZ4O072154@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhibbits
Date: Fri Feb 28 15:59:35 2020
New Revision: 358431
URL: https://svnweb.freebsd.org/changeset/base/358431

Log:
  Add Denverton UART PCI ID
  
  MFC after:	3 days
  Sponsored by:	Juniper Networks, Inc

Modified:
  head/sys/dev/uart/uart_bus_pci.c

Modified: head/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- head/sys/dev/uart/uart_bus_pci.c	Fri Feb 28 15:42:51 2020	(r358430)
+++ head/sys/dev/uart/uart_bus_pci.c	Fri Feb 28 15:59:35 2020	(r358431)
@@ -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?202002281559.01SFxZ4O072154>