From 5fb77a4b9ce5347fe431c316b54c2c0dadec98f9 Mon Sep 17 00:00:00 2001 From: Chuck Ebbert Date: Mon, 25 Jun 2007 19:13:32 -0400 Subject: [PATCH] --- yaml --- r: 58171 b: refs/heads/master c: ee5815023527dd579ada340786e329ff6c5c0eea h: refs/heads/master i: 58169: c52c93f1bea518750dd8690118d27763848b90d6 58167: 2017eda40dc70de75e605e4b74b6311691a8f2a4 v: v3 --- [refs] | 2 +- trunk/drivers/ata/pata_ali.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index ac0f17f12c2e..62d80796db88 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: d9f9c6bc91c14f53ffa782ffcd42259ecae1d38c +refs/heads/master: ee5815023527dd579ada340786e329ff6c5c0eea diff --git a/trunk/drivers/ata/pata_ali.c b/trunk/drivers/ata/pata_ali.c index 3c55a5ff74c7..75e95bdbe02f 100644 --- a/trunk/drivers/ata/pata_ali.c +++ b/trunk/drivers/ata/pata_ali.c @@ -550,22 +550,22 @@ static int ali_init_one(struct pci_dev *pdev, const struct pci_device_id *id) .udma_mask = 0x1f, .port_ops = &ali_c2_port_ops }; - /* Revision 0xC3 is UDMA100 */ + /* Revision 0xC3 is UDMA66 for now */ static const struct ata_port_info info_c3 = { .sht = &ali_sht, .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48, .pio_mask = 0x1f, .mwdma_mask = 0x07, - .udma_mask = 0x3f, + .udma_mask = 0x1f, .port_ops = &ali_c2_port_ops }; - /* Revision 0xC4 is UDMA133 */ + /* Revision 0xC4 is UDMA100 */ static const struct ata_port_info info_c4 = { .sht = &ali_sht, .flags = ATA_FLAG_SLAVE_POSS | ATA_FLAG_SRST | ATA_FLAG_PIO_LBA48, .pio_mask = 0x1f, .mwdma_mask = 0x07, - .udma_mask = 0x7f, + .udma_mask = 0x3f, .port_ops = &ali_c2_port_ops }; /* Revision 0xC5 is UDMA133 with LBA48 DMA */