CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2009/07/13 13:50:00
Modified files: sys/arch/sparc/sparc: iommu.c machdep.c sys/arch/sparc/include: bus.h Log message: Add a somewhat minimal bus_dma(9) implementation. Only fully implemented for the sun4m iommu. Bits and pieces from NetBSD, with some additional tweaks and a bus_dmamap_load_mbuf() implementation from myself. ok miod@