From owner-freebsd-mobile@FreeBSD.ORG Tue Aug 8 18:02:08 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 4E6AE16A519 for ; Tue, 8 Aug 2006 18:02:08 +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 8D87F43D49 for ; Tue, 8 Aug 2006 18:02:07 +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 k78I1vkv051917; Tue, 8 Aug 2006 14:02:06 -0400 (EDT) (envelope-from jhb@freebsd.org) From: John Baldwin To: Ian Smith Date: Tue, 8 Aug 2006 13:45:44 -0400 User-Agent: KMail/1.9.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608081345.44845.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]); Tue, 08 Aug 2006 14:02:06 -0400 (EDT) X-Virus-Scanned: ClamAV 0.87.1/1640/Mon Aug 7 21:11:04 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: Yousef Raffah , freebsd-mobile@freebsd.org 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: Tue, 08 Aug 2006 18:02:08 -0000 On Tuesday 08 August 2006 11:09, Ian Smith wrote: > On Tue, 8 Aug 2006, Yousef Raffah wrote: > > John Baldwin wrote: > > > 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. :) > > > > > > > > OK > > >> 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: does anything much still get MFC'd back to 5-STABLE these days? > Are there any reasons not to go to 6 with old kit that works well with > APM (esp suspend/resume) but not so far with ACPI? (ref: '99 Compaq > Armada 1500c) No. I think 5.x is more dead than 4.x at this point. I think for machines that old ACPI just refuses to attach anyway. -- John Baldwin