svn commit: r194902 - head/sys/sys
Alexander Motin
mav at FreeBSD.org
Wed Jun 24 20:52:38 UTC 2009
Author: mav
Date: Wed Jun 24 20:52:37 2009
New Revision: 194902
URL: http://svn.freebsd.org/changeset/base/194902
Log:
MFp4:
Define several ATA capabilies bits.
Modified:
head/sys/sys/ata.h
Modified: head/sys/sys/ata.h
==============================================================================
--- head/sys/sys/ata.h Wed Jun 24 20:49:02 2009 (r194901)
+++ head/sys/sys/ata.h Wed Jun 24 20:52:37 2009 (r194902)
@@ -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;
More information about the svn-src-head
mailing list