summaryrefslogtreecommitdiff
path: root/drivers/ata/sata_uli.c
diff options
context:
space:
mode:
authorTejun Heo <tj@kernel.org>2008-06-21 07:07:32 (GMT)
committerJeff Garzik <jgarzik@redhat.com>2008-06-27 06:57:48 (GMT)
commit70a3143af87c6ca188107cbd49ab5eec2c86c456 (patch)
treedf93dbdd76a540dbdcd0300e73dacc9ab8a70791 /drivers/ata/sata_uli.c
parent543cf4cb3fe6f6cae3651ba918b9c56200b257d0 (diff)
downloadlinux-70a3143af87c6ca188107cbd49ab5eec2c86c456.tar.xz
sata_uli: hardreset is broken
sata_uli can't do hardresets reliably and lock up. This went unnoticed till now as softreset was the default and hardreset was only used after softreset failed. Reported by Christian Casteyde in bz#10860. Signed-off-by: Tejun Heo <tj@kernel.org> Cc: Christian Casteyde <casteyde.christian@free.fr> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata/sata_uli.c')
-rw-r--r--drivers/ata/sata_uli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/sata_uli.c b/drivers/ata/sata_uli.c
index f277cea..db529b8 100644
--- a/drivers/ata/sata_uli.c
+++ b/drivers/ata/sata_uli.c
@@ -83,6 +83,7 @@ static struct ata_port_operations uli_ops = {
.inherits = &ata_bmdma_port_ops,
.scr_read = uli_scr_read,
.scr_write = uli_scr_write,
+ .hardreset = ATA_OP_NULL,
};
static const struct ata_port_info uli_port_info = {