Received: by mail.netbsd.org (Postfix, from userid 605) id AA5C584DCF; Tue, 11 Dec 2018 13:35:04 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AB3FF84C8D for ; Tue, 11 Dec 2018 13:35:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 1zM4RVTZM1Qb for ; Tue, 11 Dec 2018 13:35:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 35F4E84DC7 for ; Tue, 11 Dec 2018 13:35:03 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2D58EFB16; Tue, 11 Dec 2018 13:35:03 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 11 Dec 2018 13:35:03 +0000 From: "Rin Okuyama" Subject: CVS commit: src/sys/dev/usb To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20181211133503.2D58EFB16@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Rin Okuyama" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: rin Date: Tue Dec 11 13:35:03 UTC 2018 Modified Files: src/sys/dev/usb: if_mue.c if_muereg.h Log Message: Determine the frame size as a function of MTU. XXX Jumbo frame is not yet supported. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/dev/usb/if_mue.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/if_muereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.