Re: svn commit: r308752 - head/sys/dev/usb/controller

2016-11-17 Thread Hans Petter Selasky
On 11/17/16 16:08, Ruslan Bukin wrote: #ifdef USB_DEBUG -static int dwc_otg_debug; +static int dwc_otg_debug = 0; BSS/static is zero by default. Else looks good. --HPS ___ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/list

svn commit: r308752 - head/sys/dev/usb/controller

2016-11-17 Thread Ruslan Bukin
Author: br Date: Thu Nov 17 15:08:30 2016 New Revision: 308752 URL: https://svnweb.freebsd.org/changeset/base/308752 Log: Allow operation with UTMI+ phy. Submitted by: kan Sponsored by: DARPA, AFRL Modified: head/sys/dev/usb/controller/dwc_otg.c head/sys/dev/usb/controller/dwc_otg.h