Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 2009 11:36:01 GMT
From:      Alexander Motin <mav@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 168766 for review
Message-ID:  <200909221136.n8MBa16Y029753@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=168766

Change 168766 by mav@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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909221136.n8MBa16Y029753>