Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73049
b: refs/heads/master
c: e7eac96
h: refs/heads/master
i:
  73047: 7281063
v: v3
  • Loading branch information
ashish kalra authored and Jeff Garzik committed Nov 3, 2007
1 parent 962d6c6 commit 832bb24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 520d3a1a8cb3eb8794e3dbb822dbc40c20f18e52
refs/heads/master: e7eac96e8f0e57a6e9f94943557bc2b23be31471
2 changes: 2 additions & 0 deletions trunk/drivers/ata/sata_fsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ static int sata_fsl_port_start(struct ata_port *ap)
VPRINTK("HControl = 0x%x\n", ioread32(hcr_base + HCONTROL));
VPRINTK("CHBA = 0x%x\n", ioread32(hcr_base + CHBA));

#ifdef CONFIG_MPC8315_DS
/*
* Workaround for 8315DS board 3gbps link-up issue,
* currently limit SATA port to GEN1 speed
Expand All @@ -664,6 +665,7 @@ static int sata_fsl_port_start(struct ata_port *ap)
sata_fsl_scr_read(ap, SCR_CONTROL, &temp);
dev_printk(KERN_WARNING, dev, "scr_control, speed limited to %x\n",
temp);
#endif

return 0;
}
Expand Down

0 comments on commit 832bb24

Please sign in to comment.