Age | Commit message (Expand) | Author |
2006-12-01 | Core build fix for BSD. | Michel Dänzer |
2005-11-08 | Correct another LOR issue with resource allocation. This leaves the | Eric Anholt |
2005-11-08 | Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds | Eric Anholt |
2005-11-08 | Correct a LOR related to the PCI resource allocations by simply moving the | Eric Anholt |
2005-11-08 | Correct a recursion on non-recursive mutex in drm_addmap from radeon's | Eric Anholt |
2005-08-26 | - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. | Eric Anholt |
2005-08-26 | Previously, drm_get_resource_start() and drm_get_resource_len() would | Eric Anholt |
2005-08-26 | [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the | Eric Anholt |
2005-08-05 | Rename the driver hooks in the DRM to something a little more | Eric Anholt |
2005-06-29 | Get the BSD DRM compiling again after MGA and mapping changes. Note that | Eric Anholt |
2005-06-06 | Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the | Eric Anholt |
2005-04-26 | Convert BSD code to mostly use bus_dma, the dma abstraction for dealing | Eric Anholt |
2005-04-24 | Fix a panic on startup with non-initmapping drivers by assigning the | Eric Anholt |
2005-04-16 | Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD | Eric Anholt |
2005-04-13 | Fix build on FreeBSD-current, thanks to jhb@. | Eric Anholt |
2005-02-07 | Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. | Eric Anholt |
2005-02-05 | - Implement drm_initmap, and extend it with the resource number to help | Eric Anholt |
2004-11-07 | Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop | Eric Anholt |
2004-11-06 | Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at | Eric Anholt |
2004-11-06 | Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but | Eric Anholt |
2004-08-17 | Merged drmfntbl-0-0-1 | Dave Airlie |
2004-05-09 | Warning fixes. | Eric Anholt |
2004-01-06 | Fix some misuse of NULL where 0 is intended. | Eric Anholt |
2003-12-16 | Don't ioremap the framebuffer area. The ioremapped area wasn't used by | Eric Anholt |
2003-11-12 | Fix a locking nit, and add asserts in some things that should be called | Eric Anholt |
2003-11-06 | Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if | Eric Anholt |
2003-10-20 | Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best | Eric Anholt |
2003-10-19 | - SMPng lock the DRM. This is only partial -- there are a few code paths | Eric Anholt |
2003-10-03 | Some code cleanups done while working on locking. Reduces always-true | Eric Anholt |
2003-10-03 | Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side | Eric Anholt |
2003-10-02 | Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" | Eric Anholt |
2003-08-19 | Fix the debug build. | Eric Anholt |
2003-08-19 | - Remove $FreeBSD$ tags as they weren't too useful and merges are now being | Eric Anholt |
2003-05-16 | Support AGP bridges where the AGP aperture can't be accessed directly by | Michel Daenzer |
2003-04-26 | Add PCI DMA memory functions and make addbufs_pci and associated code use | Eric Anholt |
2003-04-25 | Merge from FreeBSD-current. | Eric Anholt |
2003-04-25 | Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it more | Eric Anholt |
2003-04-24 | Remove more gamma DMA infrastructure. Most of this code was copied straight | Eric Anholt |
2003-04-24 | Move some common code from addbufs_<type> to addbufs. Make buf_alloc be | Eric Anholt |
2003-04-24 | Remove DRM_DMA_HISTOGRAM and associated code. | Eric Anholt |
2003-03-29 | Add DRMFILE definitions and supply filp for BSD in the | Eric Anholt |
2003-03-11 | Merge back from FreeBSD-current, adding FreeBSD ID tags to aid future | Eric Anholt |
2003-02-21 | Merge from bsd-4-0-0-branch. | Eric Anholt |
2002-09-29 | Remove some noise being spit to the console. | Eric Anholt |
2002-07-05 | merged bsd-3-0-0-branch | Alan Hourihane |
2002-01-27 | Initial revision | David Dawes |