aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/s3_pci.c
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-4/+4
* Fix a Clang warning.Jung-uk Kim2012-04-161-1/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-3/+3
* Enable s3pci on amd64 which works on top of VESA, and allowXin LI2009-09-211-1/+0
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-1/+1
* Third argument to the vi_mmap_t function is vm_paddr_t *.Konstantin Belousov2008-11-291-1/+1
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-6/+8
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Use __FBSDID().David E. O'Brien2003-08-241-3/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-2/+3
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-5/+5
* #if 0 out local variables only used in #if 0'd code and remove unusedJohn Baldwin2001-01-231-1/+4
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingNicolas Souchu2001-01-051-0/+564