diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man9/devstat.9 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man9/devstat.9 b/share/man/man9/devstat.9 index a049742..041f10a 100644 --- a/share/man/man9/devstat.9 +++ b/share/man/man9/devstat.9 @@ -305,13 +305,10 @@ typedef enum { DEVSTAT_PRIORITY_PASS = 0x030, DEVSTAT_PRIORITY_FD = 0x040, DEVSTAT_PRIORITY_WFD = 0x050, - DEVSTAT_PRIORITY_SA = 0x060, - DEVSTAT_PRIORITY_OCD = 0x070, - DEVSTAT_PRIORITY_WCD = 0x080, + DEVSTAT_PRIORITY_TAPE = 0x060, DEVSTAT_PRIORITY_CD = 0x090, - DEVSTAT_PRIORITY_WD = 0x100, - DEVSTAT_PRIORITY_DA = 0x110, - DEVSTAT_PRIORITY_CCD = 0x120, + DEVSTAT_PRIORITY_DISK = 0x110, + DEVSTAT_PRIORITY_ARRAY = 0x120, DEVSTAT_PRIORITY_MAX = 0xfff } devstat_priority; .Ed |