Perle Speed4 LE 4 port serial card

John Baldwin jhb at freebsd.org
Thu May 20 13:33:14 UTC 2010


On Wednesday 19 May 2010 7:14:21 pm Douglas K. Rand wrote:
> Thanks for the help! With a few changes I got it working:
> 
> --- pucdata.c.orig      2010-05-19 13:09:50.000000000 -0500
> +++ pucdata.c   2010-05-19 13:09:59.000000000 -0500
> @@ -637,6 +637,12 @@
>             PUC_PORT_4S, 0x10, 0, 8,
>         },
>  
> +       {   0x155f, 0x0331, 0xffff, 0,
> +           "Perle Speed4 LE",
> +           DEFAULT_RCLK * 8,
> +           PUC_PORT_4S, 0x10, 0, 8,
> +       },
> +
>         {   0x1415, 0x950a, 0xffff, 0,
>             "Oxford Semiconductor OX16PCI954 UARTs",
>             DEFAULT_RCLK,
> 
> Of course the '* 8' was the last one I tried. With an older SIIG card
> I had to use *10 so I tried that first. Then it seems that *4 was
> popular so I tried that. Finally got it with *8.

Ok.  I've committed it to HEAD and will MFC it to 7/8 in a few days.  No need 
for a PR.  Thanks!

-- 
John Baldwin


More information about the freebsd-hardware mailing list