mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/4] pata-it821x: use UDMA_OFF for Vortex86SX for clearness
@ 2010-09-27  2:35 Otavio Salvador
  2010-09-27  2:35 ` [PATCH 2/4] USB: cdc-acm: fix code indentation Otavio Salvador
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Otavio Salvador @ 2010-09-27  2:35 UTC (permalink / raw)
  To: linux-kernel; +Cc: Otavio Salvador, Jeff Garzik

Cc: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 drivers/ata/pata_it821x.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/ata/pata_it821x.c b/drivers/ata/pata_it821x.c
index bf88f71..412cdd2 100644
--- a/drivers/ata/pata_it821x.c
+++ b/drivers/ata/pata_it821x.c
@@ -899,7 +899,7 @@ static int it821x_init_one(struct pci_dev *pdev, const struct pci_device_id *id)
 		.flags = ATA_FLAG_SLAVE_POSS,
 		.pio_mask = ATA_PIO4,
 		.mwdma_mask = ATA_MWDMA2,
-		/* No UDMA */
+		.udma_mask = UDMA_OFF,
 		.port_ops = &it821x_rdc_port_ops
 	};
 
-- 
1.7.2.3.313.gcd15


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2010-09-27  6:15 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-27  2:35 [PATCH 1/4] pata-it821x: use UDMA_OFF for Vortex86SX for clearness Otavio Salvador
2010-09-27  2:35 ` [PATCH 2/4] USB: cdc-acm: fix code indentation Otavio Salvador
2010-09-27  2:35 ` [PATCH 3/4] ALSA: hda: add Vortex86MX PCI ids Otavio Salvador
2010-09-27  6:15   ` Takashi Iwai
2010-09-27  2:35 ` [PATCH 4/4] net: r6040: store BIOS default MAC in perm_add Otavio Salvador
2010-09-27  2:39   ` David Miller
2010-09-27  2:50     ` Otavio Salvador

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®