svn commit: r286837 - head/sys/sys

Peter Grehan grehan at FreeBSD.org
Mon Aug 17 05:56:42 UTC 2015


Author: grehan
Date: Mon Aug 17 05:56:41 2015
New Revision: 286837
URL: https://svnweb.freebsd.org/changeset/base/286837

Log:
  Add define for SATA Check-Power-Mode command, 0xe5.

Modified:
  head/sys/sys/ata.h

Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h	Mon Aug 17 05:53:37 2015	(r286836)
+++ head/sys/sys/ata.h	Mon Aug 17 05:56:41 2015	(r286837)
@@ -399,6 +399,7 @@ struct ata_params {
 #define ATA_IDLE_CMD                    0xe3    /* idle */
 #define ATA_READ_BUFFER                 0xe4    /* read buffer */
 #define ATA_READ_PM                     0xe4    /* read portmultiplier */
+#define ATA_CHECK_POWER_MODE            0xe5    /* device power mode */
 #define ATA_SLEEP                       0xe6    /* sleep */
 #define ATA_FLUSHCACHE                  0xe7    /* flush cache to disk */
 #define ATA_WRITE_PM                    0xe8    /* write portmultiplier */


More information about the svn-src-head mailing list