aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/fb.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
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+0
* sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni2016-04-301-1/+1
* sys: use our nitems() macro when param.h is available.Pedro F. Giffuni2016-04-211-1/+1
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Fix FBIO_ADPINFO ioctl on amd64.Jung-uk Kim2010-02-231-3/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland2009-12-291-3/+3
* Replace all calls to minor() with dev2unit().Ed Schouten2008-09-271-1/+1
* Replace explicit calls to video methods with their respective variantsWojciech A. Koszek2007-12-291-10/+9
* Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov2005-12-041-3/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-0/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-261-81/+3
* Use __FBSDID().David E. O'Brien2003-08-241-2/+3
* Changed ??? to foo in dead code since ??? screws up my editor.Jake Burkholder2003-08-241-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp2003-03-031-13/+8
* NODEVFS cleanup:Poul-Henning Kamp2003-02-261-2/+3
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-4/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Turn on TGA support.David E. O'Brien2002-04-131-5/+6
* KSE Milestone 2Julian Elischer2001-09-121-9/+9
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-021-0/+9
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-6/+9
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm2001-01-311-10/+22
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+5
* Unused include: #include "fb.h"Peter Wemm2000-06-101-1/+0
* Prevent vidcontrol -i from crashing alphasAndrew Gallatin2000-05-211-0/+8
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-071-8/+0
* Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp1999-09-251-5/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp1999-08-231-3/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp1999-07-041-3/+2
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-40/+433
* Simplify cdevsw registration.Poul-Henning Kamp1999-05-311-4/+2
* This commit should be a extensive NO-OP:Poul-Henning Kamp1999-05-301-5/+20
* sysconsKazutaka YOKOTA1999-01-191-3/+4
* Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA1999-01-121-6/+11
* Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA1999-01-091-0/+415