From owner-freebsd-current@FreeBSD.ORG Wed Jul 6 15:43:10 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D83616A422 for ; Wed, 6 Jul 2005 15:43:10 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19B1E43D45 for ; Wed, 6 Jul 2005 15:43:09 +0000 (GMT) (envelope-from scottl@samsco.org) Received: from [192.168.254.21] (rat.samsco.home [192.168.254.21]) (authenticated bits=0) by pooker.samsco.org (8.13.3/8.13.3) with ESMTP id j66Fnfgf024901; Wed, 6 Jul 2005 09:49:41 -0600 (MDT) (envelope-from scottl@samsco.org) Message-ID: <42CBFC36.1040406@samsco.org> Date: Wed, 06 Jul 2005 09:43:50 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.7.5) Gecko/20050321 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Marcel Moolenaar References: <70e8236f05070208212e36c375@mail.gmail.com> <42C6DA5F.9070303@gneto.com> <6.2.1.2.0.20050703212843.07889088@64.7.153.2> <20050705011650.R80892@lexi.siliconlandmark.com> <70e8236f050706002655cd9a0c@mail.gmail.com> <42CBE7F4.9040106@samsco.org> <83fb4207210a3f028b8ee2d2289573c4@xcllnt.net> In-Reply-To: <83fb4207210a3f028b8ee2d2289573c4@xcllnt.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.8 required=3.8 tests=ALL_TRUSTED autolearn=failed version=3.0.2 X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on pooker.samsco.org Cc: Joao Barros , freebsd-current@freebsd.org, Mike Tancsa Subject: Re: 6.0-CURRENT SNAP004 hangs on amr X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2005 15:43:10 -0000 Marcel Moolenaar wrote: > > On Jul 6, 2005, at 7:17 AM, Scott Long wrote: > >> Joao Barros wrote: >> >>> On 7/5/05, Andre Guibert de Bruet wrote: >>> >>>> On Sun, 3 Jul 2005, Mike Tancsa wrote: >>>> >>>> >>>>> amr0: Firmware 161J, BIOS 3.17, 128MB RAM >>>> >>>> >>>> Is this the latest firmware release for the card? I had a number of >>>> issues >>>> with the amr driver with true-blue LSI Logic SCSI RAID cards that >>>> magically went away after updating the firmware. (PERC 3/DCs are >>>> Dell-branded LSI cards. You want to visit Dell's support website to get >>>> any eventual update(s)) >>>> >>>> Andy >>> >>> I tried upgrading my card to the latest firmware version and the >>> symptoms remain. It now reads: >>> amr0: Firmware 197O, BIOS 3.35, 64MB RAM >>> One thing I noticed: I can press scroll lock and move around through >>> the console text. I suppose a hanged kernel wouldn't allow this?! >>> -- >>> Joao Barros >> >> >> The kernel isn't hung, it's just forever waiting for an interrupt from >> the amr card that it'll never get. > > > With interrupts disabled during bus enumeration, it should not even > get interrupts with correct routing, right? > According to the original dmesg, the hang happens well after bus enumeration is complete and interrupts have been enabled. It's happening on a taste I/O from GEOM. Scott