Module Name: src Committed By: snj Date: Thu Jul 20 01:20:07 UTC 2017
Modified Files: src/sys/dev/fdt [netbsd-8]: fdt_subr.c Log Message: Pull up following revision(s) (requested by jmcneill in ticket #147): sys/dev/fdt/fdt_subr.c: revision 1.17 Fix a problem with fdtbus_get_phandle where we were passing size -1 to kmem_alloc when the property was not found. This seemed to work with DIAGNOSTIC kernels, but panics in vmem with a non-DIAGNOSTIC kernel. To generate a diff of this commit: cvs rdiff -u -r1.13.2.1 -r1.13.2.2 src/sys/dev/fdt/fdt_subr.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.