XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-04 Thread Alexandre Kovalenko
Three different external hard drives (Seagate, Western Digital and noname USB 
3.0 enclosure) refused to be recognized as the umass devices. Reverting 
/usr/src/sys/dev/bsd/controller to r248085, building and loading just xhci 
module makes drives appear again. Below are snippets from the log in both cases:

Non working:

Jul  4 14:35:17 twinhead kernel: xhci0:  mem 
0xfddfe000-0xfddf irq 16 at device 0.0 on pci2
Jul  4 14:35:17 twinhead kernel: xhci0: 64 byte context size.
Jul  4 14:35:17 twinhead kernel: usbus0 on xhci0
Jul  4 14:35:17 twinhead kernel: usbus0: 5.0Gbps Super Speed USB v3.0
Jul  4 14:35:17 twinhead kernel: ugen0.1: <0x1912> at usbus0
Jul  4 14:35:17 twinhead kernel: uhub0: <0x1912 XHCI root HUB, class 9/0, rev 
3.00/1.00, addr 1> on usbus0
Jul  4 14:35:17 twinhead kernel: uhub0: 8 ports with 8 removable, self powered
Jul  4 14:35:24 twinhead kernel: ugen0.2:  at usbus0
Jul  4 14:35:24 twinhead kernel: umass0:  on usbus0
Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 
00 00 24 00 
Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 
00 00 24 00 
Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 
00 00 24 00 
Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 
00 00 24 00 
Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 00 
00 00 24 00 
Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 5, Retries 
exhausted

Working:

Jul  4 14:40:20 twinhead kernel: ugen0.2:  at usbus0 (disconnected)
Jul  4 14:40:20 twinhead kernel: umass0: at uhub0, port 2, addr 1 (disconnected)
Jul  4 14:40:27 twinhead kernel: ugen0.2:  at usbus0
Jul  4 14:40:27 twinhead kernel: umass0:  on usbus0
Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: 
a0 00 00 00 00 00 00 00 00 10 00 00 
Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI 
Status Error
Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI status: Check 
Condition
Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI sense: ILLEGAL 
REQUEST asc:20,0 (Invalid command operation code)
Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 22, 
Unretryable error
Jul  4 14:40:27 twinhead kernel: da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
Jul  4 14:40:27 twinhead kernel: da0:  Fixed 
Direct Access SCSI-5 device 
Jul  4 14:40:27 twinhead kernel: da0: 400.000MB/s transfers
Jul  4 14:40:27 twinhead kernel: da0: 190782MB (390721968 512 byte sectors: 
255H 63S/T 24321C)
Jul  4 14:40:27 twinhead kernel: da0: quirks=0x2

I can provide additional information or try  patches as necessary.

Alexandre "Sunny" Kovalenko (Олександр Коваленко)

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-07 Thread Alexandre Kovalenko
I do apologize for the typo below, which made my message unclear: I meant to 
say that I have reverted _/usr/src/sys/dev/usb/controller_ directory, 
specifically the following files:

root@twinhead:/usr/src/sys/dev/usb/controller # svn diff -r252560 | grep Index:
Index: xhci_pci.c
Index: ohci_pci.c
Index: xhci.c
Index: usb_controller.c
Index: xhcireg.h
root@twinhead:/usr/src/sys/dev/usb/controller # 

which (I think) are USB related and not CAM related. Please, let me know if I 
am wrong.

SIde question (I have been off the lists for a while): is it now considered 
polite to top-post? It was frowned upon way back when… if it still is not, I do 
apologize, but I can see no good way to fix it at this point.


Alexandre "Sunny" Kovalenko (Олександр Коваленко)


On Jul 7, 2013, at 3:36 AM, Hans Petter Selasky 
 wrote:

> Hi,
> 
> Check for CAM/SCSI related changes. There has not been so many USB changes 
> recently. Possibly not USB related.
> 
> Thank you,
> 
> --HPS
>  
> -Original message-
> > From:Alexandre Kovalenko 
> > Sent: Thursday 4th July 2013 20:58
> > To: freebsd-usb@freebsd.org
> > Cc: freebsd-sta...@freebsd.org
> > Subject: XHCI umass support breaks between r248085 and r252560 on 9-STABLE
> > 
> > Three different external hard drives (Seagate, Western Digital and noname 
> > USB 3.0 enclosure) refused to be recognized as the umass devices. Reverting 
> > /usr/src/sys/dev/bsd/controller to r248085, building and loading just xhci 
> > module makes drives appear again. Below are snippets from the log in both 
> > cases:
> > 
> > Non working:
> > 
> > Jul  4 14:35:17 twinhead kernel: xhci0:  
> > mem 0xfddfe000-0xfddf irq 16 at device 0.0 on pci2
> > Jul  4 14:35:17 twinhead kernel: xhci0: 64 byte context size.
> > Jul  4 14:35:17 twinhead kernel: usbus0 on xhci0
> > Jul  4 14:35:17 twinhead kernel: usbus0: 5.0Gbps Super Speed USB v3.0
> > Jul  4 14:35:17 twinhead kernel: ugen0.1: <0x1912> at usbus0
> > Jul  4 14:35:17 twinhead kernel: uhub0: <0x1912 XHCI root HUB, class 9/0, 
> > rev 3.00/1.00, addr 1> on usbus0
> > Jul  4 14:35:17 twinhead kernel: uhub0: 8 ports with 8 removable, self 
> > powered
> > Jul  4 14:35:24 twinhead kernel: ugen0.2:  at usbus0
> > Jul  4 14:35:24 twinhead kernel: umass0:  > 3.00/0.01, addr 1> on usbus0
> > Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 
> > 12 00 00 00 24 00 
> > Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
> > request completed with an error
> > Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
> > Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 
> > 12 00 00 00 24 00 
> > Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
> > request completed with an error
> > Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
> > Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 
> > 12 00 00 00 24 00 
> > Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
> > request completed with an error
> > Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
> > Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 
> > 12 00 00 00 24 00 
> > Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
> > request completed with an error
> > Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
> > Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 
> > 12 00 00 00 24 00 
> > Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
> > request completed with an error
> > Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 5, 
> > Retries exhausted
> > 
> > Working:
> > 
> > Jul  4 14:40:20 twinhead kernel: ugen0.2:  at usbus0 (disconnected)
> > Jul  4 14:40:20 twinhead kernel: umass0: at uhub0, port 2, addr 1 
> > (disconnected)
> > Jul  4 14:40:27 twinhead kernel: ugen0.2:  at usbus0
> > Jul  4 14:40:27 twinhead kernel: umass0:  > class 0/0, rev 3.00/0.01, addr 1> on usbus0
> > Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): REPORT LUNS. 
> > CDB: a0 00 00 00 00 00 00 00 00 10 00 00 
> > Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: 
> > SCSI Status Error
> > Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI status: 
> > Check Condition
> > Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI sense: 
> > ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
> > Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 22, 
> > Unretryable error
> > Jul  4 14:40:27 twinhead kernel: da0 at umass-sim0 bus 0 scbus4 target 0 
> > lun 0
> > Jul  4 14:40:27 twinhead kernel: da0:  Fixed 
> > Direct Access SCSI-5 device 
> > Jul  4 14:40:27 twinhead kernel: da0: 400.000MB/s transfers
> > Jul  4 14:40:27 twinhead kernel: da0: 190782MB (390721968 512 by

usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-21 Thread Alexandre Kovalenko

>Number: 180726
>Category:   usb
>Synopsis:   XHCI umass support breaks between r248085 and r252560 on 
>9-STABLE
>Confidential:   no
>Severity:   non-critical
>Priority:   low
>Responsible:freebsd-usb
>State:  open
>Quarter:
>Keywords:   
>Date-Required:
>Class:  sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 21 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alexandre Kovalenko
>Release:9-STABLE
>Organization:
>Environment:
FreeBSD twinhead 9.2-BETA1 FreeBSD 9.2-BETA1 #11 r248085:253503: Sun Jul 21 
14:29:42 EDT 2013 root@twinhead:/usr/obj/usr/src/sys/TWINHEAD  amd64
>Description:

 Three different external hard drives (Seagate, Western Digital and noname USB 
3.0 enclosure) refused to be recognized as the umass devices. Reverting 
/usr/src/sys/dev/bsd/controller to r248085, building and loading just xhci 
module makes drives appear again. Below are snippets from the log in both cases:
 
 Non working:
 
 Jul  4 14:35:17 twinhead kernel: xhci0:  
mem 0xfddfe000-0xfddf irq 16 at device 0.0 on pci2
 Jul  4 14:35:17 twinhead kernel: xhci0: 64 byte context size.
 Jul  4 14:35:17 twinhead kernel: usbus0 on xhci0
 Jul  4 14:35:17 twinhead kernel: usbus0: 5.0Gbps Super Speed USB v3.0
 Jul  4 14:35:17 twinhead kernel: ugen0.1: <0x1912> at usbus0
 Jul  4 14:35:17 twinhead kernel: uhub0: <0x1912 XHCI root HUB, class 9/0, rev 
3.00/1.00, addr 1> on usbus0
 Jul  4 14:35:17 twinhead kernel: uhub0: 8 ports with 8 removable, self powered
 Jul  4 14:35:24 twinhead kernel: ugen0.2:  at usbus0
 Jul  4 14:35:24 twinhead kernel: umass0:  on usbus0
 Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 
00 00 00 24 00 
 Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
 Jul  4 14:35:29 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
 Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 
00 00 00 24 00 
 Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
 Jul  4 14:35:30 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
 Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 
00 00 00 24 00 
 Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
 Jul  4 14:35:35 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
 Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 
00 00 00 24 00 
 Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
 Jul  4 14:35:36 twinhead kernel: (probe0:umass-sim0:0:0:0): Retrying command
 Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): INQUIRY. CDB: 12 
00 00 00 24 00 
 Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: CCB 
request completed with an error
 Jul  4 14:35:41 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 5, Retries 
exhausted
 
 Working:
 
 Jul  4 14:40:20 twinhead kernel: ugen0.2:  at usbus0 (disconnected)
 Jul  4 14:40:20 twinhead kernel: umass0: at uhub0, port 2, addr 1 
(disconnected)
 Jul  4 14:40:27 twinhead kernel: ugen0.2:  at usbus0
 Jul  4 14:40:27 twinhead kernel: umass0:  on usbus0
 Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): REPORT LUNS. CDB: 
a0 00 00 00 00 00 00 00 00 10 00 00 
 Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): CAM status: SCSI 
Status Error
 Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI status: Check 
Condition
 Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): SCSI sense: 
ILLEGAL REQUEST asc:20,0 (Invalid command operation code)
 Jul  4 14:40:27 twinhead kernel: (probe0:umass-sim0:0:0:0): Error 22, 
Unretryable error
 Jul  4 14:40:27 twinhead kernel: da0 at umass-sim0 bus 0 scbus4 target 0 lun 0
 Jul  4 14:40:27 twinhead kernel: da0:  Fixed 
Direct Access SCSI-5 device 
 Jul  4 14:40:27 twinhead kernel: da0: 400.000MB/s transfers
 Jul  4 14:40:27 twinhead kernel: da0: 190782MB (390721968 512 byte sectors: 
255H 63S/T 24321C)
 Jul  4 14:40:27 twinhead kernel: da0: quirks=0x2

>How-To-Repeat:
Plug USB 3.0 mass storage and observe results.
>Fix:
Roll back /usr/src/sys/dev/usb/controller directory to r248085.

>Release-Note:
>Audit-Trail:
>Unformatted:
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-21 Thread Alexandre Kovalenko
On Jul 21, 2013, at 3:32 PM, Hans Petter Selasky  wrote:

> On 07/21/13 21:06, Alexandre Kovalenko wrote:
>> 
>>> Number: 180726
>>> Category:   usb
>>> Synopsis:   XHCI umass support breaks between r248085 and r252560 on 
>>> 9-STABLE
>>> Confidential:   no
>>> Severity:   non-critical
>>> Priority:   low
>>> Responsible:freebsd-usb
>>> State:  open
>>> Quarter:
>>> Keywords:
>>> Date-Required:
>>> Class:  sw-bug
>>> Submitter-Id:   current-users
>>> Arrival-Date:   Sun Jul 21 19:10:00 UTC 2013
>>> Closed-Date:
>>> Last-Modified:
>>> Originator: Alexandre Kovalenko
>>> Release:9-STABLE
>>> Organization:
>>> Environment:
>> FreeBSD twinhead 9.2-BETA1 FreeBSD 9.2-BETA1 #11 r248085:253503: Sun Jul 21 
>> 14:29:42 EDT 2013 root@twinhead:/usr/obj/usr/src/sys/TWINHEAD  amd64
>>> Description:
>> 
>>  Three different external hard drives (Seagate, Western Digital and noname 
>> USB 3.0 enclosure) refused to be recognized as the umass devices. Reverting 
>> /usr/src/sys/dev/bsd/controller to r248085, building and loading just xhci 
>> module makes drives appear again. Below are snippets from the log in both 
>> cases:
>> 
> 
> Can you try:
> 
> 1) Attached patch.
> 
> 2) Non ASMedia USB 3.0 controller
> 
> --HPS
>   
> 

1) I will try to apply this patch on top of 253503. Let me know if I need to 
revert to the earlier rev -- that would take a little bit more time.

2) ASMedia is not a USB 3.0 controller -- it is one of three umass devices I 
was doing testing with (USB-to-SATA enclosure). The other two devices are made 
by Seagate and Western Digital. The USB controller is

xhci0@pci0:2:0:0:   class=0x0c0330 card=0x chip=0x00141912 rev=0x03 
hdr=0x00
vendor = 'Renesas Technology Corp.'
class  = serial bus
subclass   = USB

I can try to find different USB controller, but that would take some time.


Alexandre "Sunny" Kovalenko (Олександр Коваленко)

___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-21 Thread Alexandre Kovalenko

On Jul 21, 2013, at 3:32 PM, Hans Petter Selasky  wrote:

> On 07/21/13 21:06, Alexandre Kovalenko wrote:
>> 
>>> Number: 180726
>>> Category:   usb
>>> Synopsis:   XHCI umass support breaks between r248085 and r252560 on 
>>> 9-STABLE
>>> Confidential:   no
>>> Severity:   non-critical
>>> Priority:   low
>>> Responsible:freebsd-usb
>>> State:  open
>>> Quarter:
>>> Keywords:
>>> Date-Required:
>>> Class:  sw-bug
>>> Submitter-Id:   current-users
>>> Arrival-Date:   Sun Jul 21 19:10:00 UTC 2013
>>> Closed-Date:
>>> Last-Modified:
>>> Originator: Alexandre Kovalenko
>>> Release:9-STABLE
>>> Organization:
>>> Environment:
>> FreeBSD twinhead 9.2-BETA1 FreeBSD 9.2-BETA1 #11 r248085:253503: Sun Jul 21 
>> 14:29:42 EDT 2013 root@twinhead:/usr/obj/usr/src/sys/TWINHEAD  amd64
>>> Description:
>> 
>>  Three different external hard drives (Seagate, Western Digital and noname 
>> USB 3.0 enclosure) refused to be recognized as the umass devices. Reverting 
>> /usr/src/sys/dev/bsd/controller to r248085, building and loading just xhci 
>> module makes drives appear again. Below are snippets from the log in both 
>> cases:
>> 
> 
> Can you try:
> 
> 1) Attached patch.
> 
> 2) Non ASMedia USB 3.0 controller
> 
> --HPS
>   
> 

After applying this patch 
(http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/xhci.c?view=patch&r1=253532&r2=253531&pathrev=253532)
 on top of r253503 the life is good -- devices are recognized properly.

Thank you very much for your help.

Alexandre "Sunny" Kovalenko (Олександр Коваленко)


___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-21 Thread Alexandre Kovalenko
The following reply was made to PR usb/180726; it has been noted by GNATS.

From: Alexandre Kovalenko 
To: bug-follo...@freebsd.org,
 bsd.gai...@gmail.com
Cc:  
Subject: Re: usb/180726: XHCI umass support breaks between r248085 and r252560 
on 9-STABLE
Date: Sun, 21 Jul 2013 17:47:06 -0400

 --Apple-Mail=_6F6E3510-295E-4026-89ED-4A3E44C88E2A
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
charset=utf-8
 
 The patch =
 (http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/xhci.c?view=3D=
 patch&r1=3D253532&r2=3D253531&pathrev=3D253532) fixes the issue for me, =
 so PR could be closed.
 
 Is it possible to include it into 9.2?
 
 Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=
 =B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE)
 
 
 
 
 
 --Apple-Mail=_6F6E3510-295E-4026-89ED-4A3E44C88E2A
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
charset=utf-8
 
 The =
 patch (http://svnweb.freebsd.org/base/head/sys/dev/usb/controller/xhci.c?=
 view=3Dpatch&r1=3D253532&r2=3D253531&pathrev=3D253532">http://=
 svnweb.freebsd.org/base/head/sys/dev/usb/controller/xhci.c?view=3Dpatch&am=
 p;r1=3D253532&r2=3D253531&pathrev=3D253532) fixes the issue =
 for me, so PR could be closed.Is it possible to =
 include it into 9.2?
 Alexandre "Sunny" =
 Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 =
 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE)
 
 =
 
 --Apple-Mail=_6F6E3510-295E-4026-89ED-4A3E44C88E2A--
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"


Re: usb/180726: XHCI umass support breaks between r248085 and r252560 on 9-STABLE

2013-07-27 Thread Alexandre Kovalenko
The following reply was made to PR usb/180726; it has been noted by GNATS.

From: Alexandre Kovalenko 
To: bug-follo...@freebsd.org,
 bsd.gai...@gmail.com
Cc:  
Subject: Re: usb/180726: XHCI umass support breaks between r248085 and r252560 
on 9-STABLE
Date: Sat, 27 Jul 2013 23:07:04 -0400

 --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/plain;
charset=utf-8
 
 I can confirm that as of
 
 FreeBSD twinhead 9.2-BETA2 FreeBSD 9.2-BETA2 #13 r253716: Sat Jul 27 =
 18:26:26 EDT 2013
 
 problem is fixed and drives are properly recognized.
 
 Thank you,
 
 
 Alexandre "Sunny" Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=
 =B4=D1=80 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE)
 
 
 
 
 
 --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF
 Content-Transfer-Encoding: quoted-printable
 Content-Type: text/html;
charset=utf-8
 
 I can =
 confirm that as ofFreeBSD twinhead 9.2-BETA2 FreeBSD =
 9.2-BETA2 #13 r253716: Sat Jul 27 18:26:26 EDT =
 2013problem is fixed and drives are properly =
 recognized.Thank you,
 Alexandre "Sunny" =
 Kovalenko (=D0=9E=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80 =
 =D0=9A=D0=BE=D0=B2=D0=B0=D0=BB=D0=B5=D0=BD=D0=BA=D0=BE)
 
 =
 
 --Apple-Mail=_14A7616C-868E-4938-8FF0-F03573AB44BF--
___
freebsd-usb@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"