summaryrefslogtreecommitdiffstats
path: root/sys/dev/fxp
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/fxp
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/fxp')
-rw-r--r--sys/dev/fxp/if_fxp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c
index b5c7725..8a49329 100644
--- a/sys/dev/fxp/if_fxp.c
+++ b/sys/dev/fxp/if_fxp.c
@@ -788,7 +788,6 @@ fxp_attach(device_t dev)
ifp = &sc->arpcom.ac_if;
if_initname(ifp, device_get_name(dev), device_get_unit(dev));
- ifp->if_output = ether_output;
ifp->if_baudrate = 100000000;
ifp->if_init = fxp_init;
ifp->if_softc = sc;
OpenPOWER on IntegriCloud