linux-stable-rt/drivers/ide/pci
Bartlomiej Zolnierkiewicz 75b1d97535 ide: convert ide_find_best_mode() users to use ide_max_dma_mode()
ide-timing.h:

* remove handling of DMA modes from ide_find_best_mode() and rename it to
  ide_find_best_pio_mode()

* drop no longer needed "map" argument from ide_find_best_pio_mode()
  and delete needless ->id check

* remove no longer needed XFER_SWDMA and XFER_UDMA* defines

au1xxx-ide.c:

* use ide_max_dma_mode() instead of ide_find_best_mode()

* remove needless CONFIG_BLK_DEV_IDE_AU1XXX_MDMA2_DBDMA #ifdef

amd74xx.c:

* store UDMA masks in amd_ide_chip[] and while at it make "base" field
  to be u8 instead of unsigned long

* convert the driver to use UDMA masks from amd_ide_chip[]

* use ide_max_dma_mode() and ide_find_best_pio_mode() instead
  of ide_find_best_mode()

* delete stale comment from amd74xx_ide_dma_check()

* remove no longer needed AMD_UDMA* defines

via82cxxx.c:

* remove unused DISPLAY_VIA_TIMINGS define

* store UDMA masks in via_isa_bridges[] and while at it make "flags" field
  to be u8 instead of u16

* convert the driver to use UDMA masks from via_isa_bridges[]

* use ide_max_dma_mode() and ide_find_best_pio_mode() instead
  of ide_find_best_mode()

* remove no longer needed VIA_UDMA* defines

pmac.c:

* use ide_max_dma_mode() instead of ide_find_best_mode()

There should be no functionality changes caused by this patch.

Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Reviewed-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
2007-07-09 23:17:57 +02:00
..
Makefile
aec62xx.c aec62xx: kill speedproc() method wrapper (take 2) 2007-07-09 23:17:56 +02:00
alim15x3.c
amd74xx.c ide: convert ide_find_best_mode() users to use ide_max_dma_mode() 2007-07-09 23:17:57 +02:00
atiixp.c
cmd64x.c cmd64x: init. code cleanup 2007-07-09 23:17:55 +02:00
cmd640.c
cs5520.c
cs5530.c
cs5535.c
cy82c693.c
delkin_cb.c
generic.c
hpt34x.c
hpt366.c hpt366: simplify UltraDMA filtering (take 4) 2007-07-09 23:17:55 +02:00
it821x.c it821x: fix incorrect SWDMA mask 2007-07-03 22:28:35 +02:00
it8213.c
jmicron.c
ns87415.c
opti621.c
pdc202xx_new.c ide: pdc202xx_new PLL input clock fix 2007-07-03 22:28:36 +02:00
pdc202xx_old.c ide: make void and rename ide_dma_timeout() method 2007-07-09 23:17:54 +02:00
piix.c
rz1000.c
sc1200.c
scc_pata.c
serverworks.c serverworks: always tune CSB6 2007-07-09 23:17:53 +02:00
sgiioc4.c ide: make void and rename ide_dma_timeout() method 2007-07-09 23:17:54 +02:00
siimage.c
sis5513.c sis5513: adding PCI-ID 2007-07-08 15:21:58 +02:00
sl82c105.c ide: make void and rename ide_dma_timeout() method 2007-07-09 23:17:54 +02:00
slc90e66.c
tc86c001.c
triflex.c
trm290.c
via82cxxx.c ide: convert ide_find_best_mode() users to use ide_max_dma_mode() 2007-07-09 23:17:57 +02:00