aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/gfb
Commit message (Expand)AuthorAgeFilesLines
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-1/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-062-2/+2
* Update for the KDB framework. Sanitize the alpha console code now thatMarcel Moolenaar2004-07-101-33/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Catch a few places where NULL (pointer) was used where 0 (integer) wasPeter Wemm2003-12-231-2/+2
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-261-4/+1
* 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
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+2
* Move include of opt_fb.h earlier so that FB_INSTALL_CDEV is defined inJohn Baldwin2002-11-081-2/+2
* Turn on TGA support.David E. O'Brien2002-04-131-0/+2
* We need to operate on struct thread now, not struct proc.David E. O'Brien2001-11-081-6/+6
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-012-0/+436