summaryrefslogtreecommitdiff
path: root/sys/dev/fb/fb.c
AgeCommit message (Expand)Author
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2022-04-21FB_INSTALL_CDEV: Remove this option and related code.John Baldwin
2021-12-06fb: Remove some unused ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused cursors ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOVERTICAL ioctlEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSVIDEO/FBIOGVIDEO ioctlsEmmanuel Vadot
2021-12-06fb: Remove unused FBIOSATTR/FBIOGATTR ioctlsEmmanuel Vadot
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-01-28Remove pc98 support completely.Yoshihiro Takahashi
2016-04-30sys: Make use of our rounddown() macro when sys/param.h is available.Pedro F. Giffuni
2016-04-21sys: use our nitems() macro when param.h is available.Pedro F. Giffuni
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2010-02-23Fix FBIO_ADPINFO ioctl on amd64.Jung-uk Kim
2009-12-29Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.Robert Noland
2008-09-27Replace all calls to minor() with dev2unit().Ed Schouten
2007-12-29Replace explicit calls to video methods with their respective variantsWojciech A. Koszek
2005-12-04Fix -Wundef from compiling the amd64 LINT.Ruslan Ermilov
2004-07-15Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp
2004-02-21Device megapatch 4/6:Poul-Henning Kamp
2004-02-21Device megapatch 1/6:Poul-Henning Kamp
2003-09-26Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-24Changed ??? to foo in dead code since ??? screws up my editor.Jake Burkholder
2003-03-25- Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder
2003-03-03Gigacommit to improve device-driver source compatibility betweenPoul-Henning Kamp
2003-02-26NODEVFS cleanup:Poul-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-04-13Turn on TGA support.David E. O'Brien
2001-09-12KSE Milestone 2Julian Elischer
2001-08-02Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA
2001-06-13With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm
2001-03-26Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp
2001-01-31Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm
2000-12-08Convert more malloc+bzero to malloc+M_ZERO.David Malone
2000-06-10Unused include: #include "fb.h"Peter Wemm
2000-05-21Prevent vidcontrol -i from crashing alphasAndrew Gallatin
1999-12-07Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA
1999-09-25Remove five now unused fields from struct cdevsw. They should neverPoul-Henning Kamp
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-23Convert DEVFS hooks in (most) drivers to make_dev().Poul-Henning Kamp
1999-07-04Remove cmaj and bmaj args from DEV_DRIVER_MODULE.Poul-Henning Kamp
1999-06-22The second phase of syscons reorganization.Kazutaka YOKOTA
1999-05-31Simplify cdevsw registration.Poul-Henning Kamp
1999-05-30This commit should be a extensive NO-OP:Poul-Henning Kamp
1999-01-19sysconsKazutaka YOKOTA
1999-01-12Clean up warnings: get conditional compilation right so that a localKazutaka YOKOTA
1999-01-09Add the new keyboard driver and video card driver. They will beKazutaka YOKOTA