CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/06/06 20:30:34
Modified files: sys/arch/amd64/amd64: bus_dma.c sg_dma.c sys/arch/amd64/include: bus.h Log message: on amd64, store a pointer to the loaded data and the type. This will eventually be needed by bouncebuffers, and I need it for some of my evil graphics shitz. ok kettenis@ with some tweaks