commit | 979db803b8fd120d4ed5216520e9d1815e18bc38 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:52 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:52 2006 +0900 |
tree | e334de1ca174f6d211a26d396955d8e2e6ad4d12 | |
parent | dd410ff12925fc49df3174b18e43598b2b2b621f [diff] [blame] |
[PATCH] ahci: add HOST_CAP_NCQ constant Add HOST_CAP_NCQ. Signed-off-by: Tejun Heo <htejun@gmail.com>
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index b25373f..740e7d8 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c
@@ -93,6 +93,7 @@ /* 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 */