Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Dec 2010 02:54:51 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r216513 - head/sys/dev/puc
Message-ID:  <201012180254.oBI2sp2N037792@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: emaste
Date: Sat Dec 18 02:54:51 2010
New Revision: 216513
URL: http://svn.freebsd.org/changeset/base/216513

Log:
  Add Exar octal PCI UART.
  
  Submitted by:	Mark Johnston
  Obtained from:	Sandvine Incorporated

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Sat Dec 18 00:30:52 2010	(r216512)
+++ head/sys/dev/puc/pucdata.c	Sat Dec 18 02:54:51 2010	(r216513)
@@ -554,6 +554,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    .config_function = puc_config_cronyx
 	},
 
+	{   0x13a8, 0x0258, 0xffff, 0,
+	    "Exar XR17V258IV",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_8S, 0x10, 0, -1,
+	},
+
 	{   0x1407, 0x0100, 0xffff, 0,
 	    "Lava Computers Dual Serial",
 	    DEFAULT_RCLK,



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