CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2013/02/24 05:43:13
Modified files: sys/dev/pci : viomb.c Log message: use dma memory for bl_pages This fixes a panic "Non dma-reachable buffer..." on amd64. While there, fix bus_dmamap_sync() offsets. OK: deraadt@, jsing@