K 10 svn:author V 2 ed K 8 svn:date V 27 2008-06-29T13:17:01.256945Z K 7 svn:log V 332 Remove the unused softc from the lo(4) driver. Now that the pseudo-interface cloner has an internal list of instances, there is no need to create a softc. The softc only contains a pointer to the ifp, which means there is no valid reason to keep it. While there, remove the corresponding malloc-pool. Approved by: philip (mentor) END