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 | |
parent | d1397f837647d8b6b3c9253a7e713d203f3cbb26 (diff) | |
parent | e508a391a0705f770ef1c4f1c304678b0e8e4fe8 (diff) |
Merge branch 'upstream'
Diffstat (limited to 'include')
-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 b77f156e5768..596858e37cc1 100644 --- a/include/linux/libata.h +++ b/include/linux/libata.h | |||
@@ -123,6 +123,7 @@ enum { | |||
123 | ATA_FLAG_PIO_POLLING = (1 << 9), /* use polling PIO if LLD | 123 | ATA_FLAG_PIO_POLLING = (1 << 9), /* use polling PIO if LLD |
124 | * doesn't handle PIO interrupts */ | 124 | * doesn't handle PIO interrupts */ |
125 | ATA_FLAG_DEBUGMSG = (1 << 10), | 125 | ATA_FLAG_DEBUGMSG = (1 << 10), |
126 | ATA_FLAG_NO_ATAPI = (1 << 11), /* No ATAPI support */ | ||
126 | 127 | ||
127 | ATA_QCFLAG_ACTIVE = (1 << 1), /* cmd not yet ack'd to scsi lyer */ | 128 | ATA_QCFLAG_ACTIVE = (1 << 1), /* cmd not yet ack'd to scsi lyer */ |
128 | ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ | 129 | ATA_QCFLAG_SG = (1 << 3), /* have s/g table? */ |