From owner-freebsd-stable@FreeBSD.ORG Mon Mar 14 23:37:23 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8F8516A4CE for ; Mon, 14 Mar 2005 23:37:23 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 110AC43D54 for ; Mon, 14 Mar 2005 23:37:23 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) by anuket.mj.niksun.com (8.13.1/8.12.11) with ESMTP id j2ENbLm6025944; Mon, 14 Mar 2005 18:37:22 -0500 (EST) (envelope-from jkim@niksun.com) From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-stable@freebsd.org, pck Date: Mon, 14 Mar 2005 18:37:15 -0500 User-Agent: KMail/1.6.2 References: In-Reply-To: MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <200503141837.15110.jkim@niksun.com> X-Virus-Scanned: ClamAV 0.83/762/Sun Mar 13 18:35:33 2005 on anuket.mj.niksun.com X-Virus-Status: Clean Subject: Re: Adaptec AIC7902 Ultra320 SCSI adapter and Raid1 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 23:37:23 -0000 On Monday 14 March 2005 08:13 am, pck wrote: > Hi, > > I've got AIC9702 and two SCSI disks 73GB. > In SCSI Bios i've made Raid1 from these disks and set it as > bootable. Then install FBSD successful. > > But OS see two disks, not one. Why? > And then i make some disk operation, just only one disk's led > blinks... aic7xxx driver doesn't support HostRAID yet. Jung-uk Kim > Best Regards,