summaryrefslogtreecommitdiff
path: root/sys/dev/fb/vga.c
AgeCommit message (Expand)Author
2023-12-26fb: Explicitly handle errors when getting or setting a colour paletteMark Johnston
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-21FB_INSTALL_CDEV: Remove this option and related code.John Baldwin
2019-01-30i386: Merge PAE and non-PAE pmaps into same kernel.Konstantin Belousov
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-20Attempt to determine the modes in which 8-bit wide characters are actuallyBruce Evans
2017-04-19When we don't use the parameter table in the BIOS, also don't use mostBruce Evans
2017-03-26Fix 3 entries in mode tables related to mono and 90-column text modes.Bruce Evans
2016-05-03sys/dev: minor spelling fixes.Pedro F. Giffuni
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-26sys/dev: extend use of the howmany() macro when available.Pedro F. Giffuni
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni
2012-04-04Remove a useless warning. The mode information is unused for very long timeJung-uk Kim
2012-01-15Convert files to UTF-8Ulrich Spörlein
2010-03-24Teach VGA framebuffer about 8-bit palette format for VESA.Jung-uk Kim
2009-12-29Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland
2009-09-14Enable BIOS modes on amd64.Xin LI
2009-09-09 - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI
2008-04-14Convert amd64 and i386 to share the atrtc device driver.Poul-Henning Kamp
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2005-12-04Fix -Wundef.Ruslan Ermilov
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2005-03-26check copyin return values when loading palleteSam Leffler
2004-12-15Fixed compilation warnings with option VGA_NO_MODE_CHANGE.Ruslan Ermilov
2004-09-24Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm
2004-06-16Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp
2004-06-10Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin
2004-04-03Correct a potential panic condition that could be caused when getting orJacques Vidrine
2003-08-24Use __FBSDID().David E. O'Brien
2003-05-23Low risk amd64 fix. Use a vm_offset_t for the virtual location of thePeter Wemm
2003-05-02Unbreak alpha and ia64 builds. The previous change made the inclusionMarcel Moolenaar
2003-05-01Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
2003-03-18Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp
2003-02-25Cleanup of the d_mmap_t interface.Maxime Henrion
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-08Fix printf warnings with %j and uintmax_t.John Baldwin
2002-10-02Fix rare and probably inconsequential memory leak.Poul-Henning Kamp
2002-08-25Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier
2002-04-09GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp
2001-10-06Make this compile on ia64.Marcel Moolenaar
2001-09-12KSE Milestone 2Julian Elischer
2001-08-10Fix missing splx().Kazutaka YOKOTA
2001-07-23s/adress/address/Kris Kennaway
2000-10-29Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp
2000-08-28* Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson
2000-01-29Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.Peter Wemm
2000-01-24Add a workaround to which allows alphas to reserve a port range whichDoug Rabson
2000-01-10Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatKazutaka YOKOTA