Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 02/19/2006 15:16:53
Module Name:	src
Committed By:	jmcneill
Date:		Sun Feb 19 15:16:53 UTC 2006

Modified Files:
	src/sys/dev/ic: vga.c vga_common.c

Log Message:
Prevent vga from attaching if vesafb is the console. Accessing VGA
registers after switching to a VESA linear framebuffer mode is not
guaranteed to work. This should fix the majority of the problems people
have been experiencing with vesafb.

XXX: Still doesn't fix the assertion in wscons with options DIAGNOSTIC.


To generate a diff of this commit:
cvs rdiff -r1.83 -r1.84 src/sys/dev/ic/vga.c
cvs rdiff -r1.6 -r1.7 src/sys/dev/ic/vga_common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.