diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2012-10-26 20:03:08 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2012-10-26 20:03:08 +0000 |
| commit | 23d9e39c1a3607fa92ea6da3e998ee0161771a62 (patch) | |
| tree | 60b6260eac3a5401d19d36d10bfe65999c97ddc5 /sys/dev/ata/ata-all.h | |
| parent | fdf3d9543a91d5bfbf2415d87f9f7817b9e95ee1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/ata-all.h')
| -rw-r--r-- | sys/dev/ata/ata-all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ata/ata-all.h b/sys/dev/ata/ata-all.h index 7154d56055f0..3a6710ccaa7d 100644 --- a/sys/dev/ata/ata-all.h +++ b/sys/dev/ata/ata-all.h @@ -397,6 +397,7 @@ struct ata_request { #define ATA_R_REQUEUE 0x00000400 #define ATA_R_THREAD 0x00000800 #define ATA_R_DIRECT 0x00001000 +#define ATA_R_NEEDRESULT 0x00002000 #define ATA_R_ATAPI16 0x00010000 #define ATA_R_ATAPI_INTR 0x00020000 |
