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:           Fri Jun 20 05:53:46 UTC 2008

Modified Files:
        src/sys/dev/drm: drm_bufs.c drm_pci.c drm_vm.c

Log Message:
- Don't use btop, as only three (?) platforms define this macro; use
  round_page(x) >> PAGE_SHIFT instead.

- Add bus_space_mmap() in drm_vm.c to give a proper cookie to the device pager;
  this gets rid of one of the two #ifdef macppc conditionals.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/dev/drm/drm_bufs.c
cvs rdiff -r1.11 -r1.12 src/sys/dev/drm/drm_pci.c src/sys/dev/drm/drm_vm.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