summaryrefslogtreecommitdiffstats
path: root/sys/dev/de
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/dev/de
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/dev/de')
-rw-r--r--sys/dev/de/if_de.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/de/if_de.c b/sys/dev/de/if_de.c
index 248101e..b1ea3c4 100644
--- a/sys/dev/de/if_de.c
+++ b/sys/dev/de/if_de.c
@@ -4774,7 +4774,6 @@ tulip_attach(
ifp->if_start = tulip_ifstart;
ifp->if_watchdog = tulip_ifwatchdog;
ifp->if_timer = 1;
- ifp->if_output = ether_output;
ifp->if_init = tulip_ifinit;
printf("%s: %s%s pass %d.%d%s\n",
OpenPOWER on IntegriCloud