aboutsummaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>2000-11-06 23:15:01 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>2000-11-06 23:15:01 +0000
commit5e25dc0f5c4eb33830bacee798a3f237c8decbaf (patch)
tree51bdabe12fac4a8d974f446dbe297c8bc9cf7c6d /lib/libdisk/create_chunk.c
parentaef8008768972033196981acce57c525996d8df4 (diff)
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 4ecb56c0a2433..0a9984df91998 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -302,6 +302,8 @@ MakeDev(struct chunk *c1, const char *path)
cmaj = 147, p += 4;
else if (!strncmp(p, "aacd", 4))
cmaj = 151, p += 4;
+ else if (!strncmp(p, "ar", 2)) /* ATA RAID */
+ cmaj = 157, p += 2;
else if (!strncmp(p, "da", 2)) /* CAM support */
cmaj = 13, p += 2;
else {