Deleted Added
full compact
32c32
< * $FreeBSD: head/sys/pci/if_xl.c 61041 2000-05-28 16:13:43Z peter $
---
> * $FreeBSD: head/sys/pci/if_xl.c 63090 2000-07-13 22:54:34Z archie $
148c148
< "$FreeBSD: head/sys/pci/if_xl.c 61041 2000-05-28 16:13:43Z peter $";
---
> "$FreeBSD: head/sys/pci/if_xl.c 63090 2000-07-13 22:54:34Z archie $";
1494c1494
< * Call MI attach routines.
---
> * Call MI attach routine.
1496,1497c1496
< if_attach(ifp);
< ether_ifattach(ifp);
---
> ether_ifattach(ifp, ETHER_BPF_SUPPORTED);
1499,1500d1497
< bpfattach(ifp, DLT_EN10MB, sizeof(struct ether_header));
<
1520c1517
< if_detach(ifp);
---
> ether_ifdetach(ifp, ETHER_BPF_SUPPORTED);