Add HOST_CAP_NCQ. --- drivers/scsi/ahci.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) e0ec8cbb8c52825db6eb4c838bfc3a69f4f3c8a4 diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 1177ae5..beb269a 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c @@ -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 */ -- 1.2.4 - : send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html