From owner-freebsd-usb@FreeBSD.ORG Wed Sep 8 22:25:04 2010 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3646D10656AC for ; Wed, 8 Sep 2010 22:25:04 +0000 (UTC) (envelope-from shadow@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id DFE408FC0C for ; Wed, 8 Sep 2010 22:25:03 +0000 (UTC) Received: by vws7 with SMTP id 7so658761vws.13 for ; Wed, 08 Sep 2010 15:25:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5Zb0gHw959ek9/6NAk3HehIZH3GJUcsxgp/zc6PrmY8=; b=ck6adke/jUXtl4g6ynMJR1xdLD7F1VYmvwbvaDDqEeeyv18qzGP+JLuo3ZOiM/Lk8s gQZNOdyUB1ccIJm5L1IAePD+nuWZf921yuOqWjoFOmFCjdXD4mChz56e5hgtKXd/MTI6 /FVBawAAAb89F8tOmVBTs5Q0KMqtyRFlySB20= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Abfx2Q/ooCLSsz+OSkZnWjdyeKmHzcVkpUF11WQVONhq3G90L904o4u14XOK/QJUpC qd/9iN31uKjRn3GTvNgJpW4GR8bKxkjgc/Q6dYKg5CbWLF8UvDV4AqDei6JzLFmCtFhQ WoRvGtiToM5eEsinfiGzRDGWfpvLmnOomSG9I= MIME-Version: 1.0 Received: by 10.220.121.142 with SMTP id h14mr1407598vcr.248.1283984702698; Wed, 08 Sep 2010 15:25:02 -0700 (PDT) Received: by 10.220.48.16 with HTTP; Wed, 8 Sep 2010 15:25:02 -0700 (PDT) In-Reply-To: References: <201007201610.o6KGA3lK051365@freefall.freebsd.org> <201007221755.39597.hselasky@c2i.net> Date: Wed, 8 Sep 2010 18:25:02 -0400 Message-ID: From: Derrick Brashear To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-usb@freebsd.org Subject: Re: usb/140883: [axe] [usb8] USB gigabit ethernet hangs after short period of traffic X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2010 22:25:04 -0000 On Thu, Sep 2, 2010 at 1:18 PM, Derrick Brashear wrote: > On Tue, Aug 24, 2010 at 12:23 AM, Derrick Brashear wrote: >> At Pyun's suggestion, I am using >> http://people.freebsd.org/~yongari/axe/if_axe.c >> http://people.freebsd.org/~yongari/axe/if_axereg.h >> >> after s/if USB_DEBUG/ifdef USB_DEBUG/ things appear to be ok. I am >> continuing to test, however I can tell you with confidence that it >> works at least as well as before. > > It seemed for a bit like I was out of the water, but with this > version, the problem still occurs. I'll see what differences exist > between this and CURRENT and either try them or follow up. I can reproduce the problem with 1.19 also, so CURRENT also fails. -- Derrick