Author: jhibbits
Date: Mon Mar  2 18:06:02 2020
New Revision: 358552
URL: https://svnweb.freebsd.org/changeset/base/358552

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

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

Modified: stable/11/sys/dev/uart/uart_bus_pci.c
==============================================================================
--- stable/11/sys/dev/uart/uart_bus_pci.c       Mon Mar  2 16:56:32 2020        
(r358551)
+++ stable/11/sys/dev/uart/uart_bus_pci.c       Mon Mar  2 18:06:02 2020        
(r358552)
@@ -128,6 +128,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 },
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to