freebsd-dev/sys/i386
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
..
apm Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
bios Add the ability to suspend as well as hibernate to the system. This 1998-07-06 06:29:07 +00:00
boot Adjust for sd->da and the loss of od. 1998-09-15 09:59:58 +00:00
conf Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
eisa Obsolteted by CAM. 1998-09-15 10:39:50 +00:00
i386 autoconf.c: 1998-09-15 10:03:43 +00:00
ibcs2 Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
include Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
isa Add VESA support to syscons. 1998-09-15 18:16:39 +00:00
linux Add provisions for variant core dump file formats, depending on the 1998-09-14 05:36:51 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00