diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2000-05-25 08:24:38 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2000-05-25 08:24:38 +0000 |
| commit | 7009672a8a528ba26d5bf70bcb353676c400d56e (patch) | |
| tree | 40aa37b7729a2345702e7506a22291ba2c7cd1c0 /lib/libdisk/create_chunk.c | |
| parent | e3d6d28bd15cb9a325dd4078c1ababb6fd78d22f (diff) | |
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
| -rw-r--r-- | lib/libdisk/create_chunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c index 526cba5c1d89..929266477fe1 100644 --- a/lib/libdisk/create_chunk.c +++ b/lib/libdisk/create_chunk.c @@ -296,7 +296,7 @@ MakeDev(struct chunk *c1, const char *path) else if (!strncmp(p, "amrd", 4)) cmaj = 133, p += 4; else if (!strncmp(p, "twed", 4)) - cmaj = 1i47, p += 4; + cmaj = 147, p += 4; else if (!strncmp(p, "da", 2)) /* CAM support */ cmaj = 13, p += 2; else { |
