From 564b6a39bc60122dd377e657123ba8f3d4a7ccf7 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Tue, 20 Feb 2001 19:39:49 +0000 Subject: for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok --- sys/arch/sparc/dev/be.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sys/arch/sparc/dev/be.c') diff --git a/sys/arch/sparc/dev/be.c b/sys/arch/sparc/dev/be.c index 62669c2c549..56291a12cee 100644 --- a/sys/arch/sparc/dev/be.c +++ b/sys/arch/sparc/dev/be.c @@ -1,4 +1,4 @@ -/* $OpenBSD: be.c,v 1.24 2001/01/30 07:17:07 jason Exp $ */ +/* $OpenBSD: be.c,v 1.25 2001/02/20 19:39:33 mickey Exp $ */ /* * Copyright (c) 1998 Theo de Raadt and Jason L. Wright. @@ -226,11 +226,6 @@ beattach(parent, self, aux) printf(" pri %d: rev %x address %s\n", pri, sc->sc_rev, ether_sprintf(sc->sc_arpcom.ac_enaddr)); -#if NBPFILTER > 0 - bpfattach(&sc->sc_arpcom.ac_if.if_bpf, ifp, DLT_EN10MB, - sizeof(struct ether_header)); -#endif - bp = ca->ca_ra.ra_bp; if (bp != NULL && strcmp(bp->name, "be") == 0 && sc->sc_dev.dv_unit == bp->val[1]) -- cgit v1.2.3