#
a0942dd7 |
| 23-Aug-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add tunable for XHCI port routing.
MFC after: 1 week
|
#
a5cf1aaa |
| 12-Aug-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add support for the so-called streams feature of BULK endpoints in SUPER-speed mode, USB 3.0.
This feature has not been tested yet, due to lack of hardware.
This feature is useful when implementing
Add support for the so-called streams feature of BULK endpoints in SUPER-speed mode, USB 3.0.
This feature has not been tested yet, due to lack of hardware.
This feature is useful when implementing protocols like UASP, USB attached SCSI which promises higher USB mass storage throughput.
This patch also implements support for hardware processing of endpoints for increased performance. The switching to hardware processing of an endpoint is done via a callback to the USB controller driver. The stream feature is implemented like a variant of a hardware USB protocol.
USB controller drivers implementing device mode needs to be updated to implement the new "xfer_stall" USB controller method and remove the "xfer" argument from the "set_stall" method.
The API's toward existing USB drivers are preserved. To setup a USB transfer in stream mode, set the "stream_id" field of the USB config structure to the desired value.
The maximum number of BULK streams is currently hardcoded and limited to 8 via a define in usb_freebsd.h.
All USB drivers should be re-compiled after this change.
LibUSB will be updated next week to support streams mode. A new IOCTL to setup BULK streams as already been implemented. The ugen device nodes currently only supports stream ID zero.
The FreeBSD version has been bumped.
MFC after: 2 weeks
show more ...
|
#
b652778e |
| 11-Jul-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r238370
|
#
6a068746 |
| 15-May-2012 |
Alexander Motin <mav@FreeBSD.org> |
MFC
|
#
3d328873 |
| 30-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r233826 through r234834.
|
#
0a4cc48f |
| 29-Apr-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add support for Multi-TT mode of modern USB HUBs. This will give you more bandwidth for isochronous FULL speed applications connected through a High Speed HUB.
This patch has been tested with XHCI a
Add support for Multi-TT mode of modern USB HUBs. This will give you more bandwidth for isochronous FULL speed applications connected through a High Speed HUB.
This patch has been tested with XHCI and EHCI.
MFC after: 1 week
show more ...
|
#
38f1b189 |
| 26-Apr-2012 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r234692
sys/amd64/include/cpufunc.h sys/amd64/include/fpu.h sys/amd64/amd64/fpu.c sys/amd64/vmm/vmm.c
- Add API to allow vmm FPU state init/save/restore.
FP stuff discussed with: kib
|
Revision tags: release/8.3.0_cvs, release/8.3.0 |
|
#
8833b15f |
| 03-Apr-2012 |
Gleb Smirnoff <glebius@FreeBSD.org> |
Merge head r232686 through r233825 into projects/pf/head.
|
#
6d917491 |
| 02-Apr-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Fix compiler warnings, mostly signed issues, when USB modules are compiled with WARNS=9.
MFC after: 1 weeks
|
#
8fa0b743 |
| 23-Jan-2012 |
Xin LI <delphij@FreeBSD.org> |
IFC @230489 (pending review).
|
#
e02f894b |
| 13-Jan-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Bugfix: Make sure the XHCI driver doesn't clear the route string field. Else USB 3.0 HUBs won't work.
MFC after: 5 days
|
#
99b0e607 |
| 13-Jan-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Correct use of USB 3.0 POWER bit in the port status register, hence it was overlapping the USB 3.0 root HUB's speed bits.
Reported by: Kohji Okuno MFC after: 1 week
|
#
4131f6fb |
| 12-Jan-2012 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
- Try to fix support for USB 3.0 HUBs. - Try to fix support for USB 3.0 suspend and resume.
MFC after: 1 week
|
#
80dbff4e |
| 04-Jan-2012 |
Sean Bruno <sbruno@FreeBSD.org> |
IFC to head to catch up the bhyve branch
Approved by: grehan@
|
Revision tags: release/9.0.0 |
|
#
c2d0465a |
| 31-Dec-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Add missing change to XHCI driver similar to changes in r228483.
MFC after: 0 days
|
#
3ee1a36e |
| 22-Nov-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r227804
Pull in the virtio drivers from head.
|
#
8c09f3a1 |
| 18-Nov-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Make some XHCI command timeouts less strict.
Reported by: Jan Henrik Sylvester MFC after: 1 week
|
#
96ef9420 |
| 15-Nov-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Some brands of XHCI controllers needs more time to reset.
Reported by: Jan Henrik Sylvester MFC after: 1 week
|
#
b3b1747a |
| 09-Nov-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Fix size of USB 3.0 descriptor field.
MFC after: 3 days
|
#
c089ba5e |
| 09-Nov-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Fix size of USB 3.0 descriptor field.
MFC after: 3 days
|
#
6472ac3d |
| 07-Nov-2011 |
Ed Schouten <ed@FreeBSD.org> |
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
The SYSCTL_NODE macro defines a list that stores all child-elements of that node. If there's no SYSCTL_DECL macro anywhere else,
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
The SYSCTL_NODE macro defines a list that stores all child-elements of that node. If there's no SYSCTL_DECL macro anywhere else, there's no reason why it shouldn't be static.
show more ...
|
#
70d8f36a |
| 27-Oct-2011 |
Peter Grehan <grehan@FreeBSD.org> |
IFC @ r226824
|
#
3d09c7b3 |
| 26-Oct-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
Fix suspend and resume of FULL and HIGH speed USB devices in the generic XHCI driver. There appears to be some minor logic missing for this feature to work.
MFC after: 3 days
|
#
9b4fcf85 |
| 18-Feb-2011 |
Marcel Moolenaar <marcel@FreeBSD.org> |
Merge svn+ssh://svn.freebsd.org/base/head@218816
|
Revision tags: release/7.4.0_cvs, release/8.2.0_cvs, release/7.4.0, release/8.2.0 |
|
#
c1338c65 |
| 13-Jan-2011 |
Hans Petter Selasky <hselasky@FreeBSD.org> |
- Add support for 64-byte contexts to XHCI driver. - Remove some dead code. - Fixed one instance of missing endian conversion.
Approved by: thompsa (mentor)
|