|
@@ -931,13 +931,13 @@ static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
|
|
.udma_mask = 0x7f,
|
|
.udma_mask = 0x7f,
|
|
.port_ops = &hpt372_port_ops
|
|
.port_ops = &hpt372_port_ops
|
|
};
|
|
};
|
|
- /* HPT374 - UDMA133 */
|
|
|
|
|
|
+ /* HPT374 - UDMA100 */
|
|
static const struct ata_port_info info_hpt374 = {
|
|
static const struct ata_port_info info_hpt374 = {
|
|
.sht = &hpt37x_sht,
|
|
.sht = &hpt37x_sht,
|
|
.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
|
|
.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
|
|
.pio_mask = 0x1f,
|
|
.pio_mask = 0x1f,
|
|
.mwdma_mask = 0x07,
|
|
.mwdma_mask = 0x07,
|
|
- .udma_mask = 0x7f,
|
|
|
|
|
|
+ .udma_mask = 0x3f,
|
|
.port_ops = &hpt374_port_ops
|
|
.port_ops = &hpt374_port_ops
|
|
};
|
|
};
|
|
|
|
|