1. b668d6d Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux. by Eric Anholt · 17 years ago
  2. 5346fc5 BSD: Replace brief description in each file's first line with doxygen later on. by Eric Anholt · 17 years ago
  3. 5b38e13 Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE. by Eric Anholt · 17 years ago
  4. c1119b1 Replace filp in ioctl arguments with drm_file *file_priv. by Eric Anholt · 17 years ago
  5. e39286e Remove DRM_ERR OS macro. by Eric Anholt · 17 years ago
  6. 74a92bb Core build fix for BSD. by Michel Dänzer · 18 years ago
  7. c7af46c Correct another LOR issue with resource allocation. This leaves the by Eric Anholt · 19 years ago
  8. a10d817 Initial port of savage to FreeBSD for the AGP and !ShadowStatus case. Adds by Eric Anholt · 19 years ago
  9. 4b2235d Correct a LOR related to the PCI resource allocations by simply moving the by Eric Anholt · 19 years ago
  10. 145b23b Correct a recursion on non-recursive mutex in drm_addmap from radeon's by Eric Anholt · 19 years ago
  11. 22ec8eb - Don't try to allocate mappings of less than a PAGE_SIZE in MGA DMA code. by Eric Anholt · 19 years ago
  12. c425ad1 Previously, drm_get_resource_start() and drm_get_resource_len() would by Eric Anholt · 19 years ago
  13. 55bea95 [1] Fix BSD DRM for the nonroot changes. [2] Don't attempt to acquire the by Eric Anholt · 19 years ago
  14. c789ea1 Rename the driver hooks in the DRM to something a little more by Eric Anholt · 19 years ago
  15. c798a38 Get the BSD DRM compiling again after MGA and mapping changes. Note that by Eric Anholt · 19 years ago
  16. 751765d Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the by Eric Anholt · 19 years ago
  17. ec111d7 Convert BSD code to mostly use bus_dma, the dma abstraction for dealing by Eric Anholt · 19 years ago
  18. be9e67a Fix a panic on startup with non-initmapping drivers by assigning the by Eric Anholt · 19 years ago
  19. 10ddbc8 Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD by Eric Anholt · 19 years ago
  20. 926298e Fix build on FreeBSD-current, thanks to jhb@. by Eric Anholt · 19 years ago
  21. 5a332a0 Restore a debugging message to DRM_DEBUG instead of DRM_ERROR. by Eric Anholt · 20 years ago
  22. 080a547 - Implement drm_initmap, and extend it with the resource number to help by Eric Anholt · 20 years ago
  23. fa3fdbd Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop by Eric Anholt · 20 years ago
  24. d7510ea Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at by Eric Anholt · 20 years ago
  25. c9202c8 Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but by Eric Anholt · 20 years ago
  26. 5c9ed83 Merged drmfntbl-0-0-1 by Dave Airlie · 20 years ago
  27. 51ed2f5 Warning fixes. by Eric Anholt · 20 years ago
  28. fb7b802 Fix some misuse of NULL where 0 is intended. Obtained from: FreeBSD CVS by Eric Anholt · 21 years ago
  29. 9fb6986 Don't ioremap the framebuffer area. The ioremapped area wasn't used by by Eric Anholt · 21 years ago
  30. 6e56c39 Fix a locking nit, and add asserts in some things that should be called by Eric Anholt · 21 years ago
  31. 1f75982 Return EBUSY when attempting to addmap a DRM_SHM area with a lock in it if by Eric Anholt · 21 years ago
  32. 6b0424f Clean up BSD MTRR handling. The NetBSD code is untested, but it's my best by Eric Anholt · 21 years ago
  33. 0cf1887 - SMPng lock the DRM. This is only partial -- there are a few code paths by Eric Anholt · 21 years ago
  34. 9fbfb7c Some code cleanups done while working on locking. Reduces always-true by Eric Anholt · 21 years ago
  35. 9295361 Stylistic preparation for SMPng locking work: DRM_LOCK/DRM_UNLOCK have side by Eric Anholt · 21 years ago
  36. a6b84f7 Mostly whitespace cleanups and style(9) fixes focused on "if(" -> "if (" by Eric Anholt · 21 years ago
  37. 963ad33 Fix the debug build. by Eric Anholt · 21 years ago
  38. ad78a61 - Remove $FreeBSD$ tags as they weren't too useful and merges are now being by Eric Anholt · 21 years ago
  39. e5d3c7f Support AGP bridges where the AGP aperture can't be accessed directly by by Michel Daenzer · 21 years ago
  40. ce514e0 Add PCI DMA memory functions and make addbufs_pci and associated code use by Eric Anholt · 21 years ago
  41. 77ee73f Merge from FreeBSD-current. by Eric Anholt · 21 years ago
  42. 58650c3 Clean up the DRM_COPY_TO_USER()ing of DRM(infobufs), making it more legible. by Eric Anholt · 21 years ago
  43. a147df8 Remove more gamma DMA infrastructure. Most of this code was copied straight by Eric Anholt · 21 years ago
  44. c6d2af7 Move some common code from addbufs_<type> to addbufs. Make buf_alloc be by Eric Anholt · 21 years ago
  45. e21473c Remove DRM_DMA_HISTOGRAM and associated code. by Eric Anholt · 21 years ago
  46. 6ef7926 Add DRMFILE definitions and supply filp for BSD in the by Eric Anholt · 21 years ago
  47. 0bd0dd2 Merge back from FreeBSD-current, adding FreeBSD ID tags to aid future by Eric Anholt · 22 years ago
  48. cfa778a Merge from bsd-4-0-0-branch. by Eric Anholt · 22 years ago
  49. 537f220 Remove some noise being spit to the console. by Eric Anholt · 22 years ago
  50. 74ef13f merged bsd-3-0-0-branch by Alan Hourihane · 22 years ago
  51. 16bd149 Initial revision by David Dawes · 23 years ago