aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/ata.h
diff options
context:
space:
mode:
authorPeter Grehan <grehan@FreeBSD.org>2015-08-17 05:56:41 +0000
committerPeter Grehan <grehan@FreeBSD.org>2015-08-17 05:56:41 +0000
commit949856d8d72f62911f6d389afcb5d4295d22ba66 (patch)
tree522eef3ca8ba3e4a4fa0ac481559e76b015e86f6 /sys/sys/ata.h
parente370f90a60082617c5814a8c69f4c6555366ff03 (diff)
downloadsrc-949856d8d72f62911f6d389afcb5d4295d22ba66.tar.gz
src-949856d8d72f62911f6d389afcb5d4295d22ba66.zip
Add define for SATA Check-Power-Mode command, 0xe5.
Notes
Notes: svn path=/head/; revision=286837
Diffstat (limited to 'sys/sys/ata.h')
-rw-r--r--sys/sys/ata.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/ata.h b/sys/sys/ata.h
index 863f0e8d61ab..272b46a553d5 100644
--- a/sys/sys/ata.h
+++ b/sys/sys/ata.h
@@ -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 */