From 667b43899d3b6847bb4d85a0df9e3d22e9f29f8a Mon Sep 17 00:00:00 2001 From: mux Date: Thu, 11 Mar 2004 14:04:59 +0000 Subject: Stop setting ifp->if_output to ether_output() since ether_ifattach() does it for us already. --- sys/pci/if_xl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/pci/if_xl.c') diff --git a/sys/pci/if_xl.c b/sys/pci/if_xl.c index a3a82ae..3076260 100644 --- a/sys/pci/if_xl.c +++ b/sys/pci/if_xl.c @@ -1600,7 +1600,6 @@ xl_attach(dev) ifp->if_mtu = ETHERMTU; ifp->if_flags = IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST; ifp->if_ioctl = xl_ioctl; - ifp->if_output = ether_output; ifp->if_capabilities = IFCAP_VLAN_MTU; if (sc->xl_type == XL_TYPE_905B) { ifp->if_start = xl_start_90xB; -- cgit v1.1