From nobody@FreeBSD.org  Thu Jun  7 16:46:55 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 15C99106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2012 16:46:55 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id 0176B8FC08
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Jun 2012 16:46:55 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q57GksRT052328
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 7 Jun 2012 16:46:54 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q57Gkslb052327;
	Thu, 7 Jun 2012 16:46:54 GMT
	(envelope-from nobody)
Message-Id: <201206071646.q57Gkslb052327@red.freebsd.org>
Date: Thu, 7 Jun 2012 16:46:54 GMT
From: Dennis Oyama <doyama@perle.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: serial card device update for pucdata.c
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168816
>Category:       kern
>Synopsis:       [puc] [patch] serial card device update for pucdata.c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    eadler
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 07 16:50:11 UTC 2012
>Closed-Date:    Sun Sep 02 18:28:49 UTC 2012
>Last-Modified:  Fri Mar  8 12:10:01 UTC 2013
>Originator:     Dennis Oyama
>Release:        8,2
>Organization:
Perle Systems Ltd.
>Environment:
>Description:
Patch to add additional Perle Speed LE multiport serial cards to puc driver.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- pucdata.orig.c      2012-02-10 12:24:47.000000000 -0500
+++ pucdata.c   2012-02-10 12:40:34.000000000 -0500
@@ -668,11 +668,35 @@
         */

        {   0x155f, 0x0331, 0xffff, 0,
-           "Perle Speed4 LE",
+           "Perle Ultraport4 Express",
            DEFAULT_RCLK * 8,
            PUC_PORT_4S, 0x10, 0, 8,
        },

+        {   0x155f, 0xB012, 0xffff, 0,
+            "Perle Speed2 LE",
+            DEFAULT_RCLK * 8,
+            PUC_PORT_2S, 0x10, 0, 8,
+        },
+
+        {   0x155f, 0xB022, 0xffff, 0,
+            "Perle Speed2 LE",
+            DEFAULT_RCLK * 8,
+            PUC_PORT_2S, 0x10, 0, 8,
+        },
+
+        {   0x155f, 0xB004, 0xffff, 0,
+            "Perle Speed4 LE",
+            DEFAULT_RCLK * 8,
+            PUC_PORT_4S, 0x10, 0, 8,
+        },
+
+        {   0x155f, 0xB008, 0xffff, 0,
+            "Perle Speed8 LE",
+            DEFAULT_RCLK * 8,
+            PUC_PORT_8S, 0x10, 0, 8,
+        },
+
        {   0x14d2, 0x8010, 0xffff, 0,
            "VScom PCI-100L",
            DEFAULT_RCLK * 8,


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-i386->freebsd-bugs 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sun Jun 10 23:31:27 UTC 2012 
Responsible-Changed-Why:  
reclassify. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168816 
Responsible-Changed-From-To: freebsd-bugs->eadler 
Responsible-Changed-By: eadler 
Responsible-Changed-When: Mon Jul 9 00:23:02 UTC 2012 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168816 
State-Changed-From-To: open->analyzed 
State-Changed-By: eadler 
State-Changed-When: Mon Jul 9 05:25:16 UTC 2012 
State-Changed-Why:  
awaiting approval 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168816 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/168816: commit references a PR
Date: Sun,  5 Aug 2012 08:10:19 +0000 (UTC)

 Author: eadler
 Date: Sun Aug  5 08:10:02 2012
 New Revision: 239048
 URL: http://svn.freebsd.org/changeset/base/239048
 
 Log:
   Add additional Perle Speed LE serial cards
   
   PR:		kern/168816
   Submitted by:	Dennis Oyama <doyama@perle.com>
   Approved by:	cperciva
   MFC after:	1 week
 
 Modified:
   head/sys/dev/puc/pucdata.c
 
 Modified: head/sys/dev/puc/pucdata.c
 ==============================================================================
 --- head/sys/dev/puc/pucdata.c	Sun Aug  5 08:08:34 2012	(r239047)
 +++ head/sys/dev/puc/pucdata.c	Sun Aug  5 08:10:02 2012	(r239048)
 @@ -768,11 +768,36 @@ const struct puc_cfg puc_pci_devices[] =
  	 */
  
  	{   0x155f, 0x0331, 0xffff, 0,
 +	    "Perle Ultraport4 Express",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB012, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB022, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB004, 0xffff, 0,
  	    "Perle Speed4 LE",
  	    DEFAULT_RCLK * 8,
  	    PUC_PORT_4S, 0x10, 0, 8,
  	},
  
 +	{   0x155f, 0xB008, 0xffff, 0,
 +	    "Perle Speed8 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_8S, 0x10, 0, 8,
 +	},
 +
 +
  	/*
  	 * Oxford Semiconductor PCI Express Expresso family
  	 *
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: analyzed->patched 
State-Changed-By: eadler 
State-Changed-When: Sun Aug 5 08:22:20 UTC 2012 
State-Changed-Why:  
patched in r239048 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168816 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/168816: commit references a PR
Date: Sun,  2 Sep 2012 17:46:58 +0000 (UTC)

 Author: eadler
 Date: Sun Sep  2 17:46:46 2012
 New Revision: 240027
 URL: http://svn.freebsd.org/changeset/base/240027
 
 Log:
   MFC r239048:
   	Add additional Perle Speed LE serial cards
   
   PR:		kern/168816
   Approved by:	cperciva (implicit)
 
 Modified:
   stable/9/sys/dev/puc/pucdata.c
 Directory Properties:
   stable/9/sys/dev/puc/   (props changed)
 
 Modified: stable/9/sys/dev/puc/pucdata.c
 ==============================================================================
 --- stable/9/sys/dev/puc/pucdata.c	Sun Sep  2 17:39:02 2012	(r240026)
 +++ stable/9/sys/dev/puc/pucdata.c	Sun Sep  2 17:46:46 2012	(r240027)
 @@ -768,11 +768,36 @@ const struct puc_cfg puc_pci_devices[] =
  	 */
  
  	{   0x155f, 0x0331, 0xffff, 0,
 +	    "Perle Ultraport4 Express",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB012, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB022, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB004, 0xffff, 0,
  	    "Perle Speed4 LE",
  	    DEFAULT_RCLK * 8,
  	    PUC_PORT_4S, 0x10, 0, 8,
  	},
  
 +	{   0x155f, 0xB008, 0xffff, 0,
 +	    "Perle Speed8 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_8S, 0x10, 0, 8,
 +	},
 +
 +
  	/*
  	 * Oxford Semiconductor PCI Express Expresso family
  	 *
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Sun Sep 2 18:28:46 UTC 2012 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168816 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: kern/168816: commit references a PR
Date: Fri,  8 Mar 2013 12:09:20 +0000 (UTC)

 Author: marius
 Date: Fri Mar  8 12:09:12 2013
 New Revision: 248041
 URL: http://svnweb.freebsd.org/changeset/base/248041
 
 Log:
   MFC: r236736
   
   Add support for the Sunix SER5437A dual serial PCI Express card.
   
   MFC: r239048
   
   Add additional Perle Speed LE serial cards
   
   PR:		kern/168816
   Submitted by:	Dennis Oyama <doyama@perle.com>
 
 Modified:
   stable/8/sys/dev/puc/pucdata.c
 Directory Properties:
   stable/8/sys/   (props changed)
   stable/8/sys/dev/   (props changed)
   stable/8/sys/dev/puc/   (props changed)
 
 Modified: stable/8/sys/dev/puc/pucdata.c
 ==============================================================================
 --- stable/8/sys/dev/puc/pucdata.c	Fri Mar  8 12:08:52 2013	(r248040)
 +++ stable/8/sys/dev/puc/pucdata.c	Fri Mar  8 12:09:12 2013	(r248041)
 @@ -780,11 +780,36 @@ const struct puc_cfg puc_pci_devices[] =
  	 */
  
  	{   0x155f, 0x0331, 0xffff, 0,
 +	    "Perle Ultraport4 Express",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_4S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB012, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB022, 0xffff, 0,
 +	    "Perle Speed2 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
 +	{   0x155f, 0xB004, 0xffff, 0,
  	    "Perle Speed4 LE",
  	    DEFAULT_RCLK * 8,
  	    PUC_PORT_4S, 0x10, 0, 8,
  	},
  
 +	{   0x155f, 0xB008, 0xffff, 0,
 +	    "Perle Speed8 LE",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_8S, 0x10, 0, 8,
 +	},
 +
 +
  	/*
  	 * Oxford Semiconductor PCI Express Expresso family
  	 *
 @@ -949,6 +974,12 @@ const struct puc_cfg puc_pci_devices[] =
  	    .config_function = puc_config_syba
  	},
  
 +	{   0x1fd4, 0x1999, 0xffff, 0,
 +	    "Sunix SER5437A",
 +	    DEFAULT_RCLK * 8,
 +	    PUC_PORT_2S, 0x10, 0, 8,
 +	},
 +
  	{    0x5372, 0x6873, 0xffff, 0,
  	     "Sun 1040 PCI Quad Serial",
  	     DEFAULT_RCLK,
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
