aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc/kernel/dma.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-08-29sparc32: Implement more generic dma_*() interfaces.David S. Miller1-0/+227
These dispatch to either PCI or SBUS routines based upon the device bus type. This will allow us to let SBUS drivers call these routines. Signed-off-by: David S. Miller <davem@davemloft.net>