[vbox-dev] FreeBSD + VirtualBOX + USB support

Hans Petter Selasky hps at selasky.org
Fri Nov 28 16:42:49 GMT 2014


On 11/28/14 10:06, Klaus Espenlaub wrote:
> Hi Hans Petter,
>
> On 28.11.2014 09:46, Hans Petter Selasky wrote:
>> Hi,
>>
>> I see that VirtualBOX has made some changes to the USB APIs recently,
>> not updating all the USB backends. Next time you plan to change
>> anything, can the VirtualBOX USB developers drop me an e-mail, so we
>> don't have this situation again!
>
> Sorry that there have been some inconvenience, but it's unavoidable to
> temporarily break a few things during the ongoing USB3/xHCI work on trunk.
>
> The USB backend changes aren't finalized, there might be more to come.
> We have a few cases which don't work (e.g. support for UASP), and it's
> hard to predict how far the necessary changes have to ripple through.
>
>> Thank you!
>>
>> Who can accept and review USB patches for the FreeBSD USB backend?
>
> Easiest way is sending them to this mailing list, we'll apply them as
> quickly as possible.
>
> Cheers,
> Klaus

Hi,

The attached patch fixes some issues with FreeBSD and the VirtualBOX USB 
backend:

Issue #1)
Change wrong callback area size from "sizeof(PUSBPROXYDEVFBSD)" into 
"sizeof(USBPROXYDEVFBSD)"

Issue #2)
Implement new "usbProxyFreeBSDWakeup" callback function.

Issue #3)
Don't free the private USB data in the USB close function.

Can you get the attached patch into your SVN trunk and send me a 
confirmation back? Thank you!

I see some more issues, which appear to be in the generic VirtualBox USB 
code.


BTW: UASP and USB 3.0 streams mode is somewhat controverisal in some 
circles. Not all USB 3.0 controllers support streams mode, and I think 
that a two pairs of regular BULK endpoints would provide more than 
enough performance for USB mass storage. I don't mind if you leave out 
streams support in VirtualBox ;-)

--HPS

-------------- next part --------------
A non-text attachment was scrubbed...
Name: FreeBSD-VirtualBOX-USB.diff
Type: text/x-patch
Size: 5510 bytes
Desc: not available
URL: <http://www.virtualbox.org/pipermail/vbox-dev/attachments/20141128/6101edb1/attachment.bin>


More information about the vbox-dev mailing list