Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 07 Mar 2015 18:23:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 197933] Change in support of USB 3.0 NEC uPD720200 (with JMS539 USB3 to SATA in a Vantec 4 drive box)
Message-ID:  <bug-197933-17-JCyIn8mSrU@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-197933-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-197933-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=197933

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-197933-17-JCyIn8mSrU>