summaryrefslogtreecommitdiffstats
path: root/lib/libdisk/create_chunk.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/create_chunk.c
parentb529d77307e12459f5f78e1df1648d32c9d73854 (diff)
downloadFreeBSD-src-9f7644188118ade22c8f56c99085abf294b856e9.zip
FreeBSD-src-9f7644188118ade22c8f56c99085abf294b856e9.tar.gz
Teach libdisk about 'aac'
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 4614d9a..4ecb56c 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -300,6 +300,8 @@ MakeDev(struct chunk *c1, const char *path)
cmaj = 133, p += 4;
else if (!strncmp(p, "twed", 4))
cmaj = 147, p += 4;
+ else if (!strncmp(p, "aacd", 4))
+ cmaj = 151, p += 4;
else if (!strncmp(p, "da", 2)) /* CAM support */
cmaj = 13, p += 2;
else {
OpenPOWER on IntegriCloud