From owner-freebsd-current@FreeBSD.ORG Tue Dec 11 22:11:21 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0330416A417 for ; Tue, 11 Dec 2007 22:11:21 +0000 (UTC) (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 C5A4513C45B for ; Tue, 11 Dec 2007 22:11:20 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from phobos.samsco.home (phobos.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.13.8/8.13.8) with ESMTP id lBBMBHmf010805; Tue, 11 Dec 2007 15:11:18 -0700 (MST) (envelope-from scottl@samsco.org) Message-ID: <475F0AF0.50208@samsco.org> Date: Tue, 11 Dec 2007 15:10:56 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en-US; rv:1.8.1.6) Gecko/20070802 SeaMonkey/1.1.4 MIME-Version: 1.0 To: Andre Oppermann References: <2942A3E0-3E07-4CCB-B292-8DA25884AD3E@nevada.net.nz> <475D6C81.5030308@samsco.org> <475F037F.4000702@freebsd.org> In-Reply-To: <475F037F.4000702@freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (pooker.samsco.org [168.103.85.57]); Tue, 11 Dec 2007 15:11:18 -0700 (MST) X-Spam-Status: No, score=-1.4 required=5.4 tests=ALL_TRUSTED autolearn=failed version=3.1.8 X-Spam-Checker-Version: SpamAssassin 3.1.8 (2007-02-13) on pooker.samsco.org Cc: freebsd-current@freebsd.org, Philip Murray Subject: Re: Areca weirdness 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: Tue, 11 Dec 2007 22:11:21 -0000 Andre Oppermann wrote: > Scott Long wrote: >> For the Areca driver, it's harmless. I still haven't narrowed >> down the actual problem, unfortunately. > > I see the same on a new box with FreeBSD 7.0BETA4 AMD64. Unfortunately > it just stops and hangs here: > > arcmsr0: mem > 0xfdbff000-0xfdbfffff,0xfd400000-0xfd7fffff irq 16 at device 14.0 on pci10 > ARECA RAID ADAPTER0: Driver Version 1.20.00.14 2007-2-05 > ARECA RAID ADAPTER0: FIRMWARE VERSION V1.43 2007-4-17 > arcmsr0: [ITHRRAD] > ... > Waiting 5 seconds for SCSI devices to settle > (probe23:arcmsr0:0:16:0): inquiry data fails comparison at DV1 step > > [hangs...] > > The controller is an ARC-1220 PCI-Express with 8 SATA ports. The > firmware is the newest according to their website. Connected are > 4 Seagate 750GB SATA drives (the ES 24x7 variant). With 6.3RC1 > AMD64 it works just fine. > Can you break into the debugger and see if it's getting an interrupt storm or is spinning in code or is sleeping somewhere odd? Scott