projects
/
kernel
/
kernel-generic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d8d7e
)
HPT374 is UDMA100 not UDMA133
author
Alan Cox
<alan@lxorguk.ukuu.org.uk>
Fri, 22 Jun 2007 13:17:28 +0000
(14:17 +0100)
committer
Jeff Garzik
<jeff@garzik.org>
Wed, 27 Jun 2007 06:44:18 +0000
(
02:44
-0400)
Propogate change from drivers/ide
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_hpt37x.c
patch
|
blob
|
history
diff --git
a/drivers/ata/pata_hpt37x.c
b/drivers/ata/pata_hpt37x.c
index
6446735
..
a8c0cbe
100644
(file)
--- a/
drivers/ata/pata_hpt37x.c
+++ b/
drivers/ata/pata_hpt37x.c
@@
-931,13
+931,13
@@
static int hpt37x_init_one(struct pci_dev *dev, const struct pci_device_id *id)
.udma_mask = 0x7f,
.port_ops = &hpt372_port_ops
};
- /* HPT374 - UDMA1
33
*/
+ /* HPT374 - UDMA1
00
*/
static const struct ata_port_info info_hpt374 = {
.sht = &hpt37x_sht,
.flags = ATA_FLAG_SLAVE_POSS|ATA_FLAG_SRST,
.pio_mask = 0x1f,
.mwdma_mask = 0x07,
- .udma_mask = 0x
7
f,
+ .udma_mask = 0x
3
f,
.port_ops = &hpt374_port_ops
};