diff options
Diffstat (limited to 'sys/arch/sparc/dev')
-rw-r--r-- | sys/arch/sparc/dev/be.c | 7 | ||||
-rw-r--r-- | sys/arch/sparc/dev/hme.c | 6 | ||||
-rw-r--r-- | sys/arch/sparc/dev/if_ie.c | 6 | ||||
-rw-r--r-- | sys/arch/sparc/dev/qe.c | 7 |
4 files changed, 4 insertions, 22 deletions
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]) diff --git a/sys/arch/sparc/dev/hme.c b/sys/arch/sparc/dev/hme.c index 27e0cd810d6..5e81d2be22a 100644 --- a/sys/arch/sparc/dev/hme.c +++ b/sys/arch/sparc/dev/hme.c @@ -1,4 +1,4 @@ -/* $OpenBSD: hme.c,v 1.30 2001/01/30 07:19:52 jason Exp $ */ +/* $OpenBSD: hme.c,v 1.31 2001/02/20 19:39:34 mickey Exp $ */ /* * Copyright (c) 1998 Jason L. Wright (jason@thought.net) @@ -250,10 +250,6 @@ hmeattach(parent, self, aux) /* Attach the interface. */ if_attach(ifp); ether_ifattach(ifp); - -#if NBPFILTER > 0 - bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header)); -#endif } /* diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c index b29891f30e7..b166443f10d 100644 --- a/sys/arch/sparc/dev/if_ie.c +++ b/sys/arch/sparc/dev/if_ie.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ie.c,v 1.12 1999/09/06 07:13:06 art Exp $ */ +/* $OpenBSD: if_ie.c,v 1.13 2001/02/20 19:39:33 mickey Exp $ */ /* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */ /*- @@ -680,10 +680,6 @@ ieattach(parent, self, aux) ether_sprintf(sc->sc_arpcom.ac_enaddr), ie_hardware_names[sc->hard_type]); -#if NBPFILTER > 0 - bpfattach(&ifp->if_bpf, ifp, DLT_EN10MB, sizeof(struct ether_header)); -#endif - switch (ca->ca_bustype) { #if defined(SUN4) case BUS_OBIO: diff --git a/sys/arch/sparc/dev/qe.c b/sys/arch/sparc/dev/qe.c index 33984d790c3..4ee1d55337e 100644 --- a/sys/arch/sparc/dev/qe.c +++ b/sys/arch/sparc/dev/qe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: qe.c,v 1.14 2001/01/30 07:17:07 jason Exp $ */ +/* $OpenBSD: qe.c,v 1.15 2001/02/20 19:39:34 mickey Exp $ */ /* * Copyright (c) 1998, 2000 Jason L. Wright. @@ -177,11 +177,6 @@ qeattach(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, "qe") == 0 && sc->sc_dev.dv_unit == bp->val[1]) |