Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/drm



Module Name:    src
Committed By:   bjs
Date:           Sun Mar  2 07:12:15 UTC 2008

Modified Files:
        src/sys/dev/drm: drmP.h drm_pci.c

Log Message:
Fix bus_dmamem_free() call to provide 'segs' as the second argument.
While here, add DRM_PCI_DMAADDR macro so that we set handle->busaddr
in a portable way.
Next is the more difficult [annoying] part: use bus_dma(9) with
scatter/gather buffers.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/drm/drmP.h
cvs rdiff -r1.7 -r1.8 src/sys/dev/drm/drm_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index