diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 02:30:04 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 02:30:04 -0500 |
commit | e508a391a0705f770ef1c4f1c304678b0e8e4fe8 (patch) | |
tree | 5ba0357fb21e08e52b8e904e88ef692dc78855fb /include/linux/libata.h | |
parent | d00d598ffbba974d9045ba8b95296655fe2162c5 (diff) | |
parent | 50630195bbdfe1ca775d94cd68a5f18bc1b717e4 (diff) | |
download | op-kernel-dev-e508a391a0705f770ef1c4f1c304678b0e8e4fe8.zip op-kernel-dev-e508a391a0705f770ef1c4f1c304678b0e8e4fe8.tar.gz |
Merge branch 'upstream-fixes'
Diffstat (limited to 'include/linux/libata.h')
-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 46337e7..e828e17 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? */ |