From owner-freebsd-scsi@FreeBSD.ORG Fri Feb 4 20:39:55 2005 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37D5E16A4CE for ; Fri, 4 Feb 2005 20:39:55 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E40343D2F for ; Fri, 4 Feb 2005 20:39:54 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.12] (g4.samsco.home [192.168.254.12]) (authenticated bits=0) by pooker.samsco.org (8.13.1/8.13.1) with ESMTP id j14KdSXf023917; Fri, 4 Feb 2005 13:39:29 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <4203DD97.4000508@freebsd.org> Date: Fri, 04 Feb 2005 13:39:51 -0700 From: Scott Long User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040514 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Robert keyes References: In-Reply-To: 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: freebsd-scsi@freebsd.org Subject: Re: MegaRaid 2m Giant Locked-up X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Feb 2005 20:39:55 -0000 Robert keyes wrote: > I've recently acquired an HP NetServer LP1000r, 2ith 2 Pentium IIIs at > 1266 mhz with 2GB of PC133 ram, and a NetRaid 2M RAID controller, with 2 > 18GB HP 15k SCSI drives. > > Upon trying to install FreeBSD 5.3-Release, I've had problems with the > NetRaid. I get two Giant Loced messages, the first from ohci0, and the > second from amr0 and then the system hangs: > > amr0: mem 0xf000000 -0x7ffffff irq 16 at device 0.0 on > pci3 > > amr0: [GIANT-LOCKED] This is just an informational message that the driver is using old the SMP locking mechanism instead of it's own. It does not indicate a bug or a problem. This has been addressed recently and can be tested by updating your system. > > I have run HP's diagnostics utility on the machne, and it passed all > tests. I have removed the NetRaid card and the drives are detected and > fdisk shows them to still be formatted with the prior user's NTFS ;) > So the problem is the netraid driver. > > When running the diagnostics, I noticed it reported the NetRaid-2m at > memory base 0xf0000008 and irq 9 - so how is FreeBSD coming up with IRQ > 16? Or am I mixing apples and oranges? The diagnostics run the interrupt controllers in legacy mode. There is nothing to worry about here. Have you actually installing and running FreeBSD despite these messages? Scott