From owner-freebsd-bugs@FreeBSD.ORG Wed Dec 8 16:10:33 2004 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE74216A4CE for ; Wed, 8 Dec 2004 16:10:33 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE89F43D82 for ; Wed, 8 Dec 2004 16:10:33 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iB8GAXYR068754 for ; Wed, 8 Dec 2004 16:10:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iB8GAWvm068746; Wed, 8 Dec 2004 16:10:32 GMT (envelope-from gnats) Date: Wed, 8 Dec 2004 16:10:32 GMT Message-Id: <200412081610.iB8GAWvm068746@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Mike Tancsa 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 Reply-To: Mike Tancsa List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Dec 2004 16:10:34 -0000 The following reply was made to PR kern/74786; it has been noted by GNATS. From: Mike Tancsa To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org, freebsd-bugs@freebsd.org Subject: Re: misc/74786: Smartlink Modem causes interrupt storm on RELENG_4 and RELENG_5 Date: Wed, 08 Dec 2004 11:08:38 -0500 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