summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>2000-09-13 05:04:48 +0000
committermsmith <msmith@FreeBSD.org>2000-09-13 05:04:48 +0000
commit9f7644188118ade22c8f56c99085abf294b856e9 (patch)
tree6b6c1963422a6a40ba3030b42139b4087fd3f9dd /lib/libdisk/disk.c
parentb529d77307e12459f5f78e1df1648d32c9d73854 (diff)
downloadFreeBSD-src-9f7644188118ade22c8f56c99085abf294b856e9.zip
FreeBSD-src-9f7644188118ade22c8f56c99085abf294b856e9.tar.gz
Teach libdisk about 'aac'
Diffstat (limited to 'lib/libdisk/disk.c')
-rw-r--r--lib/libdisk/disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libdisk/disk.c b/lib/libdisk/disk.c
index 83617ad..0d77f38 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -463,9 +463,9 @@ Collapse_Disk(struct disk *d)
#endif
#ifdef PC98
-static char * device_list[] = {"wd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
+static char * device_list[] = {"wd", "aacd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
#else
-static char * device_list[] = {"ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
+static char * device_list[] = {"aacd", "ad", "da", "afd", "fla", "idad", "mlxd", "amrd", "twed", "fd", 0};
#endif
char **
OpenPOWER on IntegriCloud