aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/fbreg.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-231-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-251-1/+1
* Remove sparc64 kernel supportWarner Losh2020-02-031-8/+1
* 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
* Remove ia64.Marcel Moolenaar2014-07-071-22/+2
* Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko2012-08-251-1/+6
* Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson2012-08-251-0/+23
* Fix the previous commit to only copy the data we were asked to and notPoul-Henning Kamp2012-06-181-0/+1
* On certain newer Intel Atom based motherboards, for instance thePoul-Henning Kamp2012-06-171-3/+10
* Remove unused i586 optimized bcopy/bzero/etc implementations that utilizeKonstantin Belousov2010-06-231-10/+1
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-5/+7
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-12/+66
* On sparc64 also use the fillw() this header provides for ia64 soMarius Strobl2007-01-181-2/+4
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov2005-12-061-3/+3
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-4/+4
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan2004-01-211-1/+17
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-261-2/+2
* o Explicitly cast the second argument to bus_space_set_region_#()Marcel Moolenaar2003-08-231-9/+8
* Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm2003-05-011-1/+8
* Keep syscons specific I/O functions internal/specific to syscons onMarcel Moolenaar2003-04-291-1/+27
* - 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/+3
* Turn on TGA support.David E. O'Brien2002-04-131-1/+21
* syscons' set_border() is now named sc_set_border(), so there is no longerDag-Erling Smørgrav2001-11-061-2/+0
* KSE Milestone 2Julian Elischer2001-09-121-3/+3
* Add some definitions. Their actual support will be addedKazutaka YOKOTA2001-08-021-0/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-1/+0
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-13/+52
* Centralize and reorganize a few macros.Dag-Erling Smørgrav1999-04-121-1/+18
* sysconsKazutaka YOKOTA1999-01-191-4/+4
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+154