diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2007-08-22 17:55:41 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-12 14:55:36 -0400 |
commit | 81ad1837b590775336f68eafcae8dab13a975b3a (patch) | |
tree | acdbe73364759c291eaf2ad40c708374e23cddfe /drivers/ata/pata_ali.c | |
parent | ac8869d56d95a8c74403e6f7a47d74fcfcc1b988 (diff) |
libata: Switch most of the remaining SFF drivers to ata_sff_port_start
This avoids allocating DMA buffers if not needed but at the moment is
mostly just a neatness item.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/pata_ali.c')
-rw-r--r-- | drivers/ata/pata_ali.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/ata/pata_ali.c b/drivers/ata/pata_ali.c index 7fc11ef0fd26..364534e7aff4 100644 --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c | |||
@@ -327,7 +327,7 @@ static struct ata_port_operations ali_early_port_ops = { | |||
327 | .irq_clear = ata_bmdma_irq_clear, | 327 | .irq_clear = ata_bmdma_irq_clear, |
328 | .irq_on = ata_irq_on, | 328 | .irq_on = ata_irq_on, |
329 | 329 | ||
330 | .port_start = ata_port_start, | 330 | .port_start = ata_sff_port_start, |
331 | }; | 331 | }; |
332 | 332 | ||
333 | /* | 333 | /* |
@@ -366,7 +366,7 @@ static struct ata_port_operations ali_20_port_ops = { | |||
366 | .irq_clear = ata_bmdma_irq_clear, | 366 | .irq_clear = ata_bmdma_irq_clear, |
367 | .irq_on = ata_irq_on, | 367 | .irq_on = ata_irq_on, |
368 | 368 | ||
369 | .port_start = ata_port_start, | 369 | .port_start = ata_sff_port_start, |
370 | }; | 370 | }; |
371 | 371 | ||
372 | /* | 372 | /* |
@@ -403,7 +403,7 @@ static struct ata_port_operations ali_c2_port_ops = { | |||
403 | .irq_clear = ata_bmdma_irq_clear, | 403 | .irq_clear = ata_bmdma_irq_clear, |
404 | .irq_on = ata_irq_on, | 404 | .irq_on = ata_irq_on, |
405 | 405 | ||
406 | .port_start = ata_port_start, | 406 | .port_start = ata_sff_port_start, |
407 | }; | 407 | }; |
408 | 408 | ||
409 | /* | 409 | /* |
@@ -439,7 +439,7 @@ static struct ata_port_operations ali_c5_port_ops = { | |||
439 | .irq_clear = ata_bmdma_irq_clear, | 439 | .irq_clear = ata_bmdma_irq_clear, |
440 | .irq_on = ata_irq_on, | 440 | .irq_on = ata_irq_on, |
441 | 441 | ||
442 | .port_start = ata_port_start, | 442 | .port_start = ata_sff_port_start, |
443 | }; | 443 | }; |
444 | 444 | ||
445 | 445 | ||