K 10 svn:author V 3 jhb K 8 svn:date V 27 2005-07-21T16:42:21.000000Z K 7 svn:log V 286 Don't set if_start to tulip_ifstart all over the place. It is already set in tulip_attach() and its value is never changed, so all the extra sets are redundant. I'm guessing that at some point in time de(4) had an alternate start routine, but that hasn't been true in recent history. END