CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2021/07/22 12:32:33
Modified files: sys/dev/usb/dwc2: dwc2.c dwc2.h dwc2_core.c dwc2_core.h dwc2_coreintr.c dwc2_hcd.c dwc2_hcd.h dwc2_hcdddma.c dwc2_hcdintr.c dwc2_hcdqueue.c dwc2_hw.h dwc2var.h Added files: sys/dev/usb/dwc2: list.h Log message: Sync dwctwo(4) with the NetBSD-current code base. On the Raspberry Pi 3 Model B+ this does as a benefit: * Enable the USB on-board Ethernet controller through mue(4). * Enable the two USB uhub2 ports for removable devices. Feedback incorporated from kettenis@ and jsg@. ok kettenis@