mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 23:29:46 +00:00
[PATCH] ahci: add HOST_CAP_NCQ constant
Add HOST_CAP_NCQ. Signed-off-by: Tejun Heo <htejun@gmail.com>
This commit is contained in:
parent
dd410ff129
commit
979db803b8
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user