Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jan 2015 22:45:55 +0000 (UTC)
From:      Luiz Otavio O Souza <loos@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r276589 - head/sys/dev/puc
Message-ID:  <201501022245.t02Mjtdw003142@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: loos
Date: Fri Jan  2 22:45:55 2015
New Revision: 276589
URL: https://svnweb.freebsd.org/changeset/base/276589

Log:
  puc(4): Add an entry for the Feasso PCI FPP-02 2S1P card.
  
  MFC after:	1 week

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

Modified: head/sys/dev/puc/pucdata.c
==============================================================================
--- head/sys/dev/puc/pucdata.c	Fri Jan  2 22:34:03 2015	(r276588)
+++ head/sys/dev/puc/pucdata.c	Fri Jan  2 22:45:55 2015	(r276589)
@@ -1035,6 +1035,12 @@ const struct puc_cfg puc_pci_devices[] =
 	    .config_function = puc_config_sunix
 	},
 
+	{   0x5372, 0x6872, 0xffff, 0,
+	    "Feasso PCI FPP-02 2S1P",
+	    DEFAULT_RCLK,
+	    PUC_PORT_2S1P, 0x10, 4, 0,
+	},
+
 	{   0x5372, 0x6873, 0xffff, 0,
 	    "Sun 1040 PCI Quad Serial",
 	    DEFAULT_RCLK,



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