Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 09/24/2002 21:17:25
Module Name:	syssrc
Committed By:	uwe
Date:		Tue Sep 24 18:17:25 UTC 2002

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: igsfb.c igsfbreg.h igsfbvar.h
	syssrc/sys/dev/pci: igsfb_pci.c
Added Files:
	syssrc/sys/dev/ic: igsfb_subr.c

Log Message:
Add some preliminary support for setting up the CyberPro in Netwinder.
Setup sequence obtained from Krups OFW with some CyberPro-specific
magic from Linux driver.  The driver still has a lot of hardcoded
stuff, but it is useful enough to bring up wscons on netwinder.

XXX: Proper console attachment needs to be written (the driver was
originally developed on sparc, where our approach to attaching console
is totally different).

Caveat emptor!


To generate a diff of this commit:
cvs rdiff -r1.550 -r1.551 syssrc/sys/conf/files
cvs rdiff -r1.5 -r1.6 syssrc/sys/dev/ic/igsfb.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/ic/igsfb_subr.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/igsfbreg.h \
    syssrc/sys/dev/ic/igsfbvar.h
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/igsfb_pci.c

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