summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vesa.c
Commit message (Expand)AuthorAgeFilesLines
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAjhb2000-10-281-2/+1
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyjhb2000-10-061-1/+15
* Use config's conditional compilation rather than using #ifdefs that makepeter2000-01-291-9/+2
* Fix the ioctl CONS_FINDMODE and its underlying subroutineyokota1999-12-071-5/+6
* Do not call the VESA BIOS if the current video mode is not one ofyokota1999-09-021-0/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* - Set the correct value to va_line_width while in the ioctlyokota1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsyokota1999-08-271-20/+20
* Fix some warnings, unused functions etc.peter1999-07-011-9/+17
* The second phase of syscons reorganization.yokota1999-06-221-102/+566
* Unifdef VM86.jlemon1999-06-011-4/+3
* Always use the module system, rather than in an #ifdef.peter1999-05-091-10/+1
* Follow up to the recent vm86 change in rev. 1.19.yokota1999-03-311-6/+8
* Another round of fix for palette loading.yokota1999-03-291-8/+39
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.jlemon1999-03-181-6/+6
* Update to use the modified vm86_datacall interface.jlemon1999-03-181-21/+27
* Make sure the DAC palette width is restored to 6 bit.yokota1999-02-201-5/+8
* Oops, the last commit contained a wrong patch. This is the correct one.yokota1999-02-051-9/+24
* - Don't assume the line length in the video memory is always the same asyokota1999-02-051-6/+44
* Don't forget copying video mode flags to the adapter info. block whenyokota1999-01-171-1/+2
* Fix palette save/load functions.yokota1999-01-161-21/+41
* Oops, I accidentaly left the debug option on by default.yokota1999-01-131-2/+2
* The first stage of console driver reorganization: activate newyokota1999-01-111-132/+240
* Correct typo in macro name.des1999-01-011-2/+2
* Make the VESA KLD module work!yokota1998-12-301-28/+34
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticarchie1998-12-071-3/+3
* A size field returned by the VESA BIOS is already expressed in bytes.yokota1998-10-021-2/+2
* Yet another round of fixes for the VESA support code.yokota1998-10-011-22/+59
* Restore v1.3 - page align workaround moved to vm86_datacall nowache1998-09-291-14/+5
* cosmetique - remove unneded static in previous commitache1998-09-291-2/+2
* workaround painful vm86_datacall requirement that segment+offsetache1998-09-291-5/+14
* Cosmetic change: adjust copyright notice.yokota1998-09-251-17/+14
* Fix and update for VESA BIOS support in syscons.yokota1998-09-231-10/+43
* Add VESA support to syscons.sos1998-09-151-0/+868
OpenPOWER on IntegriCloud