CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/04/08 21:06:35
Modified files:
sys/arch/amd64/amd64: bus_dma.c
sys/arch/i386/i386: bus_dma.c
Log message:
unrevert marco's revert of my bus_dmamap_load_raw change now that i found
the bug in it. bugfix will be committed next.
make bus_dmamap_load_raw respect the constraints of the dmamap we're
loading the raw memory into, particularly the segment size constraint.
