On Tue, Jul 22, 2003 at 05:54:00PM -0700, David S. Miller wrote: > No, the problem is that SCSI DMA transfer direction > macros are defined in terms of PCI ones. That's all, > it's a minor issue and probably easily solved.
That's not true, there's not really any SCSI DMA transfer direction macros anymore, but scsi now uses the generic enum dma_direction directly. Sparc unfortunately defines the new DMA API in terms of the PCI DMA API which gets you this mess.

