summaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>1999-07-05 09:43:29 +0000
committerMike Smith <msmith@FreeBSD.org>1999-07-05 09:43:29 +0000
commitd84c9e2a6597177f8d9922511c7935a16af09387 (patch)
tree6868e897010f63755f98af4fcdb6e39e9b59f930 /lib/libdisk/create_chunk.c
parent6af3ef182b2f036a2dc9d4c4d9b6fcc4ba6a2aeb (diff)
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 6824c889f12c..ab660d91116a 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: create_chunk.c,v 1.35 1999/05/04 22:44:47 msmith Exp $
+ * $Id: create_chunk.c,v 1.36 1999/05/12 23:50:50 msmith Exp $
*
*/
@@ -267,7 +267,9 @@ MakeDev(struct chunk *c1, const char *path)
else if (!strncmp(p, "wfd", 3))
bmaj = 1, cmaj = 87, p += 3;
else if (!strncmp(p, "fla", 3))
- bmaj = 28, cmaj = 101, p += 3;
+ bmaj = 28, cmaj = 102, p += 3;
+ else if (!strncmp(p, "ida", 3))
+ bmaj = 29, cmaj = 109, p += 3;
else if (!strncmp(p, "da", 2)) /* CAM support */
bmaj = 4, cmaj = 13, p += 2;
else {