Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 45983
b: refs/heads/master
c: 5dcade9
h: refs/heads/master
i:
  45981: 6b63a2b
  45979: f3f957b
  45975: a94ce89
  45967: 037722e
  45951: 5a3763c
v: v3
  • Loading branch information
Sergei Shtylyov authored and Jeff Garzik committed Jan 30, 2007
1 parent 7c1274e commit ad79db6
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: 64c9d27d6a692d2c27df14ef44cb400b4aa412b3
refs/heads/master: 5dcade90db19205b9ebb8241a22664560973f81a
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_sil680.c
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ static void sil680_error_handler(struct ata_port *ap)
static void sil680_set_piomode(struct ata_port *ap, struct ata_device *adev)
{
static u16 speed_p[5] = { 0x328A, 0x2283, 0x1104, 0x10C3, 0x10C1 };
static u16 speed_t[5] = { 0x328A, 0x1281, 0x1281, 0x10C3, 0x10C1 };
static u16 speed_t[5] = { 0x328A, 0x2283, 0x1281, 0x10C3, 0x10C1 };

unsigned long tfaddr = sil680_selreg(ap, 0x02);
unsigned long addr = sil680_seldev(ap, adev, 0x04);
Expand Down

0 comments on commit ad79db6

Please sign in to comment.