Skip to content

Commit

Permalink
[PATCH] ahci: add HOST_CAP_NCQ constant
Browse files Browse the repository at this point in the history
Add HOST_CAP_NCQ.

Signed-off-by: Tejun Heo <htejun@gmail.com>
  • Loading branch information
Tejun Heo committed May 15, 2006
1 parent dd410ff commit 979db80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/scsi/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ enum {

/* HOST_CAP bits */
HOST_CAP_CLO = (1 << 24), /* Command List Override support */
HOST_CAP_NCQ = (1 << 30), /* Native Command Queueing */
HOST_CAP_64 = (1 << 31), /* PCI DAC (64-bit DMA) support */

/* registers for each SATA port */
Expand Down

0 comments on commit 979db80

Please sign in to comment.