From owner-freebsd-scsi@FreeBSD.ORG Fri Feb 9 23:33:57 2007 Return-Path: X-Original-To: freebsd-scsi@freebsd.org Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4D80116A400 for ; Fri, 9 Feb 2007 23:33:57 +0000 (UTC) (envelope-from javocado@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.228]) by mx1.freebsd.org (Postfix) with ESMTP id 14A5E13C481 for ; Fri, 9 Feb 2007 23:33:52 +0000 (UTC) (envelope-from javocado@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so913594wxc for ; Fri, 09 Feb 2007 15:33:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=KoAKuXgWJAyS52HCuUE9dipvUcmaUKz97OF9mDzkQ9/SHHR3d3ZtAu9SqcKULSMcM2CiqtaZsz6eq4ywAh+d3T3Llqc/fwxXkuHzMaubVf2JDfFmuJw5aSA0jsicBJp4W6o4zHN/WOEIMTFN0dCZBRXG+VNU53LjOTc3DPy+s+Q= Received: by 10.90.52.18 with SMTP id z18mr13494100agz.1171062279043; Fri, 09 Feb 2007 15:04:39 -0800 (PST) Received: by 10.90.50.6 with HTTP; Fri, 9 Feb 2007 15:04:38 -0800 (PST) Message-ID: Date: Fri, 9 Feb 2007 15:04:38 -0800 From: javocado To: freebsd-scsi@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: unable to create/delete array from LSI card using megaraid, megarc X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Feb 2007 23:33:57 -0000 I'm running 6.2-R and have installed linux-megamgr and megarc from ports. Both utilities run fine, but neither will allow me to add or remove an array from the system (I have to do it via the BIOS utility). Relevant parts: # dmesg |grep amr amr0: mem 0xdf200000-0xdf20ffff irq 72 at device 1.0 on pci8 amr0: delete logical drives supported by controller amr0: Firmware 1L47, BIOS G121, 64MB RAM amr0: delete logical drives supported by controller amrd0: on amr0 amrd0: 70006MB (143372288 sectors) RAID 1 (optimal) amrd1: on amr0 amrd1: 140013MB (286746624 sectors) RAID 1 (optimal) Is this normal, or do I have a misconfiguration? Thanks.