Date: Thu, 3 Aug 2000 11:59:46 -0700 (PDT) From: Barak Enat <barak_enat@yahoo.com> To: freebsd-stable@freebsd.org Subject: sysinstall and compaq smart raid disks (idad) Message-ID: <20000803185946.19054.qmail@web1304.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000803185946.19054.qmail>
