diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-09-13 05:04:48 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-09-13 05:04:48 +0000 |
| commit | 53ea88cdd17ce2364c71f636293eef482f3a3d76 (patch) | |
| tree | 37c5ef32c1cc4088bb7d3d4c6672216ba880f49e /lib/libdisk/create_chunk.c | |
| parent | 170871defe393806f55d68176fcfeec7612ead5c (diff) | |
Notes
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 4614d9aa7a96d..4ecb56c0a2433 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 { |
