Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133592
b: refs/heads/master
c: b2a034c
h: refs/heads/master
v: v3
  • Loading branch information
Erik Inge Bolsø authored and Jeff Garzik committed Mar 25, 2009
1 parent b6249c7 commit 696f1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: aef37d8d80d8c027f03d362a97afe3f6a42bfbb4
refs/heads/master: b2a034cf16a1642e647497c70c1cd9c09bf39412
4 changes: 2 additions & 2 deletions trunk/drivers/ata/pata_efar.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ static int efar_init_one (struct pci_dev *pdev, const struct pci_device_id *ent)
static const struct ata_port_info info = {
.flags = ATA_FLAG_SLAVE_POSS,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2, /* mwdma1-2 */
.udma_mask = ATA_UDMA3, /* UDMA 66 */
.mwdma_mask = ATA_MWDMA2,
.udma_mask = ATA_UDMA4,
.port_ops = &efar_ops,
};
const struct ata_port_info *ppi[] = { &info, NULL };
Expand Down

0 comments on commit 696f1a2

Please sign in to comment.