From owner-aic7xxx@FreeBSD.ORG Tue Oct 6 10:05:59 2009 Return-Path: Delivered-To: aic7xxx@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7D080106566B for ; Tue, 6 Oct 2009 10:05:59 +0000 (UTC) (envelope-from enidv11@gmail.com) Received: from mail-fx0-f222.google.com (mail-fx0-f222.google.com [209.85.220.222]) by mx1.freebsd.org (Postfix) with ESMTP id 137B98FC0C for ; Tue, 6 Oct 2009 10:05:58 +0000 (UTC) Received: by fxm22 with SMTP id 22so3670548fxm.36 for ; Tue, 06 Oct 2009 03:05:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=/C92Zf+GFCeax+OIDmEjvnGc8vT02QQ+T6o2vbRjZ2Q=; b=S0S7razYBcuN0PJzBG/2GsqqGQ5IOhZHrbSMCbt5iDfrTIu3oWc0rMiWmqOH72Rdfq ifeO7FG3ygQoH1G7bG1AclQD0ucP0luV/6r6XqL2zO17Dn4Qiodm4lLPL9WoNNS6Uhch wXgmyghj6+YPqLk0cOrFc5PPolVVHWZkjO9tM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=lgGv+bAjrlIzrisohrogAjk/LzkVPMdQCmx4+s25Un0RZH0gvAe8mJNgNThq2L/1JW 2JIlQDrblUEP5PK8b+Rjl4Nq476QjTj4ksFdYzqynAdAFvvLBT18igRGRzsOURyXEKVV Vg7qPquV1DTp+vdXdKf4zT1fEEBk0JkP6Cl/4= MIME-Version: 1.0 Received: by 10.204.7.144 with SMTP id d16mr4860084bkd.209.1254821927023; Tue, 06 Oct 2009 02:38:47 -0700 (PDT) Date: Tue, 6 Oct 2009 11:38:47 +0200 Message-ID: <77b5ce830910060238qf61d697i3f846b8ce5954ae3@mail.gmail.com> From: enid vx To: aic7xxx@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Not recognizing raid controller Adaptec AIC7901 X-BeenThere: aic7xxx@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Adaptec Device Drivers in FreeBSD and Linux List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Oct 2009 10:05:59 -0000 Hi all, I'm having some problems installing FreeBSD on my Supermicro server equippe= d with : Single channel Adaptec=AE AIC-7901 controller for Ultra320 SCSI Host RAID 0, 1, 10 support I have 4 disks which are configured in 2 Raid1, the problem is when I try to install FreeBSd from the installer cd, it show= s only the separated disks. I've added also ahd_load=3D"YES" into /boot/loader.conf on the installation cd, also on the boot prompt load ahd load ahd.ko and then boot but again with no success . It were recognized only the 4 disks as separated. How can I make it recognize the raid ? Thanks in advance.