From owner-freebsd-questions@FreeBSD.ORG Sat Mar 24 12:41:48 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7964016A402 for ; Sat, 24 Mar 2007 12:41:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost2.sentex.ca (smarthost2.sentex.ca [205.211.164.50]) by mx1.freebsd.org (Postfix) with ESMTP id 2EFEE13C465 for ; Sat, 24 Mar 2007 12:41:48 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost2.sentex.ca (8.13.8/8.13.8) with ESMTP id l2OCfl7D096465; Sat, 24 Mar 2007 08:41:47 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id l2OCfk8q089451 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 24 Mar 2007 08:41:46 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200703241241.l2OCfk8q089451@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sat, 24 Mar 2007 08:41:52 -0400 To: Marcel Moolenaar From: Mike Tancsa In-Reply-To: <7FF1D403-84EB-4FD3-A183-46BBC484F9D3@mac.com> References: <200703240449.l2O4n159087350@lava.sentex.ca> <7FF1D403-84EB-4FD3-A183-46BBC484F9D3@mac.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: fixing a PUC / uart speed issue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Mar 2007 12:41:48 -0000 At 02:10 AM 3/24/2007, Marcel Moolenaar wrote: >Try changing the frequency from COM_FREQ to (4 * COM_FREQ). The >.... >HTH, Thanks, it fixed it! BTW, would this be for all such cards with this PCI ID ? If so, should I file a PR ? If not, apart from keeping a private set of patches, whats the best way to work around this with each cvsup / buildworld ? ---Mike