summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-064-4/+4
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.ru2004-12-151-1/+3
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>peter2004-09-241-5/+1
* While we're revisiting old sins, try to clean up the code a little anddes2004-08-061-168/+176
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-152-0/+4
* - Add missing <sys/module.h>. [1]marius2004-07-091-6/+2
* Do the dreaded s/dev_t/struct cdev */phk2004-06-164-14/+14
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-1/+1
* Add missing <sys/module.h> includes currently relying on nested includephk2004-06-031-0/+1
* add missing #include <sys/module.h>phk2004-05-302-0/+2
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Remove advertising clause from University of California Regent'simp2004-04-072-8/+0
* - Use an ihandle_t to store the stdout instance handle instead of atmm2004-04-041-2/+2
* Correct a potential panic condition that could be caused when getting ornectar2004-04-031-2/+4
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.grehan2004-01-211-1/+17
* Don't confuse NULL with 0.obrien2004-01-021-3/+3
* Fix a typo. Allow for the creator not being stdout.jake2003-11-111-9/+8
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-262-83/+5
* Use __FBSDID().obrien2003-08-247-7/+21
* Changed ??? to foo in dead code since ??? screws up my editor.jake2003-08-241-1/+1
* Add a driver for creator upa frame buffers found in many sparc64 machines.jake2003-08-244-0/+13197
* o Explicitly cast the second argument to bus_space_set_region_#()marcel2003-08-231-9/+8
* Prefer new location of pci include files (which have only been in theimp2003-08-224-8/+8
* Low risk amd64 fix. Use a vm_offset_t for the virtual location of thepeter2003-05-231-2/+2
* Unbreak alpha and ia64 builds. The previous change made the inclusionmarcel2003-05-021-1/+6
* Add AMD64 support to dev/fb. It isn't optimized.peter2003-05-012-7/+22
* Keep syscons specific I/O functions internal/specific to syscons onmarcel2003-04-291-1/+27
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-253-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* 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-256-32/+23
* Back out M_* changes, per decision of the TRB.imp2003-02-192-5/+5
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-212-5/+5
* Warning fixes.mux2002-11-111-3/+4
* Warning fix.mux2002-11-111-2/+2
* Fix printf warnings with %j and uintmax_t.jhb2002-11-081-2/+3
* Fix rare and probably inconsequential memory leak.phk2002-10-021-1/+3
* use __packed.alfred2002-09-231-24/+24
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-5/+5
* Turn on TGA support.obrien2002-04-134-13/+49
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-2/+1
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-101-5/+5
* syscons' set_border() is now named sc_set_border(), so there is no longerdes2001-11-061-2/+0
* Add the TGA video driver. This is a great accomplishtment and will helpobrien2001-11-015-0/+8384
* Make this compile on ia64.marcel2001-10-061-1/+4
* KSE Milestone 2julian2001-09-124-21/+21
OpenPOWER on IntegriCloud