From owner-freebsd-mobile@FreeBSD.ORG Mon Aug 7 21:54:20 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 236FA16A4E1 for ; Mon, 7 Aug 2006 21:54:20 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8053B43D46 for ; Mon, 7 Aug 2006 21:54:19 +0000 (GMT) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.6/8.13.6) with ESMTP id k77LsBbI039278; Mon, 7 Aug 2006 17:54:11 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: freebsd-mobile@freebsd.org, yraffah@savola.com Date: Mon, 7 Aug 2006 15:43:56 -0400 User-Agent: KMail/1.9.1 References: <1152019643.704.42.camel@redevil.savola.com> <200608041115.09320.jhb@freebsd.org> <44D5AFFC.5000800@savola.com> In-Reply-To: <44D5AFFC.5000800@savola.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608071543.56874.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Mon, 07 Aug 2006 17:54:14 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1639/Mon Aug 7 09:34:09 2006 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.0 X-Spam-Checker-Version: SpamAssassin 3.1.0 (2005-09-13) on server.baldwin.cx Cc: Subject: Re: Interrupt Storms on irq:11 with Tecra A4 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Aug 2006 21:54:20 -0000 On Sunday 06 August 2006 05:01, Yousef Raffah wrote: > Thank you very much John for your great help and support. Now that I > have the patch working, do I need to remove the entries > hw.pci.link.LNKG.irq=11 > hw.pci.link.LNKH.irq=11 > > from my /boot/loader.conf? No. The patch lets those entries actually work, so leave them there. :) > I assume I have to do this every time I buildworld, right? No, I'll commit the patch and once it is MFC'd you won't have to re-apply it after running cvsup. Until then, you will have to apply it each time after you cvsup. I think you can ignore the 'unretryable' errors from cd0 btw. -- John Baldwin