aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/tga
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Use BUS_PROBE_DEFAULT in preference to 0. Also for vx, returnWarner Losh2005-03-011-1/+1
* Use dynamic major number allocation.Poul-Henning Kamp2005-02-271-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Remove redundant _FBSDID.Marcel Moolenaar2004-09-011-3/+0
* Do not match TGA2 adapters. They are not compatible with TGA adapters,Marcel Moolenaar2004-08-291-2/+0
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-14/+8
* Use UID_ROOT and GID_WHEEL for uid/gid argments to make_dev().Robert Watson2002-12-271-1/+2
* - Move opt_fb.h earlier so it covers included headers.John Baldwin2002-11-081-6/+5
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-012-0/+551