Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33529
b: refs/heads/master
c: a34b6fc
h: refs/heads/master
i:
  33527: 443d991
v: v3
  • Loading branch information
Martin Hicks authored and Jeff Garzik committed Aug 10, 2006
1 parent be0619a commit ab142cf
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: 51704c609fcf256dacfcfae3622eb6ef53ac5b48
refs/heads/master: a34b6fc04d58ad72fe0cc74cd448f4551bd2ebaf
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/libata-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2746,7 +2746,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 ab142cf

Please sign in to comment.