summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-11-02 03:40:14 +0000
committermsmith <msmith@FreeBSD.org>1999-11-02 03:40:14 +0000
commit97478142867cf2ea0c7b03548a995039518eda6a (patch)
tree8c0aeb36be2d67773bffa5444e863f3ce0c4aeea /lib/libdisk/disk.c
parentbc581235b4054ac6456e3ef91e57fa92f4de5647 (diff)
downloadFreeBSD-src-97478142867cf2ea0c7b03548a995039518eda6a.zip
FreeBSD-src-97478142867cf2ea0c7b03548a995039518eda6a.tar.gz
Teach libdisk about the AMI and Mylex RAID drivers. You should be able
to install directly to arrays managed by these controllers now.
Diffstat (limited to 'lib/libdisk/disk.c')
-rw-r--r--lib/libdisk/disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index e2b46f5..cd25b37 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -375,7 +375,7 @@ Collapse_Disk(struct disk *d)
}
#endif
-static char * device_list[] = {"wd", "ad", "sd", "da", "wfd", "fla", "ida", 0};
+static char * device_list[] = {"wd", "ad", "sd", "da", "wfd", "fla", "ida", "mlxd", "amrd", 0};
char **
Disk_Names()
OpenPOWER on IntegriCloud