From owner-freebsd-stable Thu Aug 3 11:59:52 2000 Delivered-To: freebsd-stable@freebsd.org Received: from web1304.mail.yahoo.com (web1304.mail.yahoo.com [128.11.23.154]) by hub.freebsd.org (Postfix) with SMTP id 612DD37B528 for ; Thu, 3 Aug 2000 11:59:46 -0700 (PDT) (envelope-from barak_enat@yahoo.com) Received: (qmail 19055 invoked by uid 60001); 3 Aug 2000 18:59:46 -0000 Message-ID: <20000803185946.19054.qmail@web1304.mail.yahoo.com> Received: from [209.88.175.222] by web1304.mail.yahoo.com; Thu, 03 Aug 2000 11:59:46 PDT Date: Thu, 3 Aug 2000 11:59:46 -0700 (PDT) From: Barak Enat Subject: sysinstall and compaq smart raid disks (idad) To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG hi, don't know if this is helpfull, but i had to add the following two lines to /usr/src/release/sysinstall/devices.c and recompile sysinstall, so it will recognize the idad disks for fdisk/disklabel operations. { DEVICE_TYPE_DISK, "idad%d", "Compaq SMART RAID adapter", 29, 65538, 8, 16, 'b' }, { DEVICE_TYPE_DISK, "ridad%d", "Compaq SMART RAID adapter", 109, 65538, 8, 16, 'c' }, seems odd, as at some point i think i read that 4.1 installation supports the smart raid devices out of the box (i.e. both in kernel and sysinstall)... barak __________________________________________________ Do You Yahoo!? Kick off your party with Yahoo! Invites. http://invites.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message