]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED
authorBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 16 Oct 2007 20:29:56 +0000 (22:29 +0200)
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Tue, 16 Oct 2007 20:29:56 +0000 (22:29 +0200)
commitc58e79dd44243ec919d789193ffb35a220c54695
tree66b76ed3fe5dc996dcf0756e173d53f5bb017d9d
parent9cbcc5e3c5d2d0355fed22d00762fd764c81a383
ide: remove CONFIG_BLK_DEV_IDEDMA_FORCED

This code doesn't use pci_assign_resource() and ide_get_or_set_dma_base() uses
pci_resource_start() to get DMA base address so it has no chance of working.
Moreover this belongs to PCI quirks (in case somebody would like to fix it).

Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
drivers/ide/Kconfig
drivers/ide/setup-pci.c