Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 29473
b: refs/heads/master
c: 7395acb
h: refs/heads/master
i:
  29471: f964888
v: v3
  • Loading branch information
Tejun Heo committed May 31, 2006
1 parent f0218ee commit 090c7be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 20952b699035448d2277c64efc5910a31be66ed1
refs/heads/master: 7395acb2c840fd4d0cacc91d6fb71440057141ab
12 changes: 6 additions & 6 deletions trunk/include/linux/libata.h
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ enum {
ATA_FLAG_NO_ATAPI = (1 << 6), /* No ATAPI support */
ATA_FLAG_PIO_DMA = (1 << 7), /* PIO cmds via DMA */
ATA_FLAG_PIO_LBA48 = (1 << 8), /* Host DMA engine is LBA28 only */
ATA_FLAG_PIO_POLLING = (1 << 10), /* use polling PIO if LLD
* doesn't handle PIO interrupts */
ATA_FLAG_NCQ = (1 << 11), /* host supports NCQ */
ATA_FLAG_PIO_POLLING = (1 << 9), /* use polling PIO if LLD
* doesn't handle PIO interrupts */
ATA_FLAG_NCQ = (1 << 10), /* host supports NCQ */

ATA_FLAG_DEBUGMSG = (1 << 14),
ATA_FLAG_FLUSH_PORT_TASK = (1 << 15), /* flush port task */
ATA_FLAG_DEBUGMSG = (1 << 13),
ATA_FLAG_FLUSH_PORT_TASK = (1 << 14), /* flush port task */

ATA_FLAG_EH_PENDING = (1 << 16), /* EH pending */
ATA_FLAG_EH_PENDING = (1 << 15), /* EH pending */
ATA_FLAG_FROZEN = (1 << 17), /* port is frozen */
ATA_FLAG_RECOVERED = (1 << 18), /* recovery action performed */

Expand Down

0 comments on commit 090c7be

Please sign in to comment.