]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sata_nv: allow changing queue depth
authorRobert Hancock <hancockr@shaw.ca>
Fri, 29 Jun 2007 00:52:24 +0000 (18:52 -0600)
committerJeff Garzik <jeff@garzik.org>
Mon, 2 Jul 2007 14:14:02 +0000 (10:14 -0400)
commit1e0b5ab81e2abb8bbf7446f4a17f43a1e34944fe
tree217db9ae3e5ebe0364e1c59fdb43db7add8d275f
parent90c937853d792ea997d7fdec72dbbea4f92e12c4
sata_nv: allow changing queue depth

The sata_nv driver was missing the change_queue_depth hook in the SCSI host
template which the other NCQ-capable libata drivers had. This made it impossible
to change the queue depth by user request. Add this in.

Signed-off-by: Robert Hancock <hancockr@shaw.ca>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/sata_nv.c