Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/dev/ti/if_ti.c 62793 2000-07-08 00:14:12Z gallatin $
---
> * $FreeBSD: head/sys/dev/ti/if_ti.c 63090 2000-07-13 22:54:34Z archie $
129c129
< "$FreeBSD: head/sys/dev/ti/if_ti.c 62793 2000-07-08 00:14:12Z gallatin $";
---
> "$FreeBSD: head/sys/dev/ti/if_ti.c 63090 2000-07-13 22:54:34Z archie $";
1725c1725
< * Call MI attach routines.
---
> * Call MI attach routine.
1727,1728c1727
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
1730,1731d1728
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
<
1750c1747
< if_detach(ifp);
---
> ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);