From owner-freebsd-hardware@FreeBSD.ORG Thu May 20 13:33:14 2010 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50070106566B for ; Thu, 20 May 2010 13:33:14 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 1F90A8FC1B for ; Thu, 20 May 2010 13:33:14 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id C67BD46BA2; Thu, 20 May 2010 09:33:13 -0400 (EDT) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 0E59E8A01F; Thu, 20 May 2010 09:33:13 -0400 (EDT) From: John Baldwin To: "Douglas K. Rand" Date: Thu, 20 May 2010 09:17:01 -0400 User-Agent: KMail/1.12.1 (FreeBSD/7.3-CBSD-20100217; KDE/4.3.1; amd64; ; ) References: <871vd8j10f.wl%rand@meridian-enviro.com> <201005191528.31200.jhb@freebsd.org> <87pr0rh4c2.wl%rand@meridian-enviro.com> In-Reply-To: <87pr0rh4c2.wl%rand@meridian-enviro.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201005200917.01310.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Thu, 20 May 2010 09:33:13 -0400 (EDT) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-0.9 required=4.2 tests=AWL,BAYES_00,PERCENT_RANDOM autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: freebsd-hardware@freebsd.org Subject: Re: Perle Speed4 LE 4 port serial card X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 May 2010 13:33:14 -0000 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