diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:30:24 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-01-21 00:30:24 +0000 |
| commit | efd86c9a8c175e47dd7444cf8efc9e769200e606 (patch) | |
| tree | b6344c7005531727386a42d0623617dcaa6632cb /sys/dev | |
| parent | 7230cf7d2afcf387a2b2be57253b216b71d565f5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/vinum/statetexts.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/vinum/statetexts.h b/sys/dev/vinum/statetexts.h index 8205e9629433d..1388400b46eea 100644 --- a/sys/dev/vinum/statetexts.h +++ b/sys/dev/vinum/statetexts.h @@ -33,9 +33,9 @@ * otherwise) arising in any way out of the use of this software, even if * advised of the possibility of such damage. * - * $Id: statetexts.h,v 1.1.1.1 1998/09/16 05:56:21 grog Exp $ */ -/* Created by ./makestatetext on Tue 4 Aug 15:53:16 CST 1998. Do not edit */ + +/* Created by ./makestatetext on Wed Jan 20 16:30:10 CST 1999. Do not edit */ /* Drive state texts */ char *drivestatetext[] = @@ -43,7 +43,6 @@ char *drivestatetext[] = "unallocated", "uninit", "down", - "coming_up", "up", }; @@ -53,12 +52,13 @@ char *sdstatetext[] = "unallocated", "uninit", "init", - "initializing", "empty", + "initializing", "obsolete", "stale", "crashed", "down", + "reviving", "reborn", "up", }; @@ -70,7 +70,6 @@ char *plexstatetext[] = "init", "faulty", "down", - "reviving", "initializing", "corrupt", "degraded", |
