Module Name: src Committed By: jmcneill Date: Wed Feb 9 04:37:54 UTC 2011
Modified Files: src/sys/arch/i386/stand/boot: version src/sys/arch/i386/stand/lib: biosvbe.S vbe.c vbe.h Log Message: Add VESA VBE/DDC EDID support for determining the monitor's preferred video mode. "vesa on" will now select the preferred mode @ 8bpp if it can be determined and is supported by the display adapter, otherwise it will use 640x480 @ 8bpp. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/i386/stand/boot/version cvs rdiff -u -r1.1 -r1.2 src/sys/arch/i386/stand/lib/biosvbe.S cvs rdiff -u -r1.6 -r1.7 src/sys/arch/i386/stand/lib/vbe.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/stand/lib/vbe.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.