summaryrefslogtreecommitdiffstats
path: root/sys/dev/gem
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/gem
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/gem')
-rw-r--r--sys/dev/gem/if_gem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c
index bf1372f..bee3453 100644
--- a/sys/dev/gem/if_gem.c
+++ b/sys/dev/gem/if_gem.c
@@ -253,7 +253,6 @@ gem_attach(sc)
ifp->if_ioctl = gem_ioctl;
ifp->if_watchdog = gem_watchdog;
ifp->if_init = gem_init;
- ifp->if_output = ether_output;
ifp->if_snd.ifq_maxlen = GEM_TXQUEUELEN;
/*
* Walk along the list of attached MII devices and
OpenPOWER on IntegriCloud