diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 22:22:41 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 22:22:41 -0500 |
| commit | e7fb585940a3dc87a42ebc30a62296e5cf6f9cd5 (patch) | |
| tree | 6b0290f0cb5f019b792df8580a73f0f852a4e856 /include/linux | |
| parent | 80c7af4074cbb4cb6be5d35c443ea6d5e8838a84 (diff) | |
| parent | c6329f4df2263ab5a40601a5236639e61b682f51 (diff) | |
Merge branch 'upstream'
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/libata.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/libata.h b/include/linux/libata.h index 46337e71613e..e828e172ccbf 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -122,6 +122,7 @@ enum { ATA_FLAG_NOINTR = (1 << 9), /* FIXME: Remove this once * proper HSM is in place. */ ATA_FLAG_DEBUGMSG = (1 << 10), + ATA_FLAG_NO_ATAPI = (1 << 11), /* No ATAPI support */ ATA_QCFLAG_ACTIVE = (1 << 1), /* cmd not yet ack'd to scsi lyer */ ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ |
