Age | Commit message (Expand) | Author | Files | Lines |
2002-07-04 | Update from trunk.bsd-3-0-0-freezebsd-3-0-0-20020705bsd-3-0-0-branch | Eric Anholt | 2 | -26/+34 |
2002-07-04 | Clean up remaining <driver>_drv.c files on linux. Tested by compiling both | Eric Anholt | 13 | -349/+118 |
2002-07-03 | Merge from trunk to bsd-3-0-0-branch. | Eric Anholt | 4 | -8/+14 |
2002-07-03 | typo, DRM_OS_ -> DRM_. (Preparing for trunk->branch merge) | Eric Anholt | 2 | -2/+2 |
2002-07-03 | One memory barrier missed in template conversion. | Eric Anholt | 2 | -2/+2 |
2002-07-02 | Fix PCI IDs for BSD. | Eric Anholt | 6 | -92/+54 |
2002-07-02 | Make wrapped non-volatile to prevent warnings (it doesn't need to be, as | Eric Anholt | 2 | -2/+2 |
2002-07-02 | Fix panic on module unload and a panic when exiting dri clients sometimes. | Eric Anholt | 4 | -120/+108 |
2002-06-28 | More fixing for -stable | Eric Anholt | 2 | -0/+4 |
2002-06-28 | Didn't quite work first time. varargs macros on 2.95 are strange. | Eric Anholt | 4 | -6/+10 |
2002-06-28 | Fix for compiling on gcc 2.95 (according to rwatson) | Eric Anholt | 2 | -6/+6 |
2002-06-27 | os-independent interface name changes (mostly DRM_OS_* -> DRM_) | Eric Anholt | 64 | -2385/+2375 |
2002-06-27 | comment fix | Alan Hourihane | 2 | -2/+4 |
2002-06-27 | A paniced machine running X looks a lot like a non-paniced machine running | Eric Anholt | 2 | -24/+30 |
2002-06-27 | AGPGART working for r128 on FreeBSD. | Eric Anholt | 10 | -28/+18 |
2002-06-27 | MTRR support for FreeBSD. | Eric Anholt | 6 | -66/+116 |
2002-06-27 | Correct a typo in drm.h Move most of <device>_drv.c into <device>.h. Move | Eric Anholt | 22 | -611/+141 |
2002-06-27 | Make DRM_OS_VERIFYAREA_READ actually verify. Radeon should now be as secure | Eric Anholt | 2 | -8/+6 |
2002-06-27 | Commit most of Erik Reid's NetBSD diffs, along with a few cleanups. | Eric Anholt | 30 | -304/+396 |
2002-06-27 | One more __FUNCTION__ that had survived. | Eric Anholt | 2 | -2/+2 |
2002-06-27 | Include protection against ioctl() definition only in the __FreeBSD__ and | Eric Anholt | 4 | -4/+24 |
2002-06-27 | Enable debugging by default if DRM_DEBUG was set during compile. | Eric Anholt | 1 | -1/+1 |
2002-06-27 | Messed up use of IOC() in the last commit. | Eric Anholt | 1 | -3/+6 |
2002-06-26 | mga port to os-independent style, tested on linux with g400. | Eric Anholt | 8 | -390/+270 |
2002-06-26 | Error code that got missed. | Eric Anholt | 2 | -2/+2 |
2002-06-26 | Update radeon_drv.c for the new interfaces in 1.3.1. | Eric Anholt | 2 | -30/+36 |
2002-06-26 | The drmCommand interface was passing a size to DRM_IOR() and friends, when | Eric Anholt | 5 | -30/+82 |
2002-06-21 | Port radeon to os-independent interface. Hook up mga and radeon from the | Eric Anholt | 39 | -39025/+608 |
2002-06-21 | Add mga and radeon source from Linux | Eric Anholt | 22 | -0/+38524 |
2002-06-21 | Hook up os-independence of r128 for Linux. | Eric Anholt | 11 | -3543/+10 |
2002-06-19 | Commit os-independence of r128. Only hooked up on FreeBSD until I can fix | Eric Anholt | 18 | -4251/+759 |
2002-06-19 | Add r128 device-specific files from linux | Eric Anholt | 9 | -0/+7001 |
2002-06-18 | More NetBSD changes | Eric Anholt | 16 | -84/+224 |
2002-06-18 | NetBSD changes to drm_drv.h, may help with multiple drm devices on Free. | Eric Anholt | 2 | -328/+386 |
2002-06-18 | Some cleanup of things that were messed up with NetBSD and previous | Eric Anholt | 10 | -10/+10 |
2002-06-17 | Some initial NetBSD stuff, drm_drv.h to follow. | Eric Anholt | 19 | -32/+850 |
2002-06-17 | Remove mis-merged ioremap_nocache (which is not used) | Eric Anholt | 2 | -48/+0 |
2002-06-17 | Move some header includes to drm_os_freebsd.h. This is in preparation for | Eric Anholt | 43 | -122/+42 |
2002-06-17 | Work around ioctl() being defined in sys/ioccom.h. This will have to be | Eric Anholt | 1 | -0/+2 |
2002-06-12 | bring the bsd-3-0-0 branch up-to-date with the trunk | Alan Hourihane | 14 | -793/+1024 |
2002-05-31 | DRM_DEBUG=1 warnings cleanup | Eric Anholt | 2 | -9/+9 |
2002-05-31 | pcigart code ported for FreeBSD. Untested, disabled by default. Flip | Eric Anholt | 12 | -298/+146 |
2002-05-29 | Use a single options header, opt_drm.h, which controls debug code and linux | Eric Anholt | 21 | -84/+115 |
2002-05-29 | Move the DRM for BSD from device-specific subdirectories into | Eric Anholt | 52 | -1063/+432 |
2002-05-29 | Clean up some debugging output, strange diffs from linux. Clean up some | Eric Anholt | 14 | -138/+20 |
2002-05-28 | At least schedule the other half of the interrupt handler. This code | Eric Anholt | 1 | -0/+1 |
2002-05-28 | Fix up some atomic definitions. The atomic handling has issues iirc, but | Eric Anholt | 9 | -45/+45 |
2002-05-28 | Bring bsd-3-0-0-branch up-to-date with trunk code. | Alan Hourihane | 16 | -158/+208 |
2002-05-28 | Catch up to FreeBSD-current Clean up some warnings with gcc3 Enable some | Eric Anholt | 11 | -56/+68 |
2002-04-22 | bring bsd-3-0-0 branch up-to-date with trunk | Alan Hourihane | 0 | -0/+0 |