socsvn commit: r225240 - soc2011/oleksandr/oleksandr-head/head/share/man/man9

oleksandr at FreeBSD.org oleksandr at FreeBSD.org
Thu Aug 18 17:50:57 UTC 2011


Author: oleksandr
Date: Thu Aug 18 17:50:55 2011
New Revision: 225240
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=225240

Log:
  Some change in man devstat(9)

Modified:
  soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9

Modified: soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9
==============================================================================
--- soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9	Thu Aug 18 16:57:51 2011	(r225239)
+++ soc2011/oleksandr/oleksandr-head/head/share/man/man9/devstat.9	Thu Aug 18 17:50:55 2011	(r225240)
@@ -391,16 +391,18 @@
 Statistics of disk errors determined by the following parameters:
 .Bd -literal -offset indent
 typedef enum {
-	DEVSTAT_ERROR_RETRIABLE     = 0x001,
-	DEVSTAT_ERROR_NON_RETRIABLE = 0x002,
-	DEVSTAT_ERROR_READ_ERROR    = 0x004,
-	DEVSTAT_ERROR_WRITE_ERROR   = 0x008,
-	DEVSTAT_ERROR_OTHER_ERROR   = 0x010,
-        DEVSTAT_ERROR_RECOVERABLE   = 0x020,
-        DEVSTAT_ERROR_NOT_READY     = 0x040,
-        DEVSTAT_ERROR_MEDIA_ERROR   = 0x080,
-        DEVSTAT_ERROR_HARDWARE      = 0x100,
-        DEVSTAT_ERROR_ILLEGAL_REQ   = 0x200
+	DEVSTAT_ERROR_RETRIABLE       = 0x001,
+	DEVSTAT_ERROR_NON_RETRIABLE   = 0x002,
+	DEVSTAT_ERROR_READ_ERROR      = 0x004,
+	DEVSTAT_ERROR_WRITE_ERROR     = 0x008,
+	DEVSTAT_ERROR_OTHER_ERROR     = 0x010,
+        DEVSTAT_ERROR_RECOVERABLE     = 0x020,
+        DEVSTAT_ERROR_NOT_READY       = 0x040,
+        DEVSTAT_ERROR_MEDIA_ERROR     = 0x080,
+        DEVSTAT_ERROR_HARDWARE        = 0x100,
+        DEVSTAT_ERROR_ILLEGAL_REQ     = 0x200,
+        DEVSTAT_ERROR_UNIT_ATTENTION  = 0x400,
+        DEVSTAT_ERROR_ABORTED_COMMAND = 0x800
 } devstat_error_flags;
 .Ed
 .Pp
@@ -419,6 +421,8 @@
         int       media_error;
         int       hardware;
         int       illegal_req;
+        int       unit_attention;
+        int       aborted_command;
 } devstat_device_error;
 .Ed
 .Pp


More information about the svn-soc-all mailing list