Deleted Added
full compact
24c24
< * $FreeBSD: head/sys/dev/fe/if_fe.c 61011 2000-05-28 13:40:48Z peter $
---
> * $FreeBSD: head/sys/dev/fe/if_fe.c 63090 2000-07-13 22:54:34Z archie $
2852c2852
< if_attach(&sc->sc_if);
---
> ether_ifattach(&sc->sc_if, ETHER_BPF_SUPPORTED);
2856c2856
< if_attach(&sc->sc_if);
---
> ether_ifattach(&sc->sc_if, ETHER_BPF_SUPPORTED);
2859d2858
< ether_ifattach(&sc->sc_if);
2908,2909d2906
< /* If BPF is in the kernel, call the attach for it. */
< bpfattach(&sc->sc_if, DLT_EN10MB, sizeof(struct ether_header));