Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 02/23/2006 08:02:00
Module Name:	src
Committed By:	macallan
Date:		Thu Feb 23 08:01:59 UTC 2006

Modified Files:
	src/sys/conf: files
	src/sys/dev/ic: igsfb.c igsfb_subr.c igsfbvar.h
	src/sys/dev/pci: igsfb_pci.c
	src/sys/dev/wscons: files.wscons

Log Message:
Add support for virtual consoles to igsfb.
Works fine on a Krups, needs testing on other ports.


To generate a diff of this commit:
cvs rdiff -r1.760 -r1.761 src/sys/conf/files
cvs rdiff -r1.26 -r1.27 src/sys/dev/ic/igsfb.c
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/igsfb_subr.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/ic/igsfbvar.h
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/igsfb_pci.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/wscons/files.wscons

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