aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/vga.c
Commit message (Expand)AuthorAgeFilesLines
* i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov2019-01-301-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans2017-04-201-0/+26
* When we don't use the parameter table in the BIOS, also don't use mostBruce Evans2017-04-191-5/+24
* Fix 3 entries in mode tables related to mono and 90-column text modes.Bruce Evans2017-03-261-3/+3
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-2/+2
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni2016-04-261-2/+2
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-7/+7
* Remove a useless warning. The mode information is unused for very long timeJung-uk Kim2012-04-041-4/+0
* Convert files to UTF-8Ulrich Spörlein2012-01-151-1/+1
* Teach VGA framebuffer about 8-bit palette format for VESA.Jung-uk Kim2010-03-241-8/+16
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-5/+5
* Enable BIOS modes on amd64.Xin LI2009-09-141-1/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-1/+1
* Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp2008-04-141-1/+1
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-16/+16
* Fix -Wundef.Ruslan Ermilov2005-12-041-5/+8
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-6/+6
* check copyin return values when loading palleteSam Leffler2005-03-261-4/+7
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.Ruslan Ermilov2004-12-151-1/+3
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm2004-09-241-5/+1
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+1
* Correct a potential panic condition that could be caused when getting orJacques Vidrine2004-04-031-2/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* Low risk amd64 fix. Use a vm_offset_t for the virtual location of thePeter Wemm2003-05-231-2/+2
* Unbreak alpha and ia64 builds. The previous change made the inclusionMarcel Moolenaar2003-05-021-1/+6
* Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm2003-05-011-6/+14
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-12/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Fix printf warnings with %j and uintmax_t.John Baldwin2002-11-081-2/+3
* Fix rare and probably inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-5/+5
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-2/+1
* Make this compile on ia64.Marcel Moolenaar2001-10-061-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Fix missing splx().Kazutaka YOKOTA2001-08-101-0/+1
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+1
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.Peter Wemm2000-01-291-5/+0
* Add a workaround to which allows alphas to reserve a port range whichDoug Rabson2000-01-241-1/+1
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatKazutaka YOKOTA2000-01-101-20/+26
* - Fix typo: CGA40 -> CGA80Kazutaka YOKOTA2000-01-101-3/+3
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-071-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1