diff options
author | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 02:32:01 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-12-13 02:32:01 -0500 |
commit | e8b09428482deff1a9d7a36d371acee364182ec3 (patch) | |
tree | d6494c2681ac7f0ca0b267a8ac80f2d23102758c /include/linux/libata.h | |
parent | d1397f837647d8b6b3c9253a7e713d203f3cbb26 (diff) | |
parent | e508a391a0705f770ef1c4f1c304678b0e8e4fe8 (diff) |
Merge branch 'upstream'
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 b77f156e576..596858e37cc 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h @@ -123,6 +123,7 @@ enum { ATA_FLAG_PIO_POLLING = (1 << 9), /* use polling PIO if LLD * doesn't handle PIO interrupts */ 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? */ |