Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx)

2018-08-24 Thread Rin Okuyama
I've ported mue(4), driver for Microchip LAN75xx/LAN78xx known as internal NIC of Raspberry Pi 3B+, from OpenBSD. Here's source codes as well as patch for other parts of kernel: http://www.NetBSD.org/~rin/mue20180825 The driver has been tested on following devices: - Raspberry Pi 3B+ (LAN

Re: Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx)

2018-08-24 Thread Martin Husemann
On Sat, Aug 25, 2018 at 01:55:08PM +0900, Rin Okuyama wrote: > I'd like to commit it in this weekend if there's no objection. Great! Please commit, we can improve it in-tree. Martin

Re: Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx)

2018-08-25 Thread Jun Ebihara
From: Rin Okuyama Subject: Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx) Date: Sat, 25 Aug 2018 13:55:08 +0900 > I've ported mue(4), driver for Microchip LAN75xx/LAN78xx known as > internal NIC of Raspberry Pi 3B+, from OpenBSD. > Here's source cod

Re: Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx)

2018-08-25 Thread Rin Okuyama
On 2018/08/25 14:41, Martin Husemann wrote: Great! Please commit, we can improve it in-tree. Thank you :-). I'll commit it after some off-list discussions finish. On 2018/08/25 17:12, Jun Ebihara wrote: I make kernel,and works well. http://cdn.netbsd.org/pub/NetBSD/misc/jun/raspberry-pi/2018

Re: Driver for Raspberry Pi 3B+ ethernet adapter (Microchip LAN75xx/LAN78xx)

2018-08-25 Thread Rin Okuyama
Just committed! Thank you everyone for comments and testing. I will be working in-tree for following problems: - 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 n