Module Name: src Committed By: jmcneill Date: Wed Jul 19 20:18:07 UTC 2017
Modified Files: src/sys/dev/fdt: fdt_subr.c Log Message: 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.16 -r1.17 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.