Subject: CVS commit: src/sys/arch/powerpc/oea
To: None <source-changes@NetBSD.org>
From: Aymeric Vincent <aymeric@netbsd.org>
List: source-changes
Date: 01/09/2008 17:45:46
Module Name:	src
Committed By:	aymeric
Date:		Wed Jan  9 17:45:46 UTC 2008

Modified Files:
	src/sys/arch/powerpc/oea: ofw_autoconf.c

Log Message:
probe as console devices which have a "class-code" property corresponding to
PCI_CLASS_DISPLAY, and not just those which have a "display" device_type.
In the case where each head is a subnode of the graphics card, it's the heads
which have a "display" device_type.

Maybe only testing "class-code" would make sense if this property is defined
on any openfirmware based PowerPC platform.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/powerpc/oea/ofw_autoconf.c

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