index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
isa
/
vesa.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't ignore VESA modes that have the NON-VGA bit set. All of the SVGA
jhb
2000-10-28
1
-2
/
+1
*
- Include opt_vesa.h in vesa.c so that the VESA_DEBUG option is actually
jhb
2000-10-06
1
-1
/
+15
*
Use config's conditional compilation rather than using #ifdefs that make
peter
2000-01-29
1
-9
/
+2
*
Fix the ioctl CONS_FINDMODE and its underlying subroutine
yokota
1999-12-07
1
-5
/
+6
*
Do not call the VESA BIOS if the current video mode is not one of
yokota
1999-09-02
1
-0
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
- Set the correct value to va_line_width while in the ioctl
yokota
1999-08-27
1
-6
/
+17
*
- Ouch! Do not assume the VESA BIOS will preserve the upper 16 bits
yokota
1999-08-27
1
-20
/
+20
*
Fix some warnings, unused functions etc.
peter
1999-07-01
1
-9
/
+17
*
The second phase of syscons reorganization.
yokota
1999-06-22
1
-102
/
+566
*
Unifdef VM86.
jlemon
1999-06-01
1
-4
/
+3
*
Always use the module system, rather than in an #ifdef.
peter
1999-05-09
1
-10
/
+1
*
Follow up to the recent vm86 change in rev. 1.19.
yokota
1999-03-31
1
-6
/
+8
*
Another round of fix for palette loading.
yokota
1999-03-29
1
-8
/
+39
*
Cast (u_char *) to (vm_offset_t) to silence compiler warnings.
jlemon
1999-03-18
1
-6
/
+6
*
Update to use the modified vm86_datacall interface.
jlemon
1999-03-18
1
-21
/
+27
*
Make sure the DAC palette width is restored to 6 bit.
yokota
1999-02-20
1
-5
/
+8
*
Oops, the last commit contained a wrong patch. This is the correct one.
yokota
1999-02-05
1
-9
/
+24
*
- Don't assume the line length in the video memory is always the same as
yokota
1999-02-05
1
-6
/
+44
*
Don't forget copying video mode flags to the adapter info. block when
yokota
1999-01-17
1
-1
/
+2
*
Fix palette save/load functions.
yokota
1999-01-16
1
-21
/
+41
*
Oops, I accidentaly left the debug option on by default.
yokota
1999-01-13
1
-2
/
+2
*
The first stage of console driver reorganization: activate new
yokota
1999-01-11
1
-132
/
+240
*
Correct typo in macro name.
des
1999-01-01
1
-2
/
+2
*
Make the VESA KLD module work!
yokota
1998-12-30
1
-28
/
+34
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+3
*
A size field returned by the VESA BIOS is already expressed in bytes.
yokota
1998-10-02
1
-2
/
+2
*
Yet another round of fixes for the VESA support code.
yokota
1998-10-01
1
-22
/
+59
*
Restore v1.3 - page align workaround moved to vm86_datacall now
ache
1998-09-29
1
-14
/
+5
*
cosmetique - remove unneded static in previous commit
ache
1998-09-29
1
-2
/
+2
*
workaround painful vm86_datacall requirement that segment+offset
ache
1998-09-29
1
-5
/
+14
*
Cosmetic change: adjust copyright notice.
yokota
1998-09-25
1
-17
/
+14
*
Fix and update for VESA BIOS support in syscons.
yokota
1998-09-23
1
-10
/
+43
*
Add VESA support to syscons.
sos
1998-09-15
1
-0
/
+868