diff options
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 2241811..526cba5 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -295,6 +295,8 @@ MakeDev(struct chunk *c1, const char *path) cmaj = 131, p += 4; else if (!strncmp(p, "amrd", 4)) cmaj = 133, p += 4; + else if (!strncmp(p, "twed", 4)) + cmaj = 1i47, p += 4; else if (!strncmp(p, "da", 2)) /* CAM support */ cmaj = 13, p += 2; else { |