Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 59069
b: refs/heads/master
c: 15ce094
h: refs/heads/master
i:
  59067: 2aad508
v: v3
  • Loading branch information
Alan Cox authored and Jeff Garzik committed Jul 11, 2007
1 parent cb0d229 commit 4aa16b5
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: 45a66c1c3ff88e8050dd25e81bafdf79a12a8042
refs/heads/master: 15ce09432a4399e61b57f2ceb564522d6534c15f
3 changes: 3 additions & 0 deletions trunk/drivers/ata/pata_sis.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,9 @@ static int sis_pre_reset(struct ata_port *ap, unsigned long deadline)
if (!pci_test_config_bits(pdev, &sis_enable_bits[ap->port_no]))
return -ENOENT;

/* Clear the FIFO settings. We can't enable the FIFO until
we know we are poking at a disk */
pci_write_config_byte(pdev, 0x4B, 0);
return ata_std_prereset(ap, deadline);
}

Expand Down

0 comments on commit 4aa16b5

Please sign in to comment.