aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/fxp
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
committerMaxime Henrion <mux@FreeBSD.org>2004-05-23 16:11:53 +0000
commit866a788cc2d433216235cd8ab56b2c052b0b2aa6 (patch)
tree00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/fxp
parentc94dd84382c404921b50d6235c0f7758991c5cad (diff)
Notes
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 b5c7725215783..8a493291e2eb1 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;