diff options
author | Alan Cox <alan@redhat.com> | 2007-03-27 07:43:42 +0200 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 20:16:00 +0200 |
commit | 2f5344b1be57e63b6a3bfa19e69c5cd84f031edb (patch) | |
tree | 26027a32bcfc859b2de51fb1819c003201a0c6b5 /drivers/ata/pata_winbond.c | |
parent | pata_sl82c105: restore cable detect method (diff) | |
download | linux-2f5344b1be57e63b6a3bfa19e69c5cd84f031edb.tar.xz linux-2f5344b1be57e63b6a3bfa19e69c5cd84f031edb.zip |
pata_winbond: restore cable method
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_winbond.c')
-rw-r--r-- | drivers/ata/pata_winbond.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ata/pata_winbond.c b/drivers/ata/pata_winbond.c index 6c111035fc84..519943239dbf 100644 --- a/drivers/ata/pata_winbond.c +++ b/drivers/ata/pata_winbond.c @@ -152,6 +152,7 @@ static struct ata_port_operations winbond_port_ops = { .thaw = ata_bmdma_thaw, .error_handler = ata_bmdma_error_handler, .post_internal_cmd = ata_bmdma_post_internal_cmd, + .cable_detect = ata_cable_40wire, .qc_prep = ata_qc_prep, .qc_issue = ata_qc_issue_prot, |