Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75080
b: refs/heads/master
c: f941b16
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Dec 19, 2007
1 parent d54c9d5 commit 67a7311
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: fcbe6e9709f90fd83cfa614a4e0efe83174018ea
refs/heads/master: f941b168a4d7281bf49e166f2febc49470c0149f
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_hpt37x.c
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ static int hpt374_pre_reset(struct ata_link *link, unsigned long deadline)
pci_write_config_word(pdev, mcrbase + 2, mcr3 | 0x8000);
pci_read_config_byte(pdev, 0x5A, &ata66);
/* Reset TCBLID/FCBLID to output */
pci_write_config_word(pdev, 0x52, mcr3);
pci_write_config_word(pdev, mcrbase + 2, mcr3);

if (ata66 & (2 >> ap->port_no))
ap->cbl = ATA_CBL_PATA40;
Expand Down

0 comments on commit 67a7311

Please sign in to comment.