Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_tl.c 61041 2000-05-28 16:13:43Z peter $
---
> * $FreeBSD: head/sys/pci/if_tl.c 63090 2000-07-13 22:54:34Z archie $
229c229
< "$FreeBSD: head/sys/pci/if_tl.c 61041 2000-05-28 16:13:43Z peter $";
---
> "$FreeBSD: head/sys/pci/if_tl.c 63090 2000-07-13 22:54:34Z archie $";
1338c1338
< * Call MI attach routines.
---
> * Call MI attach routine.
1340,1341c1340
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
1343,1344d1341
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
<
1363c1360
< if_detach(ifp);
---
> ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);