diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-03-02 06:57:30 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-03-02 06:57:30 +0000 |
| commit | a11c3a2c7366c29a42d25df342157a54d368a814 (patch) | |
| tree | d02ee72351ab247f0fec7230cac66ba4ca766839 /sys/dev | |
| parent | 75fff3fead6a9f9dcf800f5708e70c2e84126e67 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -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, |
