aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/pc/vesa.h
Commit message (Expand)AuthorAgeFilesLines
* - Teach vesa(4) and dpms(4) about x86emu. [1]Xin LI2009-09-091-120/+0
* Remove the internal use of __packed and put it on the structuresMatt Jacob2007-07-111-11/+11
* __packed has no effect on u_int8_t's except to cause a warning (andPeter Wemm2007-07-051-1/+1
* use __packed.Alfred Perlstein2002-09-231-10/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-2/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-2/+2
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-5/+1
* Update #ifdef directive.Kazutaka YOKOTA1999-01-081-2/+2
* Cosmetic change: adjust copyright notice.Kazutaka YOKOTA1998-09-251-17/+14
* Add VESA support to syscons.Søren Schmidt1998-09-151-0/+127