K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2017-11-01T00:46:48.143217Z K 7 svn:log V 334 Remove a singleton in the DPAA driver, to allow multiple fman instances Some devices (P5040, P4080) have multiple frame managers in their DPAA subsystems. This was prevented by use of a softc singleton in the DPAA driver. Since if_dtsec(4) has moved to be a child of fman, it can access the fman device data via the parent object. END