From owner-aic7xxx@FreeBSD.ORG Tue Oct 6 13:05:23 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 81FCA106566B for ; Tue, 6 Oct 2009 13:05:23 +0000 (UTC) (envelope-from gibbs@FreeBSD.org) Received: from aslan.scsiguy.com (aslan.scsiguy.com [70.89.174.89]) by mx1.freebsd.org (Postfix) with ESMTP id 1FA6C8FC1F for ; Tue, 6 Oct 2009 13:05:23 +0000 (UTC) Received: from aslan.scsiguy.com (aslan.scsiguy.com [70.89.174.89]) (authenticated bits=0) by aslan.scsiguy.com (8.14.3/8.14.3) with ESMTP id n96Cb3OK070183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Oct 2009 06:37:04 -0600 (MDT) (envelope-from gibbs@FreeBSD.org) Message-ID: <4ACB39EF.1010003@FreeBSD.org> Date: Tue, 06 Oct 2009 06:37:03 -0600 From: "Justin T. Gibbs" Organization: The FreeBSD Foundation User-Agent: Thunderbird 2.0.0.23 (X11/20090906) MIME-Version: 1.0 To: enid vx References: <77b5ce830910060238qf61d697i3f846b8ce5954ae3@mail.gmail.com> In-Reply-To: <77b5ce830910060238qf61d697i3f846b8ce5954ae3@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: aic7xxx@FreeBSD.org Subject: Re: 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 13:05:23 -0000 enid vx wrote: > Hi all, > > I'm having some problems installing FreeBSD on my Supermicro server equipped > with : > > Single channel AdaptecŪ AIC-7901 controller for Ultra320 SCSI > Host RAID 0, 1, 10 support ... > the problem is when I try to install FreeBSd from the installer cd, it shows > only the separated disks. The Adaptec U320 controllers have no built-in support for RAID. SW RAID support is provided by the BIOS and the windows drivers. Unfortunately FreeBSD does not support the Adaptec SW RAID meta-data, hence the disks are reported individually instead of as a single volume. -- Justin