diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 10:49:27 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 10:49:27 +0000 |
commit | ef0925595b543d85814fc9436af640e6edb96cea (patch) | |
tree | 5c5411e64bf8dfa524687ad437270a8bbf2b7c5f /sys/dev/ic/gem.c | |
parent | 6fd9397ba8c52cbd631cfc9805284da0916c3bf3 (diff) |
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/ic/gem.c')
-rw-r--r-- | sys/dev/ic/gem.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/gem.c b/sys/dev/ic/gem.c index a1277d164a6..8f5e70e3213 100644 --- a/sys/dev/ic/gem.c +++ b/sys/dev/ic/gem.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gem.c,v 1.119 2015/12/08 13:34:22 tedu Exp $ */ +/* $OpenBSD: gem.c,v 1.120 2016/04/13 10:49:26 mpi Exp $ */ /* $NetBSD: gem.c,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -223,7 +223,6 @@ gem_config(struct gem_softc *sc) ifp->if_ioctl = gem_ioctl; ifp->if_watchdog = gem_watchdog; IFQ_SET_MAXLEN(&ifp->if_snd, GEM_NTXDESC - 1); - IFQ_SET_READY(&ifp->if_snd); ifp->if_capabilities = IFCAP_VLAN_MTU; |