Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64683
b: refs/heads/master
c: b4154d4
h: refs/heads/master
i:
  64681: 158ed11
  64679: 101a354
v: v3
  • Loading branch information
Ondrej Zary authored and Jeff Garzik committed Sep 1, 2007
1 parent 4b17f31 commit 70354ae
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: 7d05154840db52201d8e719fd0f091b8381e362f
refs/heads/master: b4154d4a01c6cc98b97dc239ca4302316c8f98da
2 changes: 1 addition & 1 deletion trunk/drivers/ata/sata_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ static void vt6421_set_dma_mode(struct ata_port *ap, struct ata_device *adev)
{
struct pci_dev *pdev = to_pci_dev(ap->host->dev);
static const u8 udma_bits[] = { 0xEE, 0xE8, 0xE6, 0xE4, 0xE2, 0xE1, 0xE0, 0xE0 };
pci_write_config_byte(pdev, PATA_UDMA_TIMING, udma_bits[adev->pio_mode - XFER_UDMA_0]);
pci_write_config_byte(pdev, PATA_UDMA_TIMING, udma_bits[adev->dma_mode - XFER_UDMA_0]);
}

static const unsigned int svia_bar_sizes[] = {
Expand Down

0 comments on commit 70354ae

Please sign in to comment.