diff options
author | scottl <scottl@FreeBSD.org> | 2003-05-11 07:18:26 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2003-05-11 07:18:26 +0000 |
commit | d8ecf9f7b2fdb9096f11169506a48b7dcd814d0b (patch) | |
tree | 17ad5591ec85535f28c5a003e54d9819d189e881 /usr.sbin/sade | |
parent | 08395f99eb754f65a24d0e691a0da48b1b47085a (diff) | |
download | FreeBSD-src-d8ecf9f7b2fdb9096f11169506a48b7dcd814d0b.zip FreeBSD-src-d8ecf9f7b2fdb9096f11169506a48b7dcd814d0b.tar.gz |
Teach sysinstall about the ServeRAID disk device.
Diffstat (limited to 'usr.sbin/sade')
-rw-r--r-- | usr.sbin/sade/devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sade/devices.c b/usr.sbin/sade/devices.c index 6b00ced..83b52f7 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/devices.c @@ -80,6 +80,7 @@ static struct _devname { { DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 109, 65538, 8, 4 }, { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4 }, { DEVICE_TYPE_DISK, "aacd%d", "Adaptec FSA RAID array", 151, 65538, 8, 4 }, + { DEVICE_TYPE_DISK, "ipsd%d", "IBM ServeRAID RAID array", 176, 65538, 8, 4 }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 9, 0, 64, 4 }, { DEVICE_TYPE_NETWORK, "an", "Aironet 4500/4800 802.11 wireless adapter" }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, |