diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:36:01 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2016-04-13 11:36:01 +0000 |
commit | c5b4512b534b6cf6f0dd6de99dfb502336b20d00 (patch) | |
tree | 1c6ac0a5b1d1ca4e0e8797d07d7b0935c64e85df /sys/dev/pci | |
parent | f48c06a9a744a2cb3330a99a4faa8fc175379d9c (diff) |
G/C IFQ_SET_READY().
Diffstat (limited to 'sys/dev/pci')
-rw-r--r-- | sys/dev/pci/if_myx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_myx.c b/sys/dev/pci/if_myx.c index ce3f17c2777..6e98c1ab64f 100644 --- a/sys/dev/pci/if_myx.c +++ b/sys/dev/pci/if_myx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_myx.c,v 1.93 2016/04/13 10:34:32 mpi Exp $ */ +/* $OpenBSD: if_myx.c,v 1.94 2016/04/13 11:36:00 mpi Exp $ */ /* * Copyright (c) 2007 Reyk Floeter <reyk@openbsd.org> @@ -1035,7 +1035,6 @@ myx_up(struct myx_softc *sc) sc->sc_tx_nsegs = min(16, sc->sc_tx_ring_count / 4); /* magic */ sc->sc_tx_count = 0; IFQ_SET_MAXLEN(&ifp->if_snd, sc->sc_tx_ring_count - 1); - IFQ_SET_READY(&ifp->if_snd); /* Allocate Interrupt Queue */ |