Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 3829
b: refs/heads/master
c: 62ba284
h: refs/heads/master
i:
  3827: 504c713
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jun 28, 2005
1 parent 83d184e commit ba9fb86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e922256ae4bb6ef954bd7e0740d9753460e0ab72
refs/heads/master: 62ba2841f2a51848f7cb0499edae3f6803764f2c
4 changes: 3 additions & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1408,7 +1408,9 @@ void __sata_phy_reset(struct ata_port *ap)
if (ap->flags & ATA_FLAG_SATA_RESET) {
/* issue phy wake/reset */
scr_write_flush(ap, SCR_CONTROL, 0x301);
udelay(400); /* FIXME: a guess */
/* Couldn't find anything in SATA I/II specs, but
* AHCI-1.1 10.4.2 says at least 1 ms. */
mdelay(1);
}
scr_write_flush(ap, SCR_CONTROL, 0x300); /* phy wake/clear reset */

Expand Down

0 comments on commit ba9fb86

Please sign in to comment.