Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 68079
b: refs/heads/master
c: e708eb9
h: refs/heads/master
i:
  68077: 7db56d1
  68075: 3a86793
  68071: 6eb8ac8
  68063: dbf26bf
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Oct 12, 2007
1 parent 15a3e06 commit ea4c3cb
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e1ddb4b6a2c9b2c72991eb8640ef2f50691ac502
refs/heads/master: e708eb9bc0515f36d77477877e74b6b9056b5879
3 changes: 3 additions & 0 deletions trunk/drivers/ata/pata_amd.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,9 @@ static int nv_cable_detect(struct ata_port *ap)
pci_read_config_word(pdev, 0x62 - 2 * ap->port_no, &udma);
if ((udma & 0xC4) == 0xC4 || (udma & 0xC400) == 0xC400)
cbl = ATA_CBL_PATA80;
/* And a triple check across suspend/resume with ACPI around */
if (ata_acpi_cbl_80wire(ap))
cbl = ATA_CBL_PATA80;
return cbl;
}

Expand Down

0 comments on commit ea4c3cb

Please sign in to comment.