summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb
Commit message (Expand)AuthorAgeFilesLines
* Rewrite x86bios and update its dependent drivers.jkim2009-10-191-304/+490
* Reject some VESA graphics modes if the controller does not have enoughjkim2009-09-251-34/+50
* Fix LINT build.delphij2009-09-251-1/+1
* Some broken VESA BIOSes, e.g., IBM T23, return wrong value fromjkim2009-09-241-4/+5
* - Use FreeBSD function naming convention.jkim2009-09-241-41/+41
* Move sys/dev/x86bios to sys/compat/x86bios.jkim2009-09-231-1/+1
* Initialize registers to zero before calling the interrupt handlers insidedelphij2009-09-231-0/+19
* Style(9) fixes.delphij2009-09-211-6/+6
* Collapase interrupt supporting functions to a new module, and switch fromdelphij2009-09-211-223/+192
* Enable s3pci on amd64 which works on top of VESA, and allowdelphij2009-09-211-1/+0
* Change cache attribute for VESA frame buffer from UC to write-combining.jkim2009-09-191-1/+2
* Enable BIOS modes on amd64.delphij2009-09-141-1/+1
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-094-244/+298
* Copy the following files to new places, a subsequent commit would removedelphij2009-09-092-0/+1816
* - Change some softc members to be unsigned where more appropriate.marius2009-04-281-16/+14
* Fix whitespace.marius2009-04-141-13/+13
* - Remove the second license as I'm also fine with the first one.marius2009-04-141-139/+131
* Fix whitespace.marius2009-04-141-31/+31
* Third argument to the vi_mmap_t function is vm_paddr_t *.kib2008-11-291-1/+1
* Replace all calls to minor() with dev2unit().ed2008-09-272-2/+2
* Convert amd64 and i386 to share the atrtc device driver.phk2008-04-141-1/+1
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-297-59/+112
* Remove the internal use of __packed and put it on the structuresmjacob2007-07-111-29/+29
* Move the gallant 12 x 22 font data from a .h to a .c so it doesn't needmarius2007-06-164-6202/+30
* - Define data of struct gfb_font a const as it's only used to supply fontmarius2007-06-162-2/+2
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-071-29/+13
* On sparc64 also use the fillw() this header provides for ia64 somarius2007-01-181-2/+4
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-162-87/+452
* - Garbage collect more alpha remnants.marius2007-01-083-1102/+2
* Remove the DPMS code in creator_blank_display(), as it causes somemarius2006-08-241-9/+0
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Remove some tga bits I missed.jhb2006-05-122-2602/+0
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-3/+3
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-3/+3
* Fix -Wundef.ru2005-12-041-5/+8
* Remove unecessary include file. machine/rpb.h is very alpha specificimp2005-11-071-1/+0
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-287-35/+37
* - Declare lookup tables etc. const. [1]marius2005-07-101-68/+148
* - Declare lookup tables etc. const.marius2005-07-102-91/+170
* - In machfb_configure() when probed for the high-level console returnmarius2005-06-041-22/+36
* - In creator_configure() when probed for the high-level console returnmarius2005-06-042-41/+33
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-294-5/+0
* Add machfb(4), a driver for ATI Mach64 graphics chips intended formarius2005-05-212-0/+1948
* o creator(4):marius2005-05-212-166/+316
* - Remove duplicate FBSDID.marius2005-05-213-13/+3
* check copyin return values when loading palletesam2005-03-261-4/+7
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Save and restore the VGA state across a suspend-resume cycle. Thisiedowse2005-02-281-0/+1
* 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
OpenPOWER on IntegriCloud