From owner-cvs-src-old@FreeBSD.ORG Thu Sep 2 03:55:18 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7CDD910656CB for ; Thu, 2 Sep 2010 03:55:18 +0000 (UTC) (envelope-from thompsa@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 43BE08FC15 for ; Thu, 2 Sep 2010 03:55:18 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o823tIYQ098170 for ; Thu, 2 Sep 2010 03:55:18 GMT (envelope-from thompsa@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o823tIxw098169 for cvs-src-old@freebsd.org; Thu, 2 Sep 2010 03:55:18 GMT (envelope-from thompsa@repoman.freebsd.org) Message-Id: <201009020355.o823tIxw098169@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to thompsa@repoman.freebsd.org using -f From: Andrew Thompson Date: Thu, 2 Sep 2010 03:55:08 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/usb/net if_cdce.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2010 03:55:18 -0000 thompsa 2010-09-02 03:55:08 UTC FreeBSD src repository Modified files: sys/dev/usb/net if_cdce.c Log: SVN rev 212133 on 2010-09-02 03:55:08Z by thompsa Fix setting of the rx_max and tx_max variables. If the expected buffer size is greater than 65535 bytes then the CDC driver might not work as expected, which is not likely with the existing USB speeds. Submitted by: Hans Petter Selasky Revision Changes Path 1.22 +4 -4 src/sys/dev/usb/net/if_cdce.c