Deleted Added
full compact
27c27
< * $FreeBSD: head/sys/dev/ed/if_ed.c 62236 2000-06-29 07:31:37Z ps $
---
> * $FreeBSD: head/sys/dev/ed/if_ed.c 63090 2000-07-13 22:54:34Z archie $
1645,1646c1645
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
1672,1675d1670
< /*
< * If BPF is in the kernel, call the attach for it
< */
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));