Add DTYPE_LSU.

This commit is contained in:
ad 2000-10-19 14:27:20 +00:00
parent 76e8f8edfe
commit dc579413e1

View File

@ -192,6 +192,7 @@ struct disklabel {
#define DTYPE_VND 12 /* vnode pseudo-disk */
#define DTYPE_ATAPI 13 /* ATAPI */
#define DTYPE_RAID 14 /* RAIDframe */
#define DTYPE_LSU 15 /* logical storage unit */
#ifdef DKTYPENAMES
static const char *const dktypenames[] = {
@ -210,6 +211,7 @@ static const char *const dktypenames[] = {
"vnd",
"ATAPI",
"RAID",
"lsu",
NULL
};
#define DKMAXTYPES (sizeof(dktypenames) / sizeof(dktypenames[0]) - 1)