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:           Tue Dec  4 12:51:13 UTC 2007

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

Log Message:
drm unbreaking, round 1:

Fix the bus_dma(9) use in drm_pci.c and chnage struct drm_dma_handle_t
to match it.  Remove member dmaaddr from drm_dma_handle_t as well,
as I don't see it used anywhere.  Compile-tested only for now; please
report any problems to me.  Thanks.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 src/sys/dev/drm/drmP.h
cvs rdiff -r1.5 -r1.6 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