CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/05/10 09:04:48
Modified files:
sys/arch/amd64/include: bus.h
Log message:
When I changed the implementation of iommu and sg_dma over to use
bus_addr_t instead of vaddr_t i forgot the bind_page prototypes. So
change them over, too.
This shows it really was just pedantry since it still built and worked.
