summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-05-25 02:28:50 +0000
committermsmith <msmith@FreeBSD.org>2000-05-25 02:28:50 +0000
commitb642e2a419fc0f742ab3552047d94b092e7838cb (patch)
treed882521bbaf1f20ef6bd5f0c9af784a306d03953 /usr.sbin/sade
parentc7424ba4ea1cc29b26397bc475bd5932e7a9c7c0 (diff)
downloadFreeBSD-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.c1
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" },
OpenPOWER on IntegriCloud