Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35393
b: refs/heads/master
c: cea0d33
h: refs/heads/master
i:
  35391: bbed0aa
v: v3
  • Loading branch information
Jeff Garzik committed Aug 10, 2006
1 parent 8e75554 commit 84635a3
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c6fd280766a050b13360d7c2d59a3d6bd3a27d9a
refs/heads/master: cea0d336e7e139becc9432499e0ba8234ffbed5f
2 changes: 1 addition & 1 deletion trunk/drivers/ata/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2745,7 +2745,7 @@ int sata_std_hardreset(struct ata_port *ap, unsigned int *class)
if ((rc = sata_scr_read(ap, SCR_CONTROL, &scontrol)))
return rc;

scontrol = (scontrol & 0x0f0) | 0x302;
scontrol = (scontrol & 0x0f0) | 0x304;

if ((rc = sata_scr_write(ap, SCR_CONTROL, scontrol)))
return rc;
Expand Down

0 comments on commit 84635a3

Please sign in to comment.