Index: boot/genarch/ofw_tree.c
===================================================================
--- boot/genarch/ofw_tree.c	(revision 34bd143ee4c95bdedc6565a0e2150902184b4a44)
+++ boot/genarch/ofw_tree.c	(revision e2cc9a09d69ac8aab988fa3f12b67e7a42704641)
@@ -97,4 +97,5 @@
 	current_node->properties = 0;
 	current_node->property = NULL;
+	current_node->device = NULL;
 	
 	/*
Index: boot/genarch/ofw_tree.h
===================================================================
--- boot/genarch/ofw_tree.h	(revision 34bd143ee4c95bdedc6565a0e2150902184b4a44)
+++ boot/genarch/ofw_tree.h	(revision e2cc9a09d69ac8aab988fa3f12b67e7a42704641)
@@ -50,4 +50,6 @@
 	unsigned properties;			/**< Number of properties. */
 	ofw_tree_property_t *property;
+	
+	void *device;				/**< Member used solely by the kernel. */
 };
 
