From d8ecf9f7b2fdb9096f11169506a48b7dcd814d0b Mon Sep 17 00:00:00 2001 From: scottl Date: Sun, 11 May 2003 07:18:26 +0000 Subject: Teach sysinstall about the ServeRAID disk device. --- usr.sbin/sade/devices.c | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.sbin/sade') 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" }, -- cgit v1.1