summaryrefslogtreecommitdiff
path: root/bsd/radeon_drv.c
AgeCommit message (Collapse)AuthorFilesLines
2002-07-02Fix PCI IDs for BSD.Eric Anholt1-7/+10
2002-06-28Didn't quite work first time. varargs macros on 2.95 are strange.Eric Anholt1-0/+2
2002-06-27Correct a typo in drm.h Move most of <device>_drv.c into <device>.h. MoveEric Anholt1-56/+2
linux init code into drm_drv.h with (I am pretty sure) proper protection from cpp problems.
2002-06-26Update radeon_drv.c for the new interfaces in 1.3.1.Eric Anholt1-15/+18
2002-06-18Some cleanup of things that were messed up with NetBSD and previousEric Anholt1-1/+1
commits. There is still a crash that I'm looking into.
2002-06-17Move some header includes to drm_os_freebsd.h. This is in preparation forEric Anholt1-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-29Use a single options header, opt_drm.h, which controls debug code and linuxEric Anholt1-1/+0
emulation enabling. Add options to makefiles to turn these on/off.
2002-05-29Move the DRM for BSD from device-specific subdirectories intoEric Anholt1-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.