aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/isa/vesa.c
Commit message (Expand)AuthorAgeFilesLines
* Add a font width argument to vi_load_font_t, vi_save_font_t and vi_putm_tMarius Strobl2005-09-281-6/+8
* Allow the VESA code to handle devices that don't claim to be VGA devices.John Baldwin2005-06-011-2/+0
* Allocate and map a 12k data buffer such that it is contiguous inIan Dowse2005-03-041-9/+21
* Reduce the maximum supported save state size to 4k, as the 8k limitIan Dowse2005-03-011-3/+1
* Add a missing bcopy() to make saving the VESA state actually work.Ian Dowse2005-02-281-3/+13
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPPoul-Henning Kamp2004-07-151-1/+1
* Trim a few things from the dmesg output and stick them under bootverbose toJohn Baldwin2004-07-011-12/+16
* Remove atdevbase and replace it's remaining uses with direct references toJohn Baldwin2004-06-101-0/+1
* Make the 80x60, 132x25, 132x43, 132x50, and 132x60 VESA text modesRobert Drehmel2003-07-181-0/+12
* Use __FBSDID().David E. O'Brien2003-06-021-2/+3
* Use vm_paddr_t instead of vm_offset_t for the paddr parameter of vesa_mmap.Olivier Houchard2003-04-051-1/+1
* Cleanup of the d_mmap_t interface.Maxime Henrion2003-02-251-8/+5
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* Set %bx register instead of %di register, see vbe3.0, page 45.David Xu2002-12-261-1/+1
* Add additional range checks for copyout targets.Robert Watson2002-08-091-1/+3
* Remove accidentally included debug stuff.Julian Elischer2001-09-181-3/+0
* KSE Milestone 2Julian Elischer2001-09-121-0/+3
* Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGAJohn Baldwin2000-10-281-2/+1
* - Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actuallyJohn Baldwin2000-10-061-1/+15
* Use config's conditional compilation rather than using #ifdefs that makePeter Wemm2000-01-291-9/+2
* Fix the ioctl CONS_FINDMODE and its underlying subroutineKazutaka YOKOTA1999-12-071-5/+6
* Do not call the VESA BIOS if the current video mode is not one ofKazutaka YOKOTA1999-09-021-0/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* - Set the correct value to va_line_width while in the ioctlKazutaka YOKOTA1999-08-271-6/+17
* - Ouch! Do not assume the VESA BIOS will preserve the upper 16 bitsKazutaka YOKOTA1999-08-271-20/+20
* Fix some warnings, unused functions etc.Peter Wemm1999-07-011-9/+17
* The second phase of syscons reorganization.Kazutaka YOKOTA1999-06-221-102/+566
* Unifdef VM86.Jonathan Lemon1999-06-011-4/+3
* Always use the module system, rather than in an #ifdef.Peter Wemm1999-05-091-10/+1
* Follow up to the recent vm86 change in rev. 1.19.Kazutaka YOKOTA1999-03-311-6/+8
* Another round of fix for palette loading.Kazutaka YOKOTA1999-03-291-8/+39
* Cast (u_char *) to (vm_offset_t) to silence compiler warnings.Jonathan Lemon1999-03-181-6/+6
* Update to use the modified vm86_datacall interface.Jonathan Lemon1999-03-181-21/+27
* Make sure the DAC palette width is restored to 6 bit.Kazutaka YOKOTA1999-02-201-5/+8
* Oops, the last commit contained a wrong patch. This is the correct one.Kazutaka YOKOTA1999-02-051-9/+24
* - Don't assume the line length in the video memory is always the same asKazutaka YOKOTA1999-02-051-6/+44
* Don't forget copying video mode flags to the adapter info. block whenKazutaka YOKOTA1999-01-171-1/+2
* Fix palette save/load functions.Kazutaka YOKOTA1999-01-161-21/+41
* Oops, I accidentaly left the debug option on by default.Kazutaka YOKOTA1999-01-131-2/+2
* The first stage of console driver reorganization: activate newKazutaka YOKOTA1999-01-111-132/+240
* Correct typo in macro name.Dag-Erling Smørgrav1999-01-011-2/+2
* Make the VESA KLD module work!Kazutaka YOKOTA1998-12-301-28/+34
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced staticArchie Cobbs1998-12-071-3/+3
* A size field returned by the VESA BIOS is already expressed in bytes.Kazutaka YOKOTA1998-10-021-2/+2
* Yet another round of fixes for the VESA support code.Kazutaka YOKOTA1998-10-011-22/+59
* Restore v1.3 - page align workaround moved to vm86_datacall nowAndrey A. Chernov1998-09-291-14/+5
* cosmetique - remove unneded static in previous commitAndrey A. Chernov1998-09-291-2/+2
* workaround painful vm86_datacall requirement that segment+offsetAndrey A. Chernov1998-09-291-5/+14
* Cosmetic change: adjust copyright notice.Kazutaka YOKOTA1998-09-251-17/+14