diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2004-05-23 16:11:53 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2004-05-23 16:11:53 +0000 |
| commit | 866a788cc2d433216235cd8ab56b2c052b0b2aa6 (patch) | |
| tree | 00728f0e85a4f341e4ca55d0b8472e3ecbfc89ea /sys/dev/gem | |
| parent | c94dd84382c404921b50d6235c0f7758991c5cad (diff) | |
Notes
Diffstat (limited to 'sys/dev/gem')
| -rw-r--r-- | sys/dev/gem/if_gem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/gem/if_gem.c b/sys/dev/gem/if_gem.c index bf1372f30fe8..bee345313f89 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 |
