aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/devices.c
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-05-11 07:18:26 +0000
committerScott Long <scottl@FreeBSD.org>2003-05-11 07:18:26 +0000
commite34c1b685e567d2e7a2174f810bc7a9a99c87d98 (patch)
tree17ad5591ec85535f28c5a003e54d9819d189e881 /usr.sbin/sysinstall/devices.c
parentb8e41b4b89f2695bd55a16689f7843ca8ec130cc (diff)
downloadsrc-e34c1b685e567d2e7a2174f810bc7a9a99c87d98.tar.gz
src-e34c1b685e567d2e7a2174f810bc7a9a99c87d98.zip
Teach sysinstall about the ServeRAID disk device.
Notes
Notes: svn path=/head/; revision=114907
Diffstat (limited to 'usr.sbin/sysinstall/devices.c')
-rw-r--r--usr.sbin/sysinstall/devices.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/sysinstall/devices.c b/usr.sbin/sysinstall/devices.c
index 6b00ced9bde7..83b52f785647 100644
--- a/usr.sbin/sysinstall/devices.c
+++ b/usr.sbin/sysinstall/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" },