summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_xl.c
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-03-11 14:04:59 +0000
committermux <mux@FreeBSD.org>2004-03-11 14:04:59 +0000
commit667b43899d3b6847bb4d85a0df9e3d22e9f29f8a (patch)
tree31dc0a2e37007fcadb8bebe1d0f8c3065ef89339 /sys/pci/if_xl.c
parent7bc1e8430f506e280c938a7c71fde6d35ea1b594 (diff)
downloadFreeBSD-src-667b43899d3b6847bb4d85a0df9e3d22e9f29f8a.zip
FreeBSD-src-667b43899d3b6847bb4d85a0df9e3d22e9f29f8a.tar.gz
Stop setting ifp->if_output to ether_output() since ether_ifattach()
does it for us already.
Diffstat (limited to 'sys/pci/if_xl.c')
-rw-r--r--sys/pci/if_xl.c1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud