Deleted Added
full compact
31c31
< * $FreeBSD: head/sys/dev/sn/if_sn.c 60536 2000-05-14 02:18:43Z archie $
---
> * $FreeBSD: head/sys/dev/sn/if_sn.c 63090 2000-07-13 22:54:34Z archie $
225,226c225
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
246,247d244
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
<