Date: Sat, 18 Mar 2000 21:46:51 -0800 (PST) From: Robert Watson <rwatson@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c Message-ID: <200003190546.VAA30360@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2000/03/18 21:46:51 PST Modified files: sys/i386/isa if_wi.c Log: 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 Revision Changes Path 1.19 +4 -2 src/sys/i386/isa/if_wi.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003190546.VAA30360>