K 10 svn:author V 3 mav K 8 svn:date V 27 2012-09-18T15:38:42.357480Z K 7 svn:log V 276 Fix panics on attempt to dereference uninitizlized pointer, returned via 'path' argument of ofw_parsedev() if devspec refers raw device with no path. For example, `ls /pci@1f,0/ide@d/disk@0,0:a/` works fine, while `ls /pci@1f,0/ide@d/disk@0,0:a` panicked before this change. END