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:
f7fe7ad
)
libata: add ST3160023AS / 3.42 to NCQ blacklist
author
Tejun Heo
<
[email protected]
>
Sun, 9 Dec 2007 10:45:39 +0000
(19:45 +0900)
committer
Jeff Garzik
<
[email protected]
>
Tue, 18 Dec 2007 01:33:12 +0000
(20:33 -0500)
Like ST380817AS / 3.42, ST3160023AS / 3.42 times out commands if NCQ
is used. Blacklist it. This is reported by Matheus Izvekov in the
following thread.
http://thread.gmane.org/gmane.linux.ide/24202
Signed-off-by: Tejun Heo <
[email protected]
>
Cc: Matheus Izvekov <
[email protected]
>
Signed-off-by: Jeff Garzik <
[email protected]
>
drivers/ata/libata-core.c
patch
|
blob
|
history
diff --git
a/drivers/ata/libata-core.c
b/drivers/ata/libata-core.c
index b0d1dc3cdb2d8b111769fa1b63a4aa8527026762..99a18cea316ad44ff2bef16622ea9d21424dc427 100644
(file)
--- a/
drivers/ata/libata-core.c
+++ b/
drivers/ata/libata-core.c
@@
-4150,6
+4150,7
@@
static const struct ata_blacklist_entry ata_device_blacklist [] = {
{ "HITACHI HDS7250SASUN500G*", NULL, ATA_HORKAGE_NONCQ },
{ "HITACHI HDS7225SBSUN250G*", NULL, ATA_HORKAGE_NONCQ },
{ "ST380817AS", "3.42", ATA_HORKAGE_NONCQ },
+ { "ST3160023AS", "3.42", ATA_HORKAGE_NONCQ },
/* Blacklist entries taken from Silicon Image 3124/3132
Windows driver .inf file - also several Linux problem reports */