From owner-freebsd-questions@FreeBSD.ORG Wed May 3 22:54:50 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C6A516A431 for ; Wed, 3 May 2006 22:54:50 +0000 (UTC) (envelope-from herberticus@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2FFB543D48 for ; Wed, 3 May 2006 22:54:38 +0000 (GMT) (envelope-from herberticus@gmail.com) Received: by ug-out-1314.google.com with SMTP id e2so141944ugf for ; Wed, 03 May 2006 15:54:38 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=RDRXe/+DBQxNpSsWA9yhsOjHJxvLjTT7fay5hopjcS+M9FMuBYuXgIx4gKUtO278c4UC8gXYBspSnbF8/8mQde4Vr6HqRdOGkdjIEYwKob/eb8kgL7gmLXO0l/QUeJQRDTZRtGQ2eY3qyQpkmJwarH7i91TgZMyDgxYS5yrGhjA= Received: by 10.78.57.11 with SMTP id f11mr12948hua; Wed, 03 May 2006 15:47:19 -0700 (PDT) Received: by 10.78.35.8 with HTTP; Wed, 3 May 2006 15:47:19 -0700 (PDT) Message-ID: <54e1b6030605031547qbbe695ex906e781dcc885a18@mail.gmail.com> Date: Wed, 3 May 2006 17:47:19 -0500 From: "Herbert Wolverson" To: FreeBSD-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: rr232x on amd64: fail to start channel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 22:54:50 -0000 Hello, I'm trying to setup a PC with an rr2320 SATA RAID controller in it. It's running on an Athlon 64, with FreeBSD cvsupped to RELENG_6 on amd64. On startup, it sees the controller, but gives "fail to start channel" messages for each channel that has a disk attached. >From dmesg | grep rr232x: rr232x: RocketRAID 232x controller driver v1.02 (May 4 2006 06:15:08) rr232x0: port 0xc000-0xc0ff mem 0xd1000000-0xd10fffff irq 11 at device 4.0 on pci3 rr232x: adapter at PCI 3:4:0, IRQ 11 module_register_init: MOD_LOAD (amr_linux, 0xffffffff806204f0, 0) error 6 rr232x: start channel [0,0] rr232x: start channel [0,1] rr232x: start channel [0,2] rr232x: start channel [0,3] rr232x: fail to start channel [0,0] rr232x: fail to start channel [0,1] rr232x: fail to start channel [0,2] rr232x: fail to start channel [0,3] rr232x0: [GIANT-LOCKED] Any ideas? A client of mine bought the hardware, and is insistent that we try to use it. It works under Windows, so I'm pretty sure it's not a hardware problem. I'd like to avoid having to run Windows on the server if at all possible. Thanks, Herbert.