CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2023/04/02 19:34:06
Modified files: sys/dev/ofw : ofw_misc.c Log message: special case phandle 0 and return NULL when looking up network interfaces. not all interfaces will have a phandle (ie, it will be 0), so don't let phandle 0 be used to find any of these. discussed with miod@