summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-03-12 19:13:57 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2002-03-12 19:13:57 +0000
commitecb3285a49451532081427e086437d08f9470c13 (patch)
tree9755079c427ef7dbd75d666d2ca4679af9b2aa04
parent512457c082c71e8e8ad12bb0dce928cbe4d2845a (diff)
don't need to call IFQ_SET_READY() twice; this driver was already
ALTQify'ed.
-rw-r--r--sys/dev/ic/dp8390.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c
index 5cf5df6e4f7..8b2cba0ae79 100644
--- a/sys/dev/ic/dp8390.c
+++ b/sys/dev/ic/dp8390.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dp8390.c,v 1.21 2002/03/12 09:51:20 kjc Exp $ */
+/* $OpenBSD: dp8390.c,v 1.22 2002/03/12 19:13:56 fgsch Exp $ */
/* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */
/*
@@ -138,7 +138,6 @@ dp8390_config(sc)
/* Initialize media goo. */
(*sc->sc_media_init)(sc);
- IFQ_SET_READY(&ifp->if_snd);
/* Attach the interface. */
if_attach(ifp);