diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-07 19:13:30 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-07 19:13:30 +0000 |
commit | 557bef3ff5aeaa9c2c2f3e219645cea9f8d4ac44 (patch) | |
tree | 6c5dcaef65e5f75cab2c2b8cd7b36c8549b2b5ca /sys/dev | |
parent | a54a0720c9372af794b078ed23c9f83df4e239ba (diff) |
get rid of a debug printf that keeps giving me flase psotives because
it is the only place in the tree (minus if.{c,h} which are allowed to) that
reads ifq_maxlen without setting it, ryan ok
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/if_ray.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pcmcia/if_ray.c b/sys/dev/pcmcia/if_ray.c index 5489aeef29a..4371e38ea7e 100644 --- a/sys/dev/pcmcia/if_ray.c +++ b/sys/dev/pcmcia/if_ray.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ray.c,v 1.47 2011/07/03 15:47:17 matthew Exp $ */ +/* $OpenBSD: if_ray.c,v 1.48 2011/07/07 19:13:29 henning Exp $ */ /* $NetBSD: if_ray.c,v 1.21 2000/07/05 02:35:54 onoe Exp $ */ /* @@ -1104,10 +1104,6 @@ ray_intr_start(struct ray_softc *sc) ifp = &sc->sc_if; - RAY_DPRINTF(("%s: start free %d qlen %d qmax %d\n", - ifp->if_xname, sc->sc_txfree, ifp->if_snd.ifq_len, - ifp->if_snd.ifq_maxlen)); - ray_cmd_cancel(sc, SCP_IFSTART); if ((ifp->if_flags & IFF_RUNNING) == 0 || !sc->sc_havenet) { |