aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.0.0_cvscvs2svn2005-11-0318-18/+18
* MFC: creator.c 1.9, fbreg.h 1.19, gfb.c 1.8, machfb.c 1.4,Marius Strobl2005-10-057-35/+37
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-6431/+0
* - Declare lookup tables etc. const. [1]Marius Strobl2005-07-101-68/+148
* - Declare lookup tables etc. const.Marius Strobl2005-07-102-91/+170
* - In machfb_configure() when probed for the high-level console returnMarius Strobl2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnMarius Strobl2005-06-042-41/+33
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-294-5/+0
* Add machfb(4), a driver for ATI Mach64 graphics chips intended forMarius Strobl2005-05-212-0/+1948
* o creator(4):Marius Strobl2005-05-212-166/+316
* - Remove duplicate FBSDID.Marius Strobl2005-05-213-13/+3
* check copyin return values when loading palleteSam Leffler2005-03-261-4/+7
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Save and restore the VGA state across a suspend-resume cycle. ThisIan Dowse2005-02-281-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-064-4/+4
* Fixed compilation warnings with option VGA_NO_MODE_CHANGE.Ruslan Ermilov2004-12-151-1/+3
* Converge towards i386. I originally resisted creating <machine/pc/bios.h>Peter Wemm2004-09-241-5/+1
* While we're revisiting old sins, try to clean up the code a little andDag-Erling Smørgrav2004-08-061-168/+176
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-152-0/+4
* - Add missing <sys/module.h>. [1]Marius Strobl2004-07-091-6/+2
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-164-14/+14
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+1
* Add missing <sys/module.h> includes currently relying on nested includePoul-Henning Kamp2004-06-031-0/+1
* add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Remove advertising clause from University of California Regent'sWarner Losh2004-04-072-8/+0
* - Use an ihandle_t to store the stdout instance handle instead of aThomas Moestl2004-04-041-2/+2
* Correct a potential panic condition that could be caused when getting orJacques Vidrine2004-04-031-2/+4
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* __powerpc__ conditional code for the syscons OpenFirmware/PPC framebuffer.Peter Grehan2004-01-211-1/+17
* Don't confuse NULL with 0.David E. O'Brien2004-01-021-3/+3
* Fix a typo. Allow for the creator not being stdout.Jake Burkholder2003-11-111-9/+8
* Change fb_attach() and fb_detach() to take a integer unit number ratherPoul-Henning Kamp2003-09-262-83/+5
* Use __FBSDID().David E. O'Brien2003-08-247-7/+21
* Changed ??? to foo in dead code since ??? screws up my editor.Jake Burkholder2003-08-241-1/+1
* Add a driver for creator upa frame buffers found in many sparc64 machines.Jake Burkholder2003-08-244-0/+13197
* o Explicitly cast the second argument to bus_space_set_region_#()Marcel Moolenaar2003-08-231-9/+8
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-224-8/+8
* Low risk amd64 fix. Use a vm_offset_t for the virtual location of thePeter Wemm2003-05-231-2/+2
* Unbreak alpha and ia64 builds. The previous change made the inclusionMarcel Moolenaar2003-05-021-1/+6
* Add AMD64 support to dev/fb. It isn't optimized.Peter Wemm2003-05-012-7/+22
* Keep syscons specific I/O functions internal/specific to syscons onMarcel Moolenaar2003-04-291-1/+27
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-253-3/+3
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* 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-256-32/+23
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-192-5/+5