From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 8 16:08:23 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D98116A4CE; Wed, 8 Dec 2004 16:08:23 +0000 (GMT) Received: from avscan2.sentex.ca (avscan2.sentex.ca [199.212.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3BBB43D70; Wed, 8 Dec 2004 16:08:22 +0000 (GMT) (envelope-from mike@sentex.net) Received: from localhost (localhost.sentex.ca [127.0.0.1]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iB8G8MJs082059; Wed, 8 Dec 2004 11:08:22 -0500 (EST) (envelope-from mike@sentex.net) Received: from avscan2.sentex.ca ([127.0.0.1]) by localhost (avscan2.sentex.ca [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 81245-09; Wed, 8 Dec 2004 11:08:22 -0500 (EST) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by avscan2.sentex.ca (8.12.11/8.12.11) with ESMTP id iB8G8LHi082008; Wed, 8 Dec 2004 11:08:21 -0500 (EST) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.11/8.12.11) with ESMTP id iB8G89CL034637; Wed, 8 Dec 2004 11:08:15 -0500 (EST) (envelope-from mike@sentex.net) Message-Id: <6.2.0.14.0.20041208105236.05427760@64.7.153.2> X-Mailer: QUALCOMM Windows Eudora Version 6.2.0.14 Date: Wed, 08 Dec 2004 11:08:38 -0500 To: Bruce Evans From: Mike Tancsa In-Reply-To: <20041208172619.Y1156@epsplex.bde.org> References: <200412062027.iB6KR1jE096684@www.freebsd.org> <20041207085811.P6480@epsplex.bde.org> <6.2.0.14.0.20041207100615.0335e328@64.7.153.2> <20041208172619.Y1156@epsplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: by amavisd-new X-Virus-Scanned: by amavisd-new at avscan2b cc: freebsd-bugs@freebsd.org cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/74786: Smartlink Modem causes interrupt storm on RELENG_4 and RELENG_5 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 16:08:23 -0000 At 02:22 AM 08/12/2004, Bruce Evans wrote: >Try this fix. For the uhci-sio conflict, it should avoid problem (1) >(please try it with the RF_SHAREABLE flag removed so that if this is .... >115200 bps provided the UART is buffered and HZ >= 1000. With >unbuffered UARTs and HZ = 100, only 4800 bos mostly works. Note, When removing the RF_SHAREABLE flag from the patch as applied to the default src code for RELENG_5, the modem is not usable. With RF_SHAREABLE, all *seems* to work with the modem, but I dont have any real tests, other than dialing up and doing a fetch of a large file. ---Mike