summaryrefslogtreecommitdiff
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'RELENG_5_2'.cvs2svn2003-12-074-7264/+0
* 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
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-212-5/+5
* Warning fixes.Maxime Henrion2002-11-111-3/+4
* Warning fix.Maxime Henrion2002-11-111-2/+2
* Fix printf warnings with %j and uintmax_t.John Baldwin2002-11-081-2/+3
* Fix rare and probably inconsequential memory leak.Poul-Henning Kamp2002-10-021-1/+3
* use __packed.Alfred Perlstein2002-09-231-24/+24
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-5/+5
* Turn on TGA support.David E. O'Brien2002-04-134-13/+49
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-2/+1
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-101-5/+5
* syscons' set_border() is now named sc_set_border(), so there is no longerDag-Erling Smørgrav2001-11-061-2/+0
* Add the TGA video driver. This is a great accomplishtment and will helpDavid E. O'Brien2001-11-015-0/+8384
* Make this compile on ia64.Marcel Moolenaar2001-10-061-1/+4
* KSE Milestone 2Julian Elischer2001-09-124-21/+21
* Fix missing splx().Kazutaka YOKOTA2001-08-101-0/+1
* Include opt_splash.h.Kazutaka YOKOTA2001-08-021-0/+2
* Add FBIO_BLANK ioctl support. Return ENODEV for yet-to-be-Kazutaka YOKOTA2001-08-021-0/+9
* Add some definitions. Their actual support will be addedKazutaka YOKOTA2001-08-021-0/+2
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-132-7/+9
* Send the remains (such as I have located) of "block major numbers" toPoul-Henning Kamp2001-03-261-1/+0
* #if 0 out a variable only used in #if 0'd code to quiet a warning.John Baldwin2001-03-061-0/+4
* Exterminate the use of PSEUDO_SET() with extreme prejudice.Peter Wemm2001-01-311-9/+21
* #if 0 out local variables only used in #if 0'd code and remove unusedJohn Baldwin2001-01-231-1/+4
* Add the VESA S3 linear framebuffer driver. It works on top of VESA by replacingNicolas Souchu2001-01-051-0/+564
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-6/+5
* Disabled EGA/VGA 1bpp/4bpp modes support. This is not real fix, but this comesYoshihiro Takahashi2000-10-311-0/+2
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* Removed extra calculation for X position (PC-98 only).Yoshihiro Takahashi2000-10-281-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+1
* Unused include: #include "fb.h"Peter Wemm2000-06-101-1/+0
* Prevent vidcontrol -i from crashing alphasAndrew Gallatin2000-05-211-0/+8