Contribution to PUC driver

2012-06-07 Thread Dennis Oyama
Patch to update pucdata.c to support the Perle Systems Ltd. Multiport Speed LE 
Serial cards.



--- pucdata.orig.c  2012-02-10 12:24:47.0 -0500
+++ pucdata.c   2012-02-10 12:40:34.0 -0500
@@ -668,11 +668,35 @@
 */
{   0x155f, 0x0331, 0x, 0,
-   Perle Speed4 LE,
+   Perle Ultraport4 Express,
DEFAULT_RCLK * 8,
PUC_PORT_4S, 0x10, 0, 8,
},
+{   0x155f, 0xB012, 0x, 0,
+Perle Speed2 LE,
+DEFAULT_RCLK * 8,
+PUC_PORT_2S, 0x10, 0, 8,
+},
+
+{   0x155f, 0xB022, 0x, 0,
+Perle Speed2 LE,
+DEFAULT_RCLK * 8,
+PUC_PORT_2S, 0x10, 0, 8,
+},
+
+{   0x155f, 0xB004, 0x, 0,
+Perle Speed4 LE,
+DEFAULT_RCLK * 8,
+PUC_PORT_4S, 0x10, 0, 8,
+},
+
+{   0x155f, 0xB008, 0x, 0,
+Perle Speed8 LE,
+DEFAULT_RCLK * 8,
+PUC_PORT_8S, 0x10, 0, 8,
+},
+
{   0x14d2, 0x8010, 0x, 0,
VScom PCI-100L,
DEFAULT_RCLK * 8,




___
 Dennis Oyama
   Technical Sales Engineer
  Perle Systems Ltd.http://www.perle.com/
1-800-467-3753
 Direct: 905-946-5037
   doy...@perle.com
   CompTIA Security+
___

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org

Re: Contribution to PUC driver

2012-06-07 Thread Fernando Apesteguía
On Thu, Jun 7, 2012 at 4:29 PM, Dennis Oyama doy...@perle.com wrote:
 Patch to update pucdata.c to support the Perle Systems Ltd. Multiport Speed 
 LE Serial cards.

Maybe you could post this at freebsd-hackers@ for discussion or send
the patch using send-pr[1]

Cheers.

[1] http://www.freebsd.org/send-pr.html




 --- pucdata.orig.c      2012-02-10 12:24:47.0 -0500
 +++ pucdata.c   2012-02-10 12:40:34.0 -0500
 @@ -668,11 +668,35 @@
         */
        {   0x155f, 0x0331, 0x, 0,
 -           Perle Speed4 LE,
 +           Perle Ultraport4 Express,
            DEFAULT_RCLK * 8,
            PUC_PORT_4S, 0x10, 0, 8,
        },
 +        {   0x155f, 0xB012, 0x, 0,
 +            Perle Speed2 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_2S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB022, 0x, 0,
 +            Perle Speed2 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_2S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB004, 0x, 0,
 +            Perle Speed4 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_4S, 0x10, 0, 8,
 +        },
 +
 +        {   0x155f, 0xB008, 0x, 0,
 +            Perle Speed8 LE,
 +            DEFAULT_RCLK * 8,
 +            PUC_PORT_8S, 0x10, 0, 8,
 +        },
 +
        {   0x14d2, 0x8010, 0x, 0,
            VScom PCI-100L,
            DEFAULT_RCLK * 8,




 ___
         Dennis Oyama
   Technical Sales Engineer
      Perle Systems Ltd.http://www.perle.com/
        1-800-467-3753
     Direct: 905-946-5037
       doy...@perle.com
       CompTIA Security+
 ___


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org