projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd410ff
)
[PATCH] ahci: add HOST_CAP_NCQ constant
author
Tejun Heo
<htejun@gmail.com>
Mon, 15 May 2006 12:03:52 +0000
(21:03 +0900)
committer
Tejun Heo
<htejun@gmail.com>
Mon, 15 May 2006 12:03:52 +0000
(21:03 +0900)
Add HOST_CAP_NCQ.
Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/ahci.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/ahci.c
b/drivers/scsi/ahci.c
index b25373f530acd41b40029e7f3167a533518e7f87..740e7d86d5f8e0da33a3270e055eb1da4d6f3fd7 100644
(file)
--- 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 */