From b642e2a419fc0f742ab3552047d94b092e7838cb Mon Sep 17 00:00:00 2001 From: msmith Date: Thu, 25 May 2000 02:28:50 +0000 Subject: Teach sysinstall about 'twe' disks. Note that this is currently untested, and with the current state of flux surrounding the death of bdevs other things here may need to change. --- release/sysinstall/devices.c | 1 + 1 file changed, 1 insertion(+) (limited to 'release/sysinstall/devices.c') diff --git a/release/sysinstall/devices.c b/release/sysinstall/devices.c index f51d555..a90cb60 100644 --- a/release/sysinstall/devices.c +++ b/release/sysinstall/devices.c @@ -85,6 +85,7 @@ static struct _devname { { DEVICE_TYPE_DISK, "ramrd%d", "AMI MegaRAID drive", 133, 65538, 8, 4, 'c' }, { DEVICE_TYPE_DISK, "idad%d", "Compaq RAID array", 29, 65538, 8, 4, 'b' }, { DEVICE_TYPE_DISK, "ridad%d", "Compaq RAID array", 109, 65538, 8, 4, 'c' }, + { DEVICE_TYPE_DISK, "twed%d", "3ware ATA RAID array", 147, 65538, 8, 4, 'c' }, { DEVICE_TYPE_FLOPPY, "fd%d", "floppy drive unit A", 2, 0, 64, 4, 'b' }, { DEVICE_TYPE_FLOPPY, "worm%d", "SCSI optical disk / CDR", 23, 0, 1, 4, 'b' }, { DEVICE_TYPE_NETWORK, "aue", "ADMtek USB ethernet adapter" }, -- cgit v1.1