Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



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.




Home | Main Index | Thread Index | Old Index