diff options
| -rw-r--r-- | sys/dev/vinum/vinumstate.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/vinum/vinumstate.h b/sys/dev/vinum/vinumstate.h index c9a53b7fcab9..d456681b7b90 100644 --- a/sys/dev/vinum/vinumstate.h +++ b/sys/dev/vinum/vinumstate.h @@ -47,7 +47,7 @@ enum volumestate { /* present but unused. Must be 0 */ volume_uninit, - /* mentioned elsewhere but not defined */ + /* mentioned elsewhere but not known to the configuration */ volume_down, @@ -228,7 +228,7 @@ enum drivestate { drive_unallocated, /* present but unused. Must be 0 */ - drive_uninit, + drive_referenced, /* just mentioned in some other config entry */ drive_down, |
