linux/drivers/ide
Bartlomiej Zolnierkiewicz 5c05ff68b9 ide: switch to DMA-mapping API
* pci_map_sg() -> dma_map_sg() in ide_build_sglist().

* pci_unmap_sg() -> dma_unmap_sg() in ide_destroy_dmatable().

There should be no functionality changes caused by this patch except
for blackfin arch whose dma_[un]map_sg() implementation differs from
pci_[un]map_sg() one (on s390 arch there is no PCI, on avr32 and h8300
archs PCI is currently unsupported, on m32r arch PCI support depends
on BROKEN, on m68k arch PCI support depends on HADES which in turn
depends on BROKEN, on all other archs dma_[un]map_sg() functionality
matches with pci_[un]map_sg() one).

blackfin behavior change was ack-ed by Bryan Wu.

Cc: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
2008-02-01 23:09:32 +01:00
..
arm icside: use hwif->dev 2008-02-01 23:09:32 +01:00
cris ide: make remaining built-in only IDE host drivers modular (take 2) 2008-01-26 20:13:07 +01:00
h8300 ide: make remaining built-in only IDE host drivers modular (take 2) 2008-01-26 20:13:07 +01:00
legacy Atari Falcon IDE: Add missing hwif variable 2008-02-01 23:09:15 +01:00
mips au1xxx-ide: use hwif->dev 2008-02-01 23:09:31 +01:00
pci ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
ppc ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
ide-acpi.c ide: set IDE_TFLAG_IN_* flags before queuing/executing command 2008-01-26 20:13:10 +01:00
ide-cd.c ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c 2008-02-01 23:09:29 +01:00
ide-cd.h ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c 2008-02-01 23:09:29 +01:00
ide-cd_ioctl.c ide-cd: move the remaining cdrom.c ioctl handling code to ide-cd_ioctl.c 2008-02-01 23:09:29 +01:00
ide-cd_verbose.c ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c 2008-02-01 23:09:23 +01:00
ide-disk.c ide: convert "empty" REQ_TYPE_ATA_CMD requests to use REQ_TYPE_ATA_TASKFILE 2008-01-26 20:13:12 +01:00
ide-dma.c ide: switch to DMA-mapping API 2008-02-01 23:09:32 +01:00
ide-floppy.c ide-{floppy,tape}: remove debug code for dumping identify data 2008-02-01 23:09:29 +01:00
ide-generic.c ide: remove ideprobe_init() 2008-01-26 20:13:05 +01:00
ide-io.c ide: fix ide_intr() for non-PCI devices and CONFIG_BLK_DEV_IDEPCI=y 2008-02-01 23:09:31 +01:00
ide-iops.c ide: switch ide_cmd_ioctl() to use REQ_TYPE_ATA_TASKFILE requests 2008-01-26 20:13:13 +01:00
ide-lib.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
ide-pnp.c ide: make remaining built-in only IDE host drivers modular (take 2) 2008-01-26 20:13:07 +01:00
ide-probe.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
ide-proc.c ide: switch set_xfer_rate() to use REQ_TYPE_ATA_TASKFILE requests 2008-01-26 20:13:12 +01:00
ide-scan-pci.c ide: small ide-scan-pci.c cleanup 2008-02-01 23:09:16 +01:00
ide-tape.c ide: add IDE_HFLAG_NO_DSC host flag 2008-02-01 23:09:30 +01:00
ide-taskfile.c ide: make wait_drive_not_busy() static again 2008-02-01 23:09:16 +01:00
ide-timing.h ide: remove ide_find_best_pio_mode() 2007-07-20 01:11:58 +02:00
ide.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00
Kconfig ide-cd: move VERBOSE_IDE_CD_ERRORS code to ide-cd_verbose.c 2008-02-01 23:09:23 +01:00
Makefile ide-cd: move code handling cdrom.c IOCTLs to ide-cd_ioctl.c 2008-02-01 23:09:25 +01:00
setup-pci.c ide: keep pointer to struct device instead of struct pci_dev in ide_hwif_t 2008-02-01 23:09:31 +01:00