| Age | Commit message (Expand) | Author |
| 2007-11-01 | Until I have a chance to further evaluate and re-work the locking here, | bjs |
| 2007-10-19 | First round of DRM improvements: switch to mutex(9), make use of & | bjs |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-04-04 | drm_do_addbufs_pci: Fix the mess of malloc()s and free()s, which | rmind |
| 2007-03-29 | In drm_remove_magic, free the magic entry when it is found instead of | jmcneill |
| 2007-03-28 | Introduce options DRM_NO_AGP and DRM_NO_MTRR, so I can run this on | jmcneill |
| 2007-03-23 | caddr_t -> char *, even though it's in #ifdef __FreeBSD__ sections, just | dogcow |
| 2007-03-23 | Free ressources more agressively. | drochner |
| 2007-03-22 | Use void * rather than caddr_t to fix the build. | xtraeme |
| 2007-03-22 | Newline after foodrm0 at vga0 message. | jmcneill |
| 2007-03-21 | Pass a proper vaddr to uvm_mmap. | jmcneill |
| 2007-03-21 | Initialize extra AGP resource slots. | jmcneill |
| 2007-03-21 | In drm_ioremap, provide extra slots for mapping AGP memory space; it's not | jmcneill |
| 2007-03-21 | remove a debug printf which I had left in accidentally, | drochner |
| 2007-03-21 | since no boundary restrictions apply, a zero boundary argument to | drochner |
| 2007-03-21 | revert previous - it doesn't work on i386 at least | drochner |
| 2007-03-21 | Try not to free NULL pointers. | jmcneill |
| 2007-03-21 | Fix previous, use %zd. | xtraeme |
| 2007-03-21 | - pass a sane boundary parameter to bus_dmamem_alloc | macallan |
| 2007-03-21 | we return addresses, not page numbers in *mmap() methods | macallan |
| 2007-03-20 | Import DRM drivers, brought into shape by Yorick Hardy, posted to tech-x11. | drochner |