freebsd-skq/sys/pc98
Søren Schmidt a8445737e7 Add VESA support to syscons.
Kazu writes:

The VESA support code requires vm86 support. Make sure your kernel
configuration file has the following line.
        options "VM86"
If you want to statically link the VESA support code to the kernel,
add the following option to the kernel configuration file.
        options "VESA"

The vidcontrol command now accepts the following video mode names:
VESA_132x25, VESA_132x43, VESA_132x50, VESA_132x60, VESA_800x600

The VESA_800x600 mode is a raster display mode. The 80x25 text will
be displayed on the 800x600 screen. Useful for some laptop computers.

vidcontrol accepts the new `-i <info>' option, where <info> must be
either `adapter' or `mode'.  When the `-i adapter' option is given,
vidcontrol will print basic information (not much) on the video
adapter. When the `-i mode' option is specified, vidcontrol will
list video modes which are actually supported by the video adapter.

Submitted by:   Kazutaka YOKOTA yokota@FreeBSD.ORG
1998-09-15 18:16:39 +00:00
..
boot Adjust for sd->da and the loss of od. 1998-09-15 14:08:34 +00:00
cbus Sync with sys/i386/isa/fd.c and wd.c revisions 1.122 and 1.176, 1998-09-15 14:07:08 +00:00
conf Sync with sys/i386/conf/GENERIC, SMP-GENERIC, device.i386, files.i386, 1998-09-15 14:10:56 +00:00
i386 Sync with sys/i386/i386/userconfig.c revision 1.108. 1998-09-15 14:11:42 +00:00
pc98 Add VESA support to syscons. 1998-09-15 18:16:39 +00:00