From owner-freebsd-stable@FreeBSD.ORG Sun May 7 11:59:58 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org 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 DCECF16A405 for ; Sun, 7 May 2006 11:59:58 +0000 (UTC) (envelope-from wb@freebie.xs4all.nl) Received: from smtp-vbr6.xs4all.nl (smtp-vbr6.xs4all.nl [194.109.24.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4703A43D55 for ; Sun, 7 May 2006 11:59:58 +0000 (GMT) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by smtp-vbr6.xs4all.nl (8.13.6/8.13.6) with ESMTP id k47BxuBJ094770; Sun, 7 May 2006 13:59:56 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: from freebie.xs4all.nl (localhost [127.0.0.1]) by freebie.xs4all.nl (8.13.4/8.13.3) with ESMTP id k47BxtZq019949; Sun, 7 May 2006 13:59:55 +0200 (CEST) (envelope-from wb@freebie.xs4all.nl) Received: (from wb@localhost) by freebie.xs4all.nl (8.13.4/8.13.1/Submit) id k47BxtWL019948; Sun, 7 May 2006 13:59:55 +0200 (CEST) (envelope-from wb) Date: Sun, 7 May 2006 13:59:55 +0200 From: Wilko Bulte To: Daniel Eriksson Message-ID: <20060507115955.GA19932@freebie.xs4all.nl> References: <4F9C9299A10AE74E89EA580D14AA10A605F5AA@royal64.emp.zapto.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F9C9299A10AE74E89EA580D14AA10A605F5AA@royal64.emp.zapto.org> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by XS4ALL Virus Scanner Cc: yraffah@savola.com, freebsd-stable@freebsd.org Subject: Re: 6.0 RELEASE and Volume Managers X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 11:59:59 -0000 On Sun, May 07, 2006 at 01:00:56PM +0200, Daniel Eriksson wrote.. > Yousef Raffah wrote: > > > The machine is a compaq server with Smart RAID controller > > Is the controller recognised by FreeBSD during startup? > > If it's a SmartArray 5xxx then the 'ciss' driver is the one you want: Or the ida(4) for the older SmartArrays. Like the DL380 (G1 model) for example has. ida(4) does not hook into the SCSI framework though. > ciss0: port ... > [...] > da0 at ciss0 bus 0 target 0 lun 0 > da0: Fixed Direct Access SCSI-0 device > da0: 135.168MB/s transfers > da0: 105008MB (215056800 512 byte sectors: 255H 32S/T 26355C) > > This is a real hardware RAID card, and it presents the array to the > system as a regular SCSI disk (da0 above). Just define your array from > the card's BIOS and make sure you are running a kernel that has 'ciss' > enabled (GENERIC has it by default). > > /Daniel Eriksson > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" --- end of quoted text --- -- Wilko Bulte wilko@FreeBSD.org