pata_hpt37x: Fix cable detect bug spotted by Sergei
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
parent
498222f323
commit
22d5c760c8
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ static int hpt37x_pre_reset(struct ata_link *link, unsigned long deadline)
|
||||||
/* Restore state */
|
/* Restore state */
|
||||||
pci_write_config_byte(pdev, 0x5B, scr2);
|
pci_write_config_byte(pdev, 0x5B, scr2);
|
||||||
|
|
||||||
if (ata66 & (1 << ap->port_no))
|
if (ata66 & (2 >> ap->port_no))
|
||||||
ap->cbl = ATA_CBL_PATA40;
|
ap->cbl = ATA_CBL_PATA40;
|
||||||
else
|
else
|
||||||
ap->cbl = ATA_CBL_PATA80;
|
ap->cbl = ATA_CBL_PATA80;
|
||||||
|
|
Loading…
Reference in a new issue