summaryrefslogtreecommitdiff
path: root/sys/dev/fb/fbreg.h
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-03-01fb: whack __mips__ leftoversMateusz Guzik
2022-04-21FB_INSTALL_CDEV: Remove this option and related code.John Baldwin
2020-02-03Remove sparc64 kernel supportWarner Losh
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
2014-07-07Remove ia64.Marcel Moolenaar
2012-08-25Piggyback MIPS changes and add ARM syscons support for devices withOleksandr Tymoshenko
2012-08-25Provide basic glue to allow syscons to be used on MIPS, modelledRobert Watson
2012-06-18Fix the previous commit to only copy the data we were asked to and notPoul-Henning Kamp
2012-06-17On certain newer Intel Atom based motherboards, for instance thePoul-Henning Kamp
2010-06-23Remove unused i586 optimized bcopy/bzero/etc implementations that utilizeKonstantin Belousov
2009-12-29Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2007-01-18On sparc64 also use the fillw() this header provides for ia64 soMarius Strobl
2005-12-06Fix -Wundef warnings from compiling GENERIC and LINT kernels ofRuslan Ermilov
2005-09-28Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl
2004-01-21__powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan
2003-09-26Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp
2003-08-23o Explicitly cast the second argument to bus_space_set_region_#()Marcel Moolenaar
2003-05-01Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm
2003-04-29Keep syscons specific I/O functions internal/specific to syscons onMarcel Moolenaar
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
2003-02-25Cleanup of the d_mmap_t interface.Maxime Henrion
2002-04-13Turn on TGA support.David E. O'Brien
2001-11-06syscons' set_border() is now named sc_set_border(), so there is no longerDag-Erling Smørgrav
2001-09-12KSE Milestone 2Julian Elischer
2001-08-02Add some definitions. Their actual support will be addedKazutaka YOKOTA
2001-06-13With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm
1999-12-29Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
1999-04-12Centralize and reorganize a few macros.Dag-Erling Smørgrav
1999-01-19sysconsKazutaka YOKOTA
1999-01-09Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA