K 10 svn:author V 2 ru K 8 svn:date V 27 2005-09-16T11:11:51.000000Z K 7 svn:log V 210 Fix "struct ifnet" leaks when attach() fails in the middle, e.g. when mii_phy_probe() or bus_setup_intr() fails. For drivers that call their detach() in this case, call if_free() there to cover this case too. END