K 10 svn:author V 3 jhb K 8 svn:date V 27 2019-03-08T19:20:46.496772Z K 7 svn:log V 351 MFC 344671: Don't assume all children of a nexus are ports. Specifically, ccr(4) devices are also children of cxgbe nexus devices. Rather than making assumptions about the child device's softc, walk the list of ports from the nexus' softc to determine if a child is a port in t4_child_location_str(). This fixes a panic when detaching a ccr device. END