PERFORCE change 168766 for review

Alexander Motin mav at FreeBSD.org
Tue Sep 22 11:36:02 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=168766

Change 168766 by mav at mav_mavbook on 2009/09/22 11:35:26

	Add IORDY capability constant.

Affected files ...

.. //depot/projects/scottl-camlock/src/sys/sys/ata.h#11 edit

Differences ...

==== //depot/projects/scottl-camlock/src/sys/sys/ata.h#11 (text+ko) ====

@@ -67,6 +67,8 @@
 /*049*/ u_int16_t       capabilities1;
 #define ATA_SUPPORT_DMA                 0x0100
 #define ATA_SUPPORT_LBA                 0x0200
+#define ATA_SUPPORT_IORDY               0x0400
+#define ATA_SUPPORT_IORDYDIS            0x0800
 #define ATA_SUPPORT_OVERLAP             0x4000
 
 /*050*/ u_int16_t       capabilities2;


More information about the p4-projects mailing list