K 10 svn:author V 5 wpaul K 8 svn:date V 27 2000-12-08T21:35:11.000000Z K 7 svn:log V 331 Fix probe/attach a little. We don't have to call bpfattach() anymore since ether_ifattach() does it for us. We do need to call ether_ifdetach() instead of if_detach(). And we don't have to check for ifp->if_name already being initialized because it never will be in FreeBSD 4.x and above. Reviewed by: Warner Losh, Duncan Barclay END