diff options
author | msmith <msmith@FreeBSD.org> | 2000-05-25 02:28:50 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 2000-05-25 02:28:50 +0000 |
commit | b642e2a419fc0f742ab3552047d94b092e7838cb (patch) | |
tree | d882521bbaf1f20ef6bd5f0c9af784a306d03953 /usr.sbin/sade | |
parent | c7424ba4ea1cc29b26397bc475bd5932e7a9c7c0 (diff) | |
download | FreeBSD-src-b642e2a419fc0f742ab3552047d94b092e7838cb.zip FreeBSD-src-b642e2a419fc0f742ab3552047d94b092e7838cb.tar.gz |
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.
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 f51d555..a90cb60 100644 --- a/usr.sbin/sade/devices.c +++ b/usr.sbin/sade/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" }, |