K 10 svn:author V 7 rwatson K 8 svn:date V 27 2000-03-19T05:46:50.000000Z K 7 svn:log V 288 Modify if_wi.c to call bpfdetach(ifp) before if_detach(ifp), so as to prevent a page fault if the card is ejected while BPF is in use. This could happen if DHCP or tcpdump was in use on that interface during ejection. Other drivers may also require this modification. Reviewed by: wes END