From owner-cvs-all Sat Mar 18 21:46:56 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A03237B677; Sat, 18 Mar 2000 21:46:51 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA30360; Sat, 18 Mar 2000 21:46:51 -0800 (PST) (envelope-from rwatson@FreeBSD.org) Message-Id: <200003190546.VAA30360@freefall.freebsd.org> From: Robert Watson Date: Sat, 18 Mar 2000 21:46:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/isa if_wi.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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