summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/disk.c
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1999-05-04 22:44:48 +0000
committermsmith <msmith@FreeBSD.org>1999-05-04 22:44:48 +0000
commitbccd81a06af6c49838347034132878a246b31f80 (patch)
tree4ecc83572ad75a21940d9f52b9be435652372083 /lib/libdisk/disk.c
parent71a93464d5d445ed2e88880ed517e3914244b32d (diff)
downloadFreeBSD-src-bccd81a06af6c49838347034132878a246b31f80.zip
FreeBSD-src-bccd81a06af6c49838347034132878a246b31f80.tar.gz
Clean up after another half-Danish.
Add 'ad' as another known disk driver of the same kind as 'wd'.
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 63d2ebb..c2a8ddc 100644
--- a/lib/libdisk/disk.c
+++ b/lib/libdisk/disk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: disk.c,v 1.40 1999/01/29 11:39:24 jkh Exp $
+ * $Id: disk.c,v 1.41 1999/04/25 22:29:26 imp Exp $
*
*/
@@ -375,7 +375,7 @@ Collapse_Disk(struct disk *d)
}
#endif
-static char * device_list[] = {"wd", "sd", "da", "wfd", "fla", 0};
+static char * device_list[] = {"wd", "ad", "sd", "da", "wfd", "fla", 0};
char **
Disk_Names()
OpenPOWER on IntegriCloud