| Commit message (Expand) | Author | Age | Files | Lines |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6_1'. | cvs2svn | 2006-04-30 | 2 | -86/+0 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2006-04-10 | 1 | -0/+36 |
| * | MFC DRM. Notable changes: | Eric Anholt | 2005-12-14 | 71 | -1699/+3397 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-12-02 | 1 | -0/+50 |
| * | MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as the | Eric Anholt | 2005-08-04 | 9 | -43/+233 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-08-01 | 1 | -0/+803 |
| * | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-20 | 1 | -0/+1416 |
| * | Disable the drm_initmap calls in radeon_cp.c, due to them resulting in improper | Eric Anholt | 2005-06-28 | 1 | -0/+6 |
| * | Mark the permanent map for radeon registers read-only. Failure to set this flag | Eric Anholt | 2005-06-24 | 1 | -1/+2 |
| * | Fix a panic on X startup for drivers that don't init maps themselves by storing | Eric Anholt | 2005-04-24 | 1 | -1/+1 |
| * | Update to DRM CVS as of 2005-04-12, bringing many changes: | Eric Anholt | 2005-04-16 | 76 | -16726/+25777 |
| * | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 1 | -5/+1 |
| * | move ptr deref's to after null checks | Sam Leffler | 2005-02-26 | 1 | -3/+6 |
| * | Neuter DRM(mapbufs) until somebody finds time to try to fix it. | Poul-Henning Kamp | 2005-02-22 | 1 | -0/+4 |
| * | Fix typo from previous commit. | Scott Long | 2005-01-07 | 1 | -0/+1 |
| * | Unbreak the tinderbox, make this compile. | Maxim Konovalov | 2005-01-06 | 1 | -1/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 55 | -103/+103 |
| * | Use the SYSCTL_ADD_OID macro, instead of directly calling sysctl_add_oid(). | Suleiman Souhlal | 2004-12-15 | 1 | -1/+1 |
| * | Specifically use the 32-bit version of fuword/suword since that's what | David E. O'Brien | 2004-12-02 | 1 | -7/+6 |
| * | Fixed the module name (macros don't work here). | Ruslan Ermilov | 2004-08-29 | 1 | -1/+1 |
| * | Now that mem(4) is a kernel module, we need to add a dependency on | Maxime Henrion | 2004-08-05 | 1 | -0/+1 |
| * | Do the dreaded s/dev_t/struct cdev */ | Poul-Henning Kamp | 2004-06-16 | 5 | -11/+11 |
| * | Merge from DRI CVS as of 2004-05-26. Most of the meat is new PCI IDs and a new | Eric Anholt | 2004-06-11 | 21 | -249/+609 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Prefer uintptr_t to intptr_t. | David E. O'Brien | 2004-03-03 | 2 | -6/+6 |
| * | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien | 2004-03-03 | 1 | -1/+1 |
| * | Use a long as the opaque type so that it matches the size of a pointer | David E. O'Brien | 2004-03-03 | 2 | -5/+5 |
| * | Add memory barrier routines for AMD64. | David E. O'Brien | 2004-03-03 | 1 | -1/+7 |
| * | Cast thru intptr_t on the way to void* for success on 64-bit platforms. | David E. O'Brien | 2004-03-03 | 2 | -6/+6 |
| * | Limit the amount of memory userspace processes can cause the kernel to | Robert Watson | 2004-02-23 | 1 | -0/+17 |
| * | Device megapatch 4/6: | Poul-Henning Kamp | 2004-02-21 | 1 | -1/+2 |
| * | Device megapatch 1/6: | Poul-Henning Kamp | 2004-02-21 | 2 | -2/+0 |
| * | This is not a D_TTY driver. | Poul-Henning Kamp | 2004-02-14 | 1 | -1/+1 |
| * | Merge from DRI CVS. No longer maps the framebuffer into KVA on radeon, r128, | Eric Anholt | 2004-01-06 | 12 | -66/+77 |
| * | Fix a few more places where NULL was used instead of 0. | Stefan Eßer | 2003-12-23 | 2 | -3/+3 |
| * | Update from DRI CVS. Includes locking fixes (including PR 59202), changes for | Eric Anholt | 2003-11-12 | 15 | -313/+832 |
| * | Change the DRM_ERROR about authenticator not found back to DRM_DEBUG. It's | Eric Anholt | 2003-11-03 | 2 | -2/+2 |
| * | Don't try to use dev->dma_lock unless dma is initialized (dev->dma != NULL) | Eric Anholt | 2003-10-24 | 1 | -2/+1 |
| * | Update to latest from DRI CVS. Primary new feature is mostly-complete smpng | Eric Anholt | 2003-10-24 | 36 | -1214/+1317 |
| * | Merge from DRI CVS. Includes newly ported SiS 300/305/540/630/730 driver and | Eric Anholt | 2003-09-09 | 17 | -71/+1261 |
| * | Comment out a couple of __inline__s until we can get inlines to be actually | Eric Anholt | 2003-08-24 | 1 | -2/+2 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 2 | -2/+6 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -1/+2 |
| * | Update DRM from DRI CVS as of today. Notable changes include Radeon | Eric Anholt | 2003-08-19 | 35 | -682/+1060 |
| * | Do not define memset() to bzero(). We have a memset(). | Poul-Henning Kamp | 2003-05-31 | 1 | -2/+0 |
| * | Merge from DRI CVS: Disable MTRRs on FreeBSD-stable to work around hangs with | Eric Anholt | 2003-04-26 | 1 | -10/+17 |
| * | Update the DRM to the latest from DRI CVS. Includes some bugfixes and removal | Eric Anholt | 2003-04-25 | 31 | -2551/+436 |
| * | - Add vm_paddr_t, a physical address type. This is required for systems | Jake Burkholder | 2003-03-25 | 1 | -2/+2 |
| * | Use td->td_ucred instead of td->td_proc->p_ucred. | John Baldwin | 2003-03-20 | 1 | -2/+2 |
| * | Update Radeon PCI IDs and naming from pciids.sf.net. | Eric Anholt | 2003-03-11 | 1 | -26/+28 |