Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2012 01:51:07 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242814 - head/sys/dev/puc
Message-ID:  <201211090151.qA91p7pg069796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Fri Nov  9 01:51:06 2012
New Revision: 242814
URL: http://svnweb.freebsd.org/changeset/base/242814

Log:
  Add support for Advantech PCI-1602 RS-485/RS-422 serial card
  
  PR:		kern/169726
  Submitted by:	Jan Mikkelsen <janm@transactionware.com>
  Approved by:	cperciva (implicit)
  MFC after:	5 days

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Fri Nov  9 01:28:11 2012	(r242813)
+++ head/sys/dev/puc/pucdata.c	Fri Nov  9 01:51:06 2012	(r242814)
@@ -630,6 +630,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    PUC_PORT_8S, 0x10, 0, -1,
 	},
 
+	{   0x13fe, 0x1600, 0x1602, 0x0002,
+	    "Advantech PCI-1602",
+	    DEFAULT_RCLK * 8,
+	    PUC_PORT_2S, 0x10, 0, 8,
+	},
+
 	{   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?201211090151.qA91p7pg069796>