aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fb/vga.c
Commit message (Expand)AuthorAgeFilesLines
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-161-6/+6
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-1/+1
* Correct a potential panic condition that could be caused when getting orJacques Vidrine2004-04-031-2/+4
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* 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-011-6/+14
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-1/+1
* Including <sys/stdint.h> is (almost?) universally only to be able to usePoul-Henning Kamp2003-03-181-1/+0
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-12/+7
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-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
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-5/+5
* GC various bits and pieces of USERCONFIG from all over the place.Poul-Henning Kamp2002-04-091-2/+1
* Make this compile on ia64.Marcel Moolenaar2001-10-061-1/+4
* KSE Milestone 2Julian Elischer2001-09-121-6/+6
* Fix missing splx().Kazutaka YOKOTA2001-08-101-0/+1
* s/adress/address/Kris Kennaway2001-07-231-1/+1
* Remove unneeded #include <sys/proc.h> lines.Poul-Henning Kamp2000-10-291-1/+0
* * Completely rewrite the alpha busspace to hide the implementation fromDoug Rabson2000-08-281-0/+1
* Remove #include "vga.h" and #if NVGA > 0 as it's implied by config.Peter Wemm2000-01-291-5/+0
* Add a workaround to which allows alphas to reserve a port range whichDoug Rabson2000-01-241-1/+1
* Rework the algorithm to detect MDA/CGA/EGA/VGA cards, so thatKazutaka YOKOTA2000-01-101-20/+26
* - Fix typo: CGA40 -> CGA80Kazutaka YOKOTA2000-01-101-3/+3
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-071-5/+4
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Correct the mode information for the VGA mode X.Kazutaka YOKOTA1999-08-241-4/+6
* #if 0 an unused function since it generates warnings.. (I have not deletedPeter Wemm1999-06-261-1/+5
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-0/+3041