Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Jun 2018 16:47:33 +0000 (UTC)
From:      Conrad Meyer <cem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334722 - head/sys/dev/puc
Message-ID:  <201806061647.w56GlXCK007740@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cem
Date: Wed Jun  6 16:47:33 2018
New Revision: 334722
URL: https://svnweb.freebsd.org/changeset/base/334722

Log:
  puc(4): Add provisional support for Exar XR17V352
  
  Reportedly, this is sufficient for 4800bps use, but maybe not any better.
  
  PR:		228781
  Submitted by:	peo AT nethead.se

Modified:
  head/sys/dev/puc/pucdata.c

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Wed Jun  6 16:25:00 2018	(r334721)
+++ head/sys/dev/puc/pucdata.c	Wed Jun  6 16:47:33 2018	(r334722)
@@ -689,6 +689,13 @@ const struct puc_cfg puc_pci_devices[] = {
 	    .config_function = puc_config_exar
 	},
 
+	{   0x13a8, 0x0352, 0xffff, 0,
+	    "Exar XR17V352",
+	    125000000,
+	    PUC_PORT_2S, 0x10, 0, -1,
+	    .config_function = puc_config_exar_pcie
+	},
+
 	/* The XR17V358 uses the 125MHz PCIe clock as its reference clock. */
 	{   0x13a8, 0x0358, 0xffff, 0,
 	    "Exar XR17V358",



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