summaryrefslogtreecommitdiffstats
path: root/sys/dev/fb/vga.c
Commit message (Expand)AuthorAgeFilesLines
* check copyin return values when loading palletesam2005-03-261-4/+7
* 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
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-1/+1
* Correct a potential panic condition that could be caused when getting ornectar2004-04-031-2/+4
* Use __FBSDID().obrien2003-08-241-1/+3
* 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-011-6/+14
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usephk2003-03-181-1/+0
* Cleanup of the d_mmap_t interface.mux2003-02-251-12/+7
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-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
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-5/+5
* GC various bits and pieces of USERCONFIG from all over the place.phk2002-04-091-2/+1
* Make this compile on ia64.marcel2001-10-061-1/+4
* KSE Milestone 2julian2001-09-121-6/+6
* Fix missing splx().yokota2001-08-101-0/+1
* s/adress/address/kris2001-07-231-1/+1
* Remove unneeded #include <sys/proc.h> lines.phk2000-10-291-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromdfr2000-08-281-0/+1
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.peter2000-01-291-5/+0
* Add a workaround to which allows alphas to reserve a port range whichdfr2000-01-241-1/+1
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatyokota2000-01-101-20/+26
* - Fix typo: CGA40 -> CGA80yokota2000-01-101-3/+3
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-071-5/+4
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Correct the mode information for the VGA mode X.yokota1999-08-241-4/+6
* #if 0 an unused function since it generates warnings.. (I have not deletedpeter1999-06-261-1/+5
* The second phase of syscons reorganization.yokota1999-06-221-0/+3041
OpenPOWER on IntegriCloud