|
@@ -401,8 +401,7 @@ static void ht6560b_set_piomode(struct ata_port *ap, struct ata_device *adev)
|
|
|
ata_timing_compute(adev, adev->pio_mode, &t, 20000, 1000);
|
|
|
|
|
|
active = clamp_val(t.active, 2, 15);
|
|
|
- recover = clamp_val(t.recover, 2, 16);
|
|
|
- recover &= 0x15;
|
|
|
+ recover = clamp_val(t.recover, 2, 16) & 0x0F;
|
|
|
|
|
|
inb(0x3E6);
|
|
|
inb(0x3E6);
|