CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/05/04 10:48:37
Modified files: sys/arch/amd64/amd64: sg_dma.c sys/arch/amd64/pci: iommu.c sys/arch/sparc64/dev: iommu.c iommuvar.h viommu.c Log message: type pedantry. the type we bind to an iommu or a GART is paddr_t, by definition, on the other hand, the type we get out of it is not a vaddr_t, it's bus_addr_t. fix up sparc64 iommu, amd64 iommu and the sg_dma backedn that uses it to realise this. ok kettenis@