https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197933

--- Comment #12 from Greg <greg-org-free...@akua.com> ---
Obviously that sysctl won't have an affect w/o the patch applied - I see the
tunable was added there.

The link you gave me here: https://svnweb.freebsd.org/changeset/base/279233
appears to be HEAD (not an svn expert) - which doesn't build in 10 stable
because...

clang -O2 -pipe -march=native  -fno-strict-aliasing -Werror -D_KERNEL
-DKLD_MODULE -nostdinc -DHAVE_KERNEL_OPTION_HEADERS ... xhci.c:597:21: error:
assigning to 'struct usb_bus_methods *' from 'const struct usb_bus_methods *'
dsc->sc_bus.methods = &xhci_bus_methods;

... xhci.c:3994:14: error: assigning to 'struct usb_pipe_methods *' from 'const
struct usb_pipe_methods *
         ep->methods = &xhci_device_generic_methods;

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to