Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2002-07-02 | Fix PCI IDs for BSD. | Eric Anholt | 1 | -7/+10 | |
2002-06-28 | Didn't quite work first time. varargs macros on 2.95 are strange. | Eric Anholt | 1 | -0/+2 | |
2002-06-27 | Correct a typo in drm.h Move most of <device>_drv.c into <device>.h. Move | Eric Anholt | 1 | -56/+2 | |
linux init code into drm_drv.h with (I am pretty sure) proper protection from cpp problems. | |||||
2002-06-26 | Update radeon_drv.c for the new interfaces in 1.3.1. | Eric Anholt | 1 | -15/+18 | |
2002-06-18 | Some cleanup of things that were messed up with NetBSD and previous | Eric Anholt | 1 | -1/+1 | |
commits. There is still a crash that I'm looking into. | |||||
2002-06-17 | Move some header includes to drm_os_freebsd.h. This is in preparation for | Eric Anholt | 1 | -2/+0 | |
some NetBSD work to be done soon. There shouldn't be too much extra header inclusion, and it'll clean up a lot of #ifdefs. | |||||
2002-05-29 | Use a single options header, opt_drm.h, which controls debug code and linux | Eric Anholt | 1 | -1/+0 | |
emulation enabling. Add options to makefiles to turn these on/off. | |||||
2002-05-29 | Move the DRM for BSD from device-specific subdirectories into | Eric Anholt | 1 | -0/+125 | |
bsd/drm/kernel, like it is in linux and in FreeBSD CVS. Remove sis files because they won't be supported in the forseeable future. |