rename amd64 architecture to x86_64
[dragonfly.git] / sys / dev / video / fb / vga.c
2009-11-05 Simon Schubertrename amd64 architecture to x86_64
2009-08-20 Matthew DillonFix numerous compiler warnings and format conversion...
2009-06-24 Matthew DillonAMD64 - Fix many compile-time warnings. int/ptr type...
2009-05-14 Jordan Gordeevvga(4): Fix truncation of 64-bit addresses.
2009-04-26 Jordan Gordeevvga(4): Fix truncation of 64-bit addresses.
2008-12-27 Jordan GordeevBring in the remainder of the post-SoC amd64 enchilada.
2008-01-19 Sascha WildnerRemove some unnecessary initialization.
2008-01-09 Sascha WildnerRemove a lot of old, mummified code whose sole purpose...
2007-09-20 Sascha WildnerRemove unneeded #include.
2007-08-15 Sascha Wildner* Add DPMS support to the vesa module.
2007-04-04 Sascha Wildner* Remove compatibility with some old config options...
2006-12-29 Sascha Wildnersyscons doesn't support EGA, CGA etc. anymore, so remov...
2006-12-22 Sascha WildnerRename printf -> kprintf in sys/ and add some defines...
2006-09-10 Matthew DillonChange the kernel dev_t, representing a pointer to...
2006-09-05 Matthew DillonRename malloc->kmalloc, free->kfree, and realloc->kreal...
2006-07-28 Matthew DillonMASSIVE reorganization of the device operations vector...
2005-10-30 Sascha WildnerFix style(9) issue: move * to the line specifying the...
2005-07-29 Sascha WildnerRemove parameter names from prototypes.
2005-07-09 Sascha Wildner* Remove unneeded <sys/proc.h>
2005-06-10 Matthew Dillonspl->critical section conversion
2005-04-30 Sascha WildnerRemove DEC Alpha support.
2005-02-14 Sascha WildnerMake VGA palette registers available.
2005-02-01 Joerg Sonnenberger*_load_pallete's second argument should be const.
2004-08-13 Matthew DillonThe base/count bounds checking was insufficient, leadin...
2004-02-24 Joerg SonnenbergerConditionalize filll_io and filll, they are only used...
2003-08-07 Matthew Dillonkernel tree reorganization stage 1: Major cvs repositor...
2003-07-23 Matthew DillonLINT cleanup, add a static function back in which I...
2003-07-23 Matthew DillonLINT pass. Cleanup missed proc->thread conversions...
2003-07-21 Matthew DillonLINT build test. Aggregated source code adjustments...
2003-06-17 Matthew DillonAdd the DragonFly cvs id and perform general cleanups...
2003-06-17 Matthew DillonInitial import from FreeBSD RELENG_4: