Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_wb.c 61041 2000-05-28 16:13:43Z peter $
---
> * $FreeBSD: head/sys/pci/if_wb.c 63090 2000-07-13 22:54:34Z archie $
132c132
< "$FreeBSD: head/sys/pci/if_wb.c 61041 2000-05-28 16:13:43Z peter $";
---
> "$FreeBSD: head/sys/pci/if_wb.c 63090 2000-07-13 22:54:34Z archie $";
970c970
< * Call MI attach routines.
---
> * Call MI attach routine.
972,973c972
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
975,976d973
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
<
998c995
< if_detach(ifp);
---
> ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);