summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2009-06-24 20:52:37 +0000
committermav <mav@FreeBSD.org>2009-06-24 20:52:37 +0000
commite36024779ccf046d4aaff731a4e1e8488627ba64 (patch)
treeca98017131839800d9616d5d8d56b6e5bebcba7f
parent9312075e01264a8432a5dee075a579325bc8bfe1 (diff)
downloadFreeBSD-src-e36024779ccf046d4aaff731a4e1e8488627ba64.zip
FreeBSD-src-e36024779ccf046d4aaff731a4e1e8488627ba64.tar.gz
MFp4:
Define several ATA capabilies bits.
-rw-r--r--sys/sys/ata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/ata.h b/sys/sys/ata.h
index a42932c..f98d488 100644
--- a/sys/sys/ata.h
+++ b/sys/sys/ata.h
@@ -113,6 +113,9 @@ struct ata_params {
#define ATA_SATA_GEN2 0x0004
#define ATA_SUPPORT_NCQ 0x0100
#define ATA_SUPPORT_IFPWRMNGTRCV 0x0200
+#define ATA_SUPPORT_PHYEVENTCNT 0x0400
+#define ATA_SUPPORT_NCQ_UNLOAD 0x0800
+#define ATA_SUPPORT_NCQ_PRIO 0x1000
u_int16_t reserved77;
u_int16_t satasupport;
OpenPOWER on IntegriCloud