summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/s3_pci.c
Commit message (Expand)AuthorAgeFilesLines
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-1/+0
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-1/+1
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-6/+8
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Use __FBSDID().obrien2003-08-241-3/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+3
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* #if 0 out local variables only used in #if 0'd code and remove unusedjhb2001-01-231-1/+4
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingnsouch2001-01-051-0/+564
OpenPOWER on IntegriCloud