summaryrefslogtreecommitdiff
path: root/lib/libdisk/create_chunk.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1996-12-13 07:55:14 +0000
commit0b3870cb6040f4270dc19e99b6eebdbc63365cf5 (patch)
treeace002c6ad7b48125631f2f32c226c07895e7daa /lib/libdisk/create_chunk.c
parent78b44da72fe3b33ae100918665ffaa0953e931ab (diff)
Notes
Diffstat (limited to 'lib/libdisk/create_chunk.c')
-rw-r--r--lib/libdisk/create_chunk.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libdisk/create_chunk.c b/lib/libdisk/create_chunk.c
index 32d8012c4a69..3c1eff7139ce 100644
--- a/lib/libdisk/create_chunk.c
+++ b/lib/libdisk/create_chunk.c
@@ -6,7 +6,7 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: create_chunk.c,v 1.23 1996/03/24 18:55:37 joerg Exp $
+ * $Id: create_chunk.c,v 1.24 1996/04/29 05:03:01 jkh Exp $
*
*/
@@ -257,6 +257,8 @@ MakeDev(struct chunk *c1, const char *path)
bmaj = 0, cmaj = 3;
else if (!strncmp(p, "sd", 2))
bmaj = 4, cmaj = 13;
+ else if (!strncmp(p, "od", 2))
+ bmaj = 20, cmaj = 70;
else {
return 0;
}