aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
Commit message (Expand)AuthorAgeFilesLines
* Warnings cleanup for gcc3. Also __FUNCTION__ -> __func__Eric Anholt2002-05-3113-148/+148
* Include <sys/lockmgr.h> for definitions of deprecated locking interfaces --Bruce Evans2002-05-061-0/+1
* Make funsetown() take a 'struct sigio **' so that the locking canAlfred Perlstein2002-05-061-1/+1
* The first argument of pgsigio() is now struct sigio **.Seigo Tanimura2002-05-031-1/+1
* More diff reduction: Shuffle around some header code as was done inEric Anholt2002-04-2921-239/+160
* Diff reduction to my experimental code: clean up return code handling.Eric Anholt2002-04-2924-359/+354
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-285-5/+0
* Add the code for the DRM, based on the code from the drm-kmod port.Eric Anholt2002-04-2748-0/+33683