From fe2c874b37c495ac8b2df274a7ea54a5d2c10c2b Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 28 Mar 1999 08:52:11 +0000 Subject: Add 'referenced' states to subdisks and plexes. --- sys/dev/vinum/statetexts.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/dev/vinum/statetexts.h') diff --git a/sys/dev/vinum/statetexts.h b/sys/dev/vinum/statetexts.h index 0b13279..c932c93 100644 --- a/sys/dev/vinum/statetexts.h +++ b/sys/dev/vinum/statetexts.h @@ -35,7 +35,7 @@ * */ -/* Created by ./makestatetext on Sun Feb 28 15:28:55 CST 1999. Do not edit */ +/* Created by ./makestatetext on Thu Mar 25 12:50:46 CST 1999. Do not edit */ /* Drive state texts */ char *drivestatetext[] = @@ -51,6 +51,7 @@ char *sdstatetext[] = { "unallocated", "uninit", + "referenced", "init", "empty", "initializing", @@ -67,6 +68,7 @@ char *sdstatetext[] = char *plexstatetext[] = { "unallocated", + "referenced", "init", "faulty", "down", -- cgit v1.1