summaryrefslogtreecommitdiffstats
path: root/sys/dev/xe
diff options
context:
space:
mode:
authormux <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
committermux <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
commit03028ee82d33d4d68d086392d521e0e7542c317a (patch)
tree00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/xe
parent2ddfdb06c3e63be46dcfe7928f4021c5c99660e8 (diff)
downloadFreeBSD-src-03028ee82d33d4d68d086392d521e0e7542c317a.zip
FreeBSD-src-03028ee82d33d4d68d086392d521e0e7542c317a.tar.gz
We don't need to initialize if_output, ether_ifattach() does it
for us.
Diffstat (limited to 'sys/dev/xe')
-rw-r--r--sys/dev/xe/if_xe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/xe/if_xe.c b/sys/dev/xe/if_xe.c
index 0d9eb92..ea8fb76 100644
--- a/sys/dev/xe/if_xe.c
+++ b/sys/dev/xe/if_xe.c
@@ -241,7 +241,6 @@ xe_attach (device_t dev)
scp->ifp->if_flags = (IFF_BROADCAST | IFF_SIMPLEX | IFF_MULTICAST);
scp->ifp->if_linkmib = &scp->mibdata;
scp->ifp->if_linkmiblen = sizeof scp->mibdata;
- scp->ifp->if_output = ether_output;
scp->ifp->if_start = xe_start;
scp->ifp->if_ioctl = xe_ioctl;
scp->ifp->if_watchdog = xe_watchdog;
OpenPOWER on IntegriCloud