Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45868
b: refs/heads/master
c: dfd7a3d
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Jeff Garzik committed Jan 26, 2007
1 parent c02e5bb commit 388e96e
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: d02598721706ab62a574823479b1f6c26c8980d2
refs/heads/master: dfd7a3db3898e299bdc25f0c77081a8632b3a73c
2 changes: 1 addition & 1 deletion trunk/drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ static int ahci_hardreset(struct ata_port *ap, unsigned int *class)

/* clear D2H reception area to properly wait for D2H FIS */
ata_tf_init(ap->device, &tf);
tf.command = 0xff;
tf.command = 0x80;
ata_tf_to_fis(&tf, d2h_fis, 0);

rc = sata_std_hardreset(ap, class);
Expand Down

0 comments on commit 388e96e

Please sign in to comment.