From owner-svn-src-head@FreeBSD.ORG Fri Jun 27 10:27:20 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 81D447C8; Fri, 27 Jun 2014 10:27:20 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4643C2CAC; Fri, 27 Jun 2014 10:27:20 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id B1E541FE02D; Fri, 27 Jun 2014 12:27:18 +0200 (CEST) Message-ID: <53AD471B.5080408@selasky.org> Date: Fri, 27 Jun 2014 12:27:39 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: Kevin Lo , svn-src-head@freebsd.org Subject: Re: svn commit: r266490 - head/sys/dev/usb/net References: <201405210809.s4L89jXL075920@svn.freebsd.org> In-Reply-To: <201405210809.s4L89jXL075920@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Jun 2014 10:27:20 -0000 Hi Kevin, axge_rx_frame() looked a bit broken. I've tried to fix it: http://svnweb.freebsd.org/changeset/base/267955 and https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191432 Please verify! Thank you! --HPS