From 29c06ba56864ca9fa4b68287f6b44e272d4deb52 Mon Sep 17 00:00:00 2001 From: Sergei Shtylyov Date: Wed, 5 Jan 2011 21:59:49 +0300 Subject: [PATCH] --- yaml --- r: 227637 b: refs/heads/master c: fc2698d5ec7e96ba2c94a942329cfa4c5d6085f7 h: refs/heads/master i: 227635: fb047cd7befe9fbdc29c3557bea2cd3db6776189 v: v3 --- [refs] | 2 +- trunk/drivers/ata/pata_hpt37x.c | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/[refs] b/[refs] index e8863c950d39..8a828c09e00c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b197f13b53681c606e59d7d9a8a1d2d54fd363fe +refs/heads/master: fc2698d5ec7e96ba2c94a942329cfa4c5d6085f7 diff --git a/trunk/drivers/ata/pata_hpt37x.c b/trunk/drivers/ata/pata_hpt37x.c index 9e2c98449055..efdd18bc8663 100644 --- a/trunk/drivers/ata/pata_hpt37x.c +++ b/trunk/drivers/ata/pata_hpt37x.c @@ -24,7 +24,7 @@ #include #define DRV_NAME "pata_hpt37x" -#define DRV_VERSION "0.6.17" +#define DRV_VERSION "0.6.18" struct hpt_clock { u8 xfer_speed; @@ -771,20 +771,20 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id) .udma_mask = ATA_UDMA5, .port_ops = &hpt370a_port_ops }; - /* HPT370 - UDMA100 */ + /* HPT370 - UDMA66 */ static const struct ata_port_info info_hpt370_33 = { .flags = ATA_FLAG_SLAVE_POSS, .pio_mask = ATA_PIO4, .mwdma_mask = ATA_MWDMA2, - .udma_mask = ATA_UDMA5, + .udma_mask = ATA_UDMA4, .port_ops = &hpt370_port_ops }; - /* HPT370A - UDMA100 */ + /* HPT370A - UDMA66 */ static const struct ata_port_info info_hpt370a_33 = { .flags = ATA_FLAG_SLAVE_POSS, .pio_mask = ATA_PIO4, .mwdma_mask = ATA_MWDMA2, - .udma_mask = ATA_UDMA5, + .udma_mask = ATA_UDMA4, .port_ops = &hpt370a_port_ops }; /* HPT372 - UDMA133 */