CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2009/02/15 12:52:21
Modified files: sys/dev/pci/drm: drmP.h drm_drv.c Log message: introduce drm_dmamem_alloc() to allocate dma memory with bus_dma. The next few commits will convert calls to drm_pci_alloc (which I hate) over to this new api, and convert other handrolled stuff over too. First part of my cleaning up bus_dma useage in drm.