Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 172891
b: refs/heads/master
c: 8256323
h: refs/heads/master
i:
  172889: 9adbc47
  172887: 1409377
v: v3
  • Loading branch information
Bartlomiej Zolnierkiewicz authored and Jeff Garzik committed Dec 3, 2009
1 parent 54a99a2 commit 921655a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: c4d8a20022e617174eb887c82356d3f513e279a7
refs/heads/master: 82563232c79c6f0099a02f7d2652ee7aee3fe9ba
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_efar.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ 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,
.mwdma_mask = ATA_MWDMA12_ONLY,
.udma_mask = ATA_UDMA4,
.port_ops = &efar_ops,
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_oldpiix.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ static int oldpiix_init_one (struct pci_dev *pdev, const struct pci_device_id *e
static const struct ata_port_info info = {
.flags = ATA_FLAG_SLAVE_POSS,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
.mwdma_mask = ATA_MWDMA12_ONLY,
.port_ops = &oldpiix_pata_ops,
};
const struct ata_port_info *ppi[] = { &info, NULL };
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/ata/pata_rdc.c
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ static struct ata_port_info rdc_port_info = {

.flags = ATA_FLAG_SLAVE_POSS,
.pio_mask = ATA_PIO4,
.mwdma_mask = ATA_MWDMA2,
.mwdma_mask = ATA_MWDMA12_ONLY,
.udma_mask = ATA_UDMA5,
.port_ops = &rdc_pata_ops,
};
Expand Down

0 comments on commit 921655a

Please sign in to comment.