aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/drm
Commit message (Collapse)AuthorAgeFilesLines
* bsd.kmod.mk does not deal with manpages anymore.Ruslan Ermilov2004-01-135-5/+0
| | | | Notes: svn path=/head/; revision=124472
* Hook the SiS DRM up to the buildEric Anholt2003-09-092-1/+10
| | | | | | | Sponsored by: LinuxFund Notes: svn path=/head/; revision=119896
* Update the DRM to latest from DRI CVS. This is approximately the versionEric Anholt2003-03-095-13/+6
| | | | | | | | | | included in XFree86 4.3, but includes some fixes. Notable changes include Radeon 8500-9100 support, PCI Radeon/Rage 128 support, transform & lighting support for Radeons, and vblank syncing support for r128, radeon, and mga. The gamma driver was removed due to lack of any users. Notes: svn path=/head/; revision=112015
* Include "../Makefile.inc".Yoshihiro Takahashi2002-11-061-0/+3
| | | | Notes: svn path=/head/; revision=106496
* Zap KMODDEPS entries so that people do not wonder why it isn't working onPeter Wemm2002-05-013-3/+0
| | | | | | | | | -current. Apolgies to: anhold Notes: svn path=/head/; revision=95836
* Hook the DRM up to the build and add it to NOTES.Eric Anholt2002-04-285-5/+5
| | | | | | | Approved by: des Notes: svn path=/head/; revision=95607
* Add makefiles for DRM modulesEric Anholt2002-04-276-0/+53
Approved by: des Notes: svn path=/head/; revision=95586