Received: by mail.netbsd.org (Postfix, from userid 605) id 79DA184D7D; Sat, 25 Aug 2018 20:12:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5E98184D75 for ; Sat, 25 Aug 2018 20:12:23 +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 gcs06yNuaEGc for ; Sat, 25 Aug 2018 20:12:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8453E84D41 for ; Sat, 25 Aug 2018 20:12:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7B7FEFBEC; Sat, 25 Aug 2018 20:12:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 25 Aug 2018 20:12:22 +0000 From: "Rin Okuyama" Subject: CVS commit: src To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180825201222.7B7FEFBEC@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: Sat Aug 25 20:12:22 UTC 2018 Modified Files: src/distrib/sets/lists/man: mi src/distrib/sets/lists/modules: mi src/share/man/man4: Makefile src/sys/dev/usb: files.usb usbdevices.config src/sys/modules: Makefile Added Files: src/share/man/man4: mue.4 src/sys/dev/usb: if_mue.c if_muereg.h if_muevar.h src/sys/modules/if_mue: Makefile if_mue.ioconf Log Message: Add mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of Raspberry Pi 3 B+, from OpenBSD. Tested on Raspberry Pi 3 B+ (LAN7800) and Z-TEK ZE582 (LAN7500). * BUGS/TODO - If the media type is set to something other than 1000baseT-FDX, data transmission becomes quite unstable. Also, ukphy(4) recognize 1000baseT as a supported media type, but it is not in fact. - Catch up with changes made to usmsc(4) in nick-nhusb branch, i.e., make the driver MP-safe. - Support RX/VLAN/TX chekcsum offloading. To generate a diff of this commit: cvs rdiff -u -r1.1611 -r1.1612 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.116 -r1.117 src/distrib/sets/lists/modules/mi cvs rdiff -u -r1.664 -r1.665 src/share/man/man4/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/mue.4 cvs rdiff -u -r1.151 -r1.152 src/sys/dev/usb/files.usb cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/if_mue.c src/sys/dev/usb/if_muereg.h \ src/sys/dev/usb/if_muevar.h cvs rdiff -u -r1.32 -r1.33 src/sys/dev/usb/usbdevices.config cvs rdiff -u -r1.207 -r1.208 src/sys/modules/Makefile cvs rdiff -u -r0 -r1.1 src/sys/modules/if_mue/Makefile \ src/sys/modules/if_mue/if_mue.ioconf Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.