Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-23 Thread Hans Petter Selasky
On Monday 20 August 2012 23:09:37 Ian Lepore wrote: > On Mon, 2012-08-20 at 13:55 -0700, Adrian Chadd wrote: > > I have a report that AR71XX (MIPS) USB broke with this change. > > > > Thanks, > > > > > > Adrian > Hi Ian, Have you figured out the root cause for this? --HPS ___

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-20 Thread Ian Lepore
On Mon, 2012-08-20 at 13:55 -0700, Adrian Chadd wrote: > I have a report that AR71XX (MIPS) USB broke with this change. > > Hans, would you mind reverting it until we figure out what's going on > in the non-intel USB world? > > Thanks, > > > Adrian It appears that the change in structure sizes

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-20 Thread Adrian Chadd
FreeBSD version bump > which is also part of this change? > > > > Probably we should move this thread to -current @ > > > > --HPS > > > -----Original message----- > From: Andrew Turner > Sent: Sun 19-08-2012 10:27 > Subject: Re: svn commit: r239214 - in head/

RE: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-19 Thread Hans Petter Selasky
bump which is also part of this change?   Probably we should move this thread to -current @   --HPS   -Original message- From:Andrew Turner Sent:Sun 19-08-2012 10:27 Subject:Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys To:Hans Petter Selasky ; CC:Hans Petter

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-19 Thread Andrew Turner
On Sun, 19 Aug 2012 09:39:11 +0200 Hans Petter Selasky wrote: > Hi, > >   > > Have you stepped the versions? I did a binary search of the commits to find the revision that caused the issue. > Are you sure it is exactly this commit? I built with r239213 and the problem went away, when I built

RE: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-19 Thread Hans Petter Selasky
Hi,   Have you stepped the versions?   Are you sure it is exactly this commit?   --HPS -Original message- From:Andrew Turner Sent:Sun 19-08-2012 05:01 Subject:Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys To:Hans Petter Selasky ; CC:src-committ

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-18 Thread Andrew Turner
Hello, This commit causes issues for me on my AT91 board. I get messages similar to the following: (da0:umass-sim0:0:0:0): READ(10). CDB: 28 0 0 5f d1 a0 0 0 1d 0 (da0:umass-sim0:0:0:0): CAM status: CCB request completed with an error (da0:umass-sim0:0:0:0): Retrying command (da0:umass-sim0:0:0:

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-13 Thread Hans Petter Selasky
On Monday 13 August 2012 19:09:41 Gavin Atkinson wrote: > On Sun, 2012-08-12 at 17:53 +, Hans Petter Selasky wrote: > > Author: hselasky > > Date: Sun Aug 12 17:53:06 2012 > > New Revision: 239214 > > URL: http://svn.freebsd.org/changeset/base/239214 > > > > Log: > > Add support for the so-c

Re: svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-13 Thread Gavin Atkinson
On Sun, 2012-08-12 at 17:53 +, Hans Petter Selasky wrote: > Author: hselasky > Date: Sun Aug 12 17:53:06 2012 > New Revision: 239214 > URL: http://svn.freebsd.org/changeset/base/239214 > > Log: > Add support for the so-called streams feature of BULK endpoints > in SUPER-speed mode, USB 3.0

svn commit: r239214 - in head/sys: dev/usb dev/usb/controller sys

2012-08-12 Thread Hans Petter Selasky
Author: hselasky Date: Sun Aug 12 17:53:06 2012 New Revision: 239214 URL: http://svn.freebsd.org/changeset/base/239214 Log: 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. Thi