summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/vesa.c
Commit message (Expand)AuthorAgeFilesLines
* - Teach vesa(4) and dpms(4) about x86emu. [1]delphij2009-09-091-1696/+0
* Partially revert 196524: this part of change should not be committed asdelphij2009-08-311-20/+25
* Fix build broken in r196524.glebius2009-08-251-8/+0
* Fix VESA modes and allow 8bit depth modes.delphij2009-08-241-21/+24
* Add line width calculations for 15/16 and 24/32 bit modes in casedelphij2009-06-091-0/+8
* Fix some "in in" typos in comments.brueffer2008-03-261-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-2/+2
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tmarius2005-09-281-6/+8
* Allow the VESA code to handle devices that don't claim to be VGA devices.jhb2005-06-011-2/+0
* Allocate and map a 12k data buffer such that it is contiguous iniedowse2005-03-041-9/+21
* Reduce the maximum supported save state size to 4k, as the 8k limitiedowse2005-03-011-3/+1
* Add a missing bcopy() to make saving the VESA state actually work.iedowse2005-02-281-3/+13
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-1/+1
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-12/+16
* Remove atdevbase and replace it's remaining uses with direct references tojhb2004-06-101-0/+1
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesrobert2003-07-181-0/+12
* Use __FBSDID().obrien2003-06-021-2/+3
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.cognet2003-04-051-1/+1
* Cleanup of the d_mmap_t interface.mux2003-02-251-8/+5
* Back out M_* changes, per decision of the TRB.imp2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-3/+3
* Set %bx register instead of %di register, see vbe3.0, page 45.davidxu2002-12-261-1/+1
* Add additional range checks for copyout targets.rwatson2002-08-091-1/+3
* Remove accidentally included debug stuff.julian2001-09-181-3/+0
* KSE Milestone 2julian2001-09-121-0/+3
* 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
OpenPOWER on IntegriCloud