summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/fb.c
Commit message (Expand)AuthorAgeFilesLines
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-2/+1
* Fix FBIO_ADPINFO ioctl on amd64.jkim2010-02-231-3/+3
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-3/+3
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-10/+9
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-3/+3
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-261-81/+3
* Use __FBSDID().obrien2003-08-241-2/+3
* Changed ??? to foo in dead code since ??? screws up my editor.jake2003-08-241-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* NODEVFS cleanup:phk2003-02-261-2/+3
* Cleanup of the d_mmap_t interface.mux2003-02-251-4/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Turn on TGA support.obrien2002-04-131-5/+6
* KSE Milestone 2julian2001-09-121-9/+9
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-yokota2001-08-021-0/+9
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-6/+9
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Exterminate the use of PSEUDO_SET() with extreme prejudice.peter2001-01-311-10/+22
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-6/+5
* Unused include: #include "fb.h"peter2000-06-101-1/+0
* Prevent vidcontrol -i from crashing alphasgallatin2000-05-211-0/+8
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-071-8/+0
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Convert DEVFS hooks in (most) drivers to make_dev().phk1999-08-231-3/+1
* Remove cmaj and bmaj args from DEV_DRIVER_MODULE.phk1999-07-041-3/+2
* The second phase of syscons reorganization.yokota1999-06-221-40/+433
* Simplify cdevsw registration.phk1999-05-311-4/+2
* This commit should be a extensive NO-OP:phk1999-05-301-5/+20
* sysconsyokota1999-01-191-3/+4
* Clean up warnings: get conditional compilation right so that a localyokota1999-01-121-6/+11
* Add the new keyboard driver and video card driver. They will beyokota1999-01-091-0/+415
OpenPOWER on IntegriCloud