Subject: CVS commit: src/sys/dev/ofw
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 11/07/2007 19:26:45
Module Name:	src
Committed By:	garbled
Date:		Wed Nov  7 19:26:45 UTC 2007

Modified Files:
	src/sys/dev/ofw: ofw_subr.c openfirm.h

Log Message:
Add three new MI functions taken from macppc/autoconf.c:
of_getnode_byname(): Finds a node named X
of_to_uint32_prop(): sets an uint32_t prop_t from an OFW property
of_to_dataprop(): sets a data prop_t from an OFW property

These looked more generally useful, and seemed like something other
OFW-capable machines might want to take advantage of.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/ofw/ofw_subr.c
cvs rdiff -r1.24 -r1.25 src/sys/dev/ofw/openfirm.h

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