提交 979db803 编写于 作者: T Tejun Heo

[PATCH] ahci: add HOST_CAP_NCQ constant

Add HOST_CAP_NCQ.
Signed-off-by: NTejun Heo <htejun@gmail.com>
上级 dd410ff1
......@@ -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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册