K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2010-07-03T21:02:11.533378Z K 7 svn:log V 534 "Fix" some things in ofw_fdt for 64-bit systems. The basic problem is that this code uses pointers into the device tree as package handles, but the PPC OF spec has package handles as 32-bit quantities. Maybe offsets into the DT blob could be used instead? In any case, this change is fine on powerpc64/aim, since device trees will always be loaded at boot time and thus are guaranteed to be in 32-bit accessible memory. Also, kill some dependence on things in /dev/fdt, which are unimplemented (and unnecessary) for the time being. END