From owner-freebsd-hardware@FreeBSD.ORG Tue Aug 12 18:53:37 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 777791065674 for ; Tue, 12 Aug 2008 18:53:37 +0000 (UTC) (envelope-from mike@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 497808FC1A for ; Tue, 12 Aug 2008 18:53:37 +0000 (UTC) (envelope-from mike@sentex.net) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m7CIrZYa031802; Tue, 12 Aug 2008 14:53:35 -0400 (EDT) (envelope-from mike@sentex.net) Received: from mdt-xp.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.13.8/8.13.3) with ESMTP id m7CIrYxo032800 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Aug 2008 14:53:34 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <200808121853.m7CIrYxo032800@lava.sentex.ca> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Tue, 12 Aug 2008 14:53:32 -0400 To: Andrew Hotlab From: Mike Tancsa In-Reply-To: References: <200808121549.m7CFnmBo031979@lava.sentex.ca> <200808121704.m7CH4OZG032314@lava.sentex.ca> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: freebsd-hardware@freebsd.org Subject: RE: Areca ARC-1120 on FreeBSD 7.0 X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Aug 2008 18:53:37 -0000 At 01:54 PM 8/12/2008, Andrew Hotlab wrote: >I tried to boot without disks using the new firmware, but nothing >changed! Then I created a new RAID0 >set/volume using only a single SATA drive (it was used as online >spare), but still not success... I'm afraid >to have ended any ideas about what it might be the cause of this trouble!! :( > >I'll go on changing PCI-X slot of the Areca card, but I'm going to >became pessimistic about a successful >end of this story... sigh! MB BIOS update ? On some more exotic boards I find I sometimes have to disable some features, typically USB related, if there are problems. Not sure in your case. I think MSI is enabled by default on 7 and not on 6, so perhaps something on the board does not like that ? Try disabling it in the loader.conf hw.pci.enable_msi=0 ---Mike