From owner-freebsd-stable@FreeBSD.ORG Thu Dec 22 16:32:05 2005 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 A2C0B16A41F for ; Thu, 22 Dec 2005 16:32:05 +0000 (GMT) (envelope-from jkerian@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1DA2643D6A for ; Thu, 22 Dec 2005 16:32:04 +0000 (GMT) (envelope-from jkerian@gmail.com) Received: by wproxy.gmail.com with SMTP id i31so406448wra for ; Thu, 22 Dec 2005 08:32:04 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rKRbUO81nPwOX3vE2Zz3HOFgBLLbx8xAOW00GcF8kufzwpqtI6258eXlLmE3VjL/9tlPZp/ynOL3osz/tpLZwh+tohHMaiveaqzu8WgBv9b4QFXIFUdqP4/mibXj/1USP7VdqWxsulJqkYXrbsRj23QbFFB1kVz8gXhkW5vTf5I= Received: by 10.54.140.20 with SMTP id n20mr1703817wrd; Thu, 22 Dec 2005 08:32:03 -0800 (PST) Received: by 10.54.93.10 with HTTP; Thu, 22 Dec 2005 08:32:03 -0800 (PST) Message-ID: <282b2dd90512220832q6a97b1fcp32ed06e6b589def2@mail.gmail.com> Date: Thu, 22 Dec 2005 09:32:03 -0700 From: Joseph Kerian To: freebsd-stable@freebsd.org In-Reply-To: <200512131651.jBDGp2Lx029496@lurza.secnetix.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051208001857.68ac4fef.torfinn.ingolfsen@broadpark.no> <200512131651.jBDGp2Lx029496@lurza.secnetix.de> Subject: Re: FreeBSD 6.0 as storage server with raid5? 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: Thu, 22 Dec 2005 16:32:05 -0000 On 12/13/05, Oliver Fromme wrote: > Sorry for the late reply ... > > Torfinn Ingolfsen wrote: > > Highpoint RocketRAID 1640 (4 ports) > > Promise FastTrak S150 SX4 (4 ports) > > Promise FastTrak S150 SX4-M (4 ports) > > Highpoint RocketRAID 1810A (4 ports) > > Highpoint RocketRAID 1820A (8 ports) > > Intel RAID Controller SRCS16 (6 ports) > > [...] > > 1) can I install several 4-port RAID controllers in one machine? > > Yes. > There's no reason why you shouldn't be able to do that. Hmm... I have to ask if you (or anyone else) has actually done this.=20 I attempted to run two Highpoint cards in the same machine about a year ago, and the Highpoint driver became extremely confused. They were nowhere near the same card (one was IDE, the other was a 1640), but the driver seemed to be having difficulty seperating the drives. Only one of the setup screens would appear on boot. I tried different combinations of PCI slot locations and specific instructions to the driver to no avail. I ended up using g/vinum for the IDE drives. I don't exactly remember the other card's model, but the 454 looks likely. --Joe