Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 May 2010 09:17:01 -0400
From:      John Baldwin <jhb@freebsd.org>
To:        "Douglas K. Rand" <rand@meridian-enviro.com>
Cc:        freebsd-hardware@freebsd.org
Subject:   Re: Perle Speed4 LE 4 port serial card
Message-ID:  <201005200917.01310.jhb@freebsd.org>
In-Reply-To: <87pr0rh4c2.wl%rand@meridian-enviro.com>
References:  <871vd8j10f.wl%rand@meridian-enviro.com> <201005191528.31200.jhb@freebsd.org> <87pr0rh4c2.wl%rand@meridian-enviro.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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