History log of /netbsd-src/sys/external/bsd/dwc2/conf/files.dwc2 (Results 1 – 4 of 4)
Revision Date Author Comments
# 224d7a56 20-Dec-2021 simonb <simonb@NetBSD.org>

Explicitly use -I$S/external/bsd/dwc2/dist for dwc2 instead of possibly
getting that include path via DRM. Fixes evbmips cavium kernel build.


# 9ca2ac75 24-Feb-2016 skrll <skrll@NetBSD.org>

Reduce diff to upstream by using

sys/external/bsd/{include/workqueue.h,linux/linux_work.c}

This also fixes CI20 dwctwo start up as reported by macallan@


# 7c2a9a09 12-Sep-2014 skrll <skrll@NetBSD.org>

Improve USB debugging with USBHIST based on KERNHIST.

Convert some DPRINTFs to USBHIST_LOG and allow usbdebug, ehcidebug and
umassdebug to be changed via sysctl.

Remove the #define mess in usb.h.

Improve USB debugging with USBHIST based on KERNHIST.

Convert some DPRINTFs to USBHIST_LOG and allow usbdebug, ehcidebug and
umassdebug to be changed via sysctl.

Remove the #define mess in usb.h.

This was started by mrg@ and updated by reinoud@

show more ...


# c8117e49 05-Sep-2013 skrll <skrll@NetBSD.org>

Adapt the Synopsys DWC2 driver to NetBSD.

Still work-in-progress