[Bug 197933] Change in support of USB 3.0 NEC uPD720200 (with JMS539 USB3 to SATA in a Vantec 4 drive box)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Mar 7 18:23:11 UTC 2015


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

--- Comment #12 from Greg <greg-org-freebsd at 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.


More information about the freebsd-usb mailing list