From owner-freebsd-bugs Sun May 26 16:39:41 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA11288 for bugs-outgoing; Sun, 26 May 1996 16:39:41 -0700 (PDT) Received: (from scrappy@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA11265; Sun, 26 May 1996 16:39:39 -0700 (PDT) Date: Sun, 26 May 1996 16:39:39 -0700 (PDT) From: "Marc G. Fournier" Message-Id: <199605262339.QAA11265@freefall.freebsd.org> To: fredriks@mcs.com, scrappy, freebsd-bugs, scrappy Subject: Re: i386/631 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: if_ix does not support bpf, nor does it appear to support MC. State-Changed-From-To: open-feedback State-Changed-By: scrappy State-Changed-When: Sun May 26 16:34:48 PDT 1996 State-Changed-Why: the log seems to imply that bpf support exists, but I can't find *when* it was added in (read too many of these today, I'm going blind): date: 1996/02/06 18:50:46; author: wollman; state: Exp; lines: +5 -19 Clean up Ethernet drivers: - fill in and use ifp->if_softc - use if_bpf rather than private cookie variables - change bpf interface to take advantage of this - call ether_ifattach() directly from Ethernet drivers - delete kludge in if_attach() that did this indirectly Responsible-Changed-From-To: freebsd-bugs->scrappy Responsible-Changed-By: scrappy Responsible-Changed-When: Sun May 26 16:34:48 PDT 1996 Responsible-Changed-Why: looking into it