From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 05:40:01 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2EC2B1065672 for ; Sun, 6 Sep 2009 05:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 099118FC18 for ; Sun, 6 Sep 2009 05:40:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n865e0aW053212 for ; Sun, 6 Sep 2009 05:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n865e0wV053211; Sun, 6 Sep 2009 05:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 6 Sep 2009 05:40:00 GMT Resent-Message-Id: <200909060540.n865e0wV053211@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bruce Cran Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 97044106566C for ; Sun, 6 Sep 2009 05:37:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 86C498FC21 for ; Sun, 6 Sep 2009 05:37:20 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n865bKmY043792 for ; Sun, 6 Sep 2009 05:37:20 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n865bJeL043791; Sun, 6 Sep 2009 05:37:20 GMT (envelope-from nobody) Message-Id: <200909060537.n865bJeL043791@www.freebsd.org> Date: Sun, 6 Sep 2009 05:37:20 GMT From: Bruce Cran To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 05:40:01 -0000 >Number: 138563 >Category: usb >Synopsis: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings >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 Sep 06 05:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Bruce Cran >Release: 8.0-BETA4 >Organization: >Environment: FreeBSD gluon.draftnet 8.0-BETA4 FreeBSD 8.0-BETA4 #1: Sun Sep 6 06:09:25 BST 2009 brucec@gluon.draftnet:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: My USB mouse is detected as: ums0: on usbus3 The product name stored in the device is "Microsoft 3-Button Mouse with IntelliEye(TM)" The string gets truncated because the 'temp' buffer in sys/dev/usb/usb_device.c line 2154 only has enough space for 32 wide characters; according to http://msdn.microsoft.com/en-us/library/ms790920.aspx USB allows strings to be up to 126 wide characters. >How-To-Repeat: >Fix: Patch attached with submission follows: --- usb_device.c.orig 2009-09-06 06:14:44.000000000 +0100 +++ usb_device.c 2009-09-06 06:15:06.000000000 +0100 @@ -2151,7 +2151,7 @@ #ifdef USB_VERBOSE const struct usb_knowndev *kdp; #endif - char temp[64]; + char temp[255]; uint16_t vendor_id; uint16_t product_id; --- usb_bus.h.orig 2009-09-06 06:15:12.000000000 +0100 +++ usb_bus.h 2009-09-06 06:15:20.000000000 +0100 @@ -101,7 +101,7 @@ union { struct usb_hw_ep_scratch hw_ep_scratch[1]; struct usb_temp_setup temp_setup[1]; - uint8_t data[128]; + uint8_t data[255]; } scratch[1]; }; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 06:07:37 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF099106566C; Sun, 6 Sep 2009 06:07:37 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.tele2.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id F297B8FC0A; Sun, 6 Sep 2009 06:07:36 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=4vnDIvHStfEA:10 a=hlIU1J3LQChSjWV/CGRL5g==:17 a=uhh3LCbTrq6yCyuCZZQA:9 a=hvR6Fimu8t7zZvyYG0gA:7 a=9jbu1FQZcCBn8Uht5V0gMpoINZ4A:4 a=Yj1PFnEQd7U8ibVu:21 a=t7LCYPOdxU8YgLjZ:21 Received: from [193.217.167.6] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 916327944; Sun, 06 Sep 2009 08:07:34 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 6 Sep 2009 08:07:58 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909052214.n85ME42B047658@www.freebsd.org> In-Reply-To: <200909052214.n85ME42B047658@www.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909060807.59357.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: usb/138559: [usb8] uether sysctl handler doesn't NUL-terminate the string X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 06:07:37 -0000 On Sunday 06 September 2009 00:14:04 Bruce Cran wrote: > >Number: 138559 > >Category: usb > >Synopsis: [usb8] uether sysctl handler doesn't NUL-terminate the > > string 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: Sat Sep 05 22:20:03 UTC 2009 > >Closed-Date: > >Last-Modified: > >Originator: Bruce Cran > >Release: 8.0-BETA3 > >Organization: > >Environment: > > FreeBSD gluon.draftnet 8.0-BETA3 FreeBSD 8.0-BETA3 #1: Fri Sep 4 09:20:32 > BST 2009 brucec@gluon.draftnet:/usr/obj/usr/src/sys/GENERIC i386 > > >Description: > > The sysctl handler in sys/dev/usb/net/usb_ethernet.c line 143 doesn't > NUL-terminate the sysctl string returned to the user because it passes the > length as "strlen(name)" instead of "strlen(name)+1". > > >How-To-Repeat: > > > >Fix: > > Patch attached with submission follows: > > --- usb_ethernet.c.orig 2009-09-05 21:35:09.000000000 +0100 > +++ usb_ethernet.c 2009-09-05 21:36:18.000000000 +0100 > @@ -146,7 +146,7 @@ > const char *name; > > name = device_get_nameunit(ue->ue_dev); > - return SYSCTL_OUT(req, name, strlen(name)); > + return SYSCTL_OUT(req, name, strlen(name) + 1); > } > > int > > >Release-Note: > >Audit-Trail: > >Unformatted: Hi, When plugging an USB ethernet adapter and printing out all sysctls, the parent string does not look corrupt. Are you sure that the terminating zero is not inserted somewhere else? --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 06:10:03 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1F2E106566C for ; Sun, 6 Sep 2009 06:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C0A378FC15 for ; Sun, 6 Sep 2009 06:10:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n866A3DE081258 for ; Sun, 6 Sep 2009 06:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n866A3ic081257; Sun, 6 Sep 2009 06:10:03 GMT (envelope-from gnats) Date: Sun, 6 Sep 2009 06:10:03 GMT Message-Id: <200909060610.n866A3ic081257@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/138559: [usb8] uether sysctl handler doesn't NUL-terminate the string X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 06:10:03 -0000 The following reply was made to PR usb/138559; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Bruce Cran , freebsd-gnats-submit@freebsd.org Subject: Re: usb/138559: [usb8] uether sysctl handler doesn't NUL-terminate the string Date: Sun, 6 Sep 2009 08:07:58 +0200 On Sunday 06 September 2009 00:14:04 Bruce Cran wrote: > >Number: 138559 > >Category: usb > >Synopsis: [usb8] uether sysctl handler doesn't NUL-terminate the > > string 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: Sat Sep 05 22:20:03 UTC 2009 > >Closed-Date: > >Last-Modified: > >Originator: Bruce Cran > >Release: 8.0-BETA3 > >Organization: > >Environment: > > FreeBSD gluon.draftnet 8.0-BETA3 FreeBSD 8.0-BETA3 #1: Fri Sep 4 09:20:32 > BST 2009 brucec@gluon.draftnet:/usr/obj/usr/src/sys/GENERIC i386 > > >Description: > > The sysctl handler in sys/dev/usb/net/usb_ethernet.c line 143 doesn't > NUL-terminate the sysctl string returned to the user because it passes the > length as "strlen(name)" instead of "strlen(name)+1". > > >How-To-Repeat: > > > >Fix: > > Patch attached with submission follows: > > --- usb_ethernet.c.orig 2009-09-05 21:35:09.000000000 +0100 > +++ usb_ethernet.c 2009-09-05 21:36:18.000000000 +0100 > @@ -146,7 +146,7 @@ > const char *name; > > name = device_get_nameunit(ue->ue_dev); > - return SYSCTL_OUT(req, name, strlen(name)); > + return SYSCTL_OUT(req, name, strlen(name) + 1); > } > > int > > >Release-Note: > >Audit-Trail: > >Unformatted: Hi, When plugging an USB ethernet adapter and printing out all sysctls, the parent string does not look corrupt. Are you sure that the terminating zero is not inserted somewhere else? --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 06:57:06 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4DAF51065692; Sun, 6 Sep 2009 06:57:06 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe02.swip.net [212.247.154.33]) by mx1.freebsd.org (Postfix) with ESMTP id AB9598FC16; Sun, 6 Sep 2009 06:57:05 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=898BxaQIwX8A:10 a=hlIU1J3LQChSjWV/CGRL5g==:17 a=6I5d2MoRAAAA:8 a=bbKsq66RC2fQlL-mk_cA:9 a=pftYb2UrZYQRvgJG9Mxw0gl0EeIA:4 Received: from [193.217.167.6] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe02.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1316166636; Sun, 06 Sep 2009 08:57:03 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Sun, 6 Sep 2009 08:57:27 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909060537.n865bJeL043791@www.freebsd.org> In-Reply-To: <200909060537.n865bJeL043791@www.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909060857.28707.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 06:57:06 -0000 On Sunday 06 September 2009 07:37:20 Bruce Cran wrote: > Bruce Cran Can you try the following patch and report back? http://perforce.freebsd.org/chv.cgi?CH=168223 --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 07:00:17 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A260106566C for ; Sun, 6 Sep 2009 07:00:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id F371B8FC0A for ; Sun, 6 Sep 2009 07:00:16 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8670Gi5035329 for ; Sun, 6 Sep 2009 07:00:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8670Gsp035328; Sun, 6 Sep 2009 07:00:16 GMT (envelope-from gnats) Date: Sun, 6 Sep 2009 07:00:16 GMT Message-Id: <200909060700.n8670Gsp035328@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 07:00:17 -0000 The following reply was made to PR usb/138563; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Bruce Cran , freebsd-gnats-submit@freebsd.org Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings Date: Sun, 6 Sep 2009 08:57:27 +0200 On Sunday 06 September 2009 07:37:20 Bruce Cran wrote: > Bruce Cran Can you try the following patch and report back? http://perforce.freebsd.org/chv.cgi?CH=168223 --HPS From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 08:09:54 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8CE61106566C for ; Sun, 6 Sep 2009 08:09:54 +0000 (UTC) (envelope-from dorian.buettner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id F06E68FC1A for ; Sun, 6 Sep 2009 08:09:53 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2009 07:43:12 -0000 Received: from port-92-192-27-116.dynamic.qsc.de (EHLO [192.168.168.2]) [92.192.27.116] by mail.gmx.net (mp046) with SMTP; 06 Sep 2009 09:43:12 +0200 X-Authenticated: #1682771 X-Provags-ID: V01U2FsdGVkX1/IbI5aL3vIPF2a9eWB35nmujCM8Sj7/HgG3xQKrZ yIRr4Vtxr9gp+k Message-ID: <4AA3680E.6030400@gmx.de> Date: Sun, 06 Sep 2009 09:43:10 +0200 From: =?ISO-8859-1?Q?Dorian_B=FCttner?= User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Ralph Zitz References: <4AA2A5EF.7090100@imada.sdu.dk> <4AA2AC17.8040802@imada.sdu.dk> In-Reply-To: <4AA2AC17.8040802@imada.sdu.dk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.52 Cc: freebsd-usb@freebsd.org Subject: Re: USB quirks X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 08:09:54 -0000 Ralph Zitz schrieb: > Ralph Zitz wrote: >> Hello, >> How does one know which quirks to add? At the moment I'm getting the >> following messages when attaching my device: >> >> ugen4.2: at >> usbus4 >> >> umass0: > 2> on usbus4 >> umass0: SCSI over Bulk-Only; quirks = 0x0000 >> umass0:3:0:-1: Attached to scbus3 >> (probe0:umass-sim0:0:0:0): TEST UNIT READY. CDB: 0 0 0 0 0 0 >> (probe0:umass-sim0:0:0:0): CAM Status: SCSI Status Error >> (probe0:umass-sim0:0:0:0): SCSI Status: Check Condition >> (probe0:umass-sim0:0:0:0): UNIT ATTENTION asc:3a,0 >> (probe0:umass-sim0:0:0:0): Medium not present >> (probe0:umass-sim0:0:0:0): Retrying Command (per Sense Data) >> da0 at umass-sim0 bus 0 target 0 lun 0 >> da0: Removable Direct Access SCSI-0 device >> da0: 40.000MB/s transfers >> da0: 15286MB (31306239 512 byte sectors: 255H 63S/T 1948C) >> xptioctl: pass driver is not in the kernel >> xptioctl: put "device pass" in your kernel config file >> (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 >> (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error >> (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition >> (probe0:umass-sim0:0:0:1): UNIT ATTENTION asc:29,0 >> (probe0:umass-sim0:0:0:1): Power on, reset, or bus device reset occurred >> (probe0:umass-sim0:0:0:1): Retrying Command (per Sense Data) >> (probe0:umass-sim0:0:0:1): TEST UNIT READY. CDB: 0 20 0 0 0 0 >> (probe0:umass-sim0:0:0:1): CAM Status: SCSI Status Error >> (probe0:umass-sim0:0:0:1): SCSI Status: Check Condition >> (probe0:umass-sim0:0:0:1): NOT READY asc:3a,0 >> (probe0:umass-sim0:0:0:1): Medium not present >> (probe0:umass-sim0:0:0:1): Unretryable error >> cd1 at umass-sim0 bus 0 target 0 lun 1 >> cd1: Removable CD-ROM SCSI-0 device >> cd1: 40.000MB/s transfers >> cd1: cd present [49151 x 2048 byte records] >> GEOM: da0: media size does not match label. >> >> The usbstick was formatted with fat32. In /dev I have da0 and da0a >> listed, yet neither can be mounted: >> >> sudo mount_msdosfs /dev/da0a /home/ralph/mnt >> mount_msdosfs: /dev/da0a: Invalid argument >> >> sudo mount_msdosfs /dev/da0 /home/ralph/mnt >> mount_msdosfs: /dev/da0: Invalid argument >> >> I also don't understand the message about the pass device not being >> in the kernel conf - it is. >> >> Any help would be greatly appreciated. >> >> Regards, >> Ralph. >> _______________________________________________ >> freebsd-usb@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-usb >> To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" > I forgot to mention: > uname -a: > FreeBSD 9.0-CURRENT FreeBSD 9.0-CURRENT #17 r196849: Sat Sep 5 > 09:35:27 CEST 2009 amd64 > _______________________________________________ > freebsd-usb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-usb > To unsubscribe, send any mail to "freebsd-usb-unsubscribe@freebsd.org" How about that part: xptioctl: pass driver is not in the kernel xptioctl: put "device pass" in your kernel config file Don't know how this is handled on neither 9-current nor on amd64, but I guess this should be solved first. From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 11:05:31 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57FC71065670 for ; Sun, 6 Sep 2009 11:05:31 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [66.246.138.153]) by mx1.freebsd.org (Postfix) with ESMTP id 299908FC0C for ; Sun, 6 Sep 2009 11:05:30 +0000 (UTC) Received: from gluon.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id F39BA8480; Sun, 6 Sep 2009 11:05:29 +0000 (UTC) Date: Sun, 6 Sep 2009 12:05:25 +0100 From: Bruce Cran To: Hans Petter Selasky Message-ID: <20090906120525.193d86e7@gluon.draftnet> In-Reply-To: <200909060857.28707.hselasky@c2i.net> References: <200909060537.n865bJeL043791@www.freebsd.org> <200909060857.28707.hselasky@c2i.net> X-Mailer: Claws Mail 3.7.2 (GTK+ 2.16.4; i386-portbld-freebsd7.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 11:05:31 -0000 The new versions of usb_device.c and usb_bus.h fixed the problem. -- Bruce From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 11:30:05 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 83CF3106566C for ; Sun, 6 Sep 2009 11:30:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 591D48FC13 for ; Sun, 6 Sep 2009 11:30:05 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n86BU5k6037697 for ; Sun, 6 Sep 2009 11:30:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n86BU5J1037694; Sun, 6 Sep 2009 11:30:05 GMT (envelope-from gnats) Date: Sun, 6 Sep 2009 11:30:05 GMT Message-Id: <200909061130.n86BU5J1037694@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Bruce Cran Cc: Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Bruce Cran List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 11:30:05 -0000 The following reply was made to PR usb/138563; it has been noted by GNATS. From: Bruce Cran To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/138563: [usb8] [patch] Increase buffer sizes to accomodate longer USB strings Date: Sun, 6 Sep 2009 12:05:25 +0100 The new versions of usb_device.c and usb_bus.h fixed the problem. -- Bruce From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 11:41:23 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD98106568D; Sun, 6 Sep 2009 11:41:23 +0000 (UTC) (envelope-from brucec@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B49328FC14; Sun, 6 Sep 2009 11:41:23 +0000 (UTC) Received: from freefall.freebsd.org (brucec@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n86BfN5U060309; Sun, 6 Sep 2009 11:41:23 GMT (envelope-from brucec@freefall.freebsd.org) Received: (from brucec@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n86BfNs8060305; Sun, 6 Sep 2009 11:41:23 GMT (envelope-from brucec) Date: Sun, 6 Sep 2009 11:41:23 GMT Message-Id: <200909061141.n86BfNs8060305@freefall.freebsd.org> To: bruce@cran.org.uk, brucec@FreeBSD.org, freebsd-usb@FreeBSD.org From: brucec@FreeBSD.org Cc: Subject: Re: usb/138559: [usb8] [patch] uether sysctl handler doesn't NUL-terminate the string X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 11:41:23 -0000 Synopsis: [usb8] [patch] uether sysctl handler doesn't NUL-terminate the string State-Changed-From-To: open->closed State-Changed-By: brucec State-Changed-When: Sun Sep 6 11:34:49 UTC 2009 State-Changed-Why: It appears it's not a bug in usb_ethernet.c because the sysctl node isn't created with the CTLTYPE_STRING flag, which requires that strings be nul-terminated instead of relying on the length parameter. The string therefore gets nul-terminated elsewhere. http://www.freebsd.org/cgi/query-pr.cgi?pr=138559 From owner-freebsd-usb@FreeBSD.ORG Sun Sep 6 21:14:57 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 228C01065679 for ; Sun, 6 Sep 2009 21:14:57 +0000 (UTC) (envelope-from dorian.buettner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 6CD118FC0C for ; Sun, 6 Sep 2009 21:14:56 +0000 (UTC) Received: (qmail invoked by alias); 06 Sep 2009 21:14:54 -0000 Received: from port-92-192-46-159.dynamic.qsc.de (EHLO zock.doris.net) [92.192.46.159] by mail.gmx.net (mp070) with SMTP; 06 Sep 2009 23:14:54 +0200 X-Authenticated: #1682771 X-Provags-ID: V01U2FsdGVkX19KWUYeBYVKrRjOcL/E/cbpb4r6DeK3r0SSFtpums K5XW4dx3vUF92/ From: Dorian =?iso-8859-1?q?B=FCttner?= To: freebsd-usb@freebsd.org Date: Sun, 6 Sep 2009 23:14:54 +0200 User-Agent: KMail/1.12.1 (FreeBSD/8.0-BETA4; KDE/4.3.1; amd64; ; ) MIME-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200909062314.54270.dorian.buettner@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.47 Subject: Asus M2A-VP, SB600 usb chip and keyboard attached during boot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Sep 2009 21:14:57 -0000 Hi usb list, am actually running 8-Beta4 and experience uncomfortability during system boot. If I already have a keyboard attached to usb during boot, it will fail like this: Sep 5 19:02:55 zock kernel: usb_alloc_device:1586: set address 2 failed (USB_ER R_TIMEOUT, ignored) Sep 5 19:02:55 zock kernel: usb_alloc_device:1624: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! Sep 5 19:02:55 zock kernel: usbd_req_re_enumerate:1539: addr=2, set address fai led! (USB_ERR_TIMEOUT, ignored) Sep 5 19:02:56 zock kernel: usbd_req_re_enumerate:1553: getting device descript or at addr 2 failed, USB_ERR_TIMEOUT! Sep 5 19:02:58 zock kernel: usbd_req_re_enumerate:1539: addr=2, set address fai led! (USB_ERR_TIMEOUT, ignored) Sep 5 19:02:59 zock kernel: usbd_req_re_enumerate:1553: getting device descript or at addr 2 failed, USB_ERR_TIMEOUT! Sep 5 19:02:59 zock kernel: ugen2.2: <(null)> at usbus2 (disconnected) Sep 5 19:02:59 zock kernel: uhub_reattach_port:435: could not allocate new devi ce! It is however possible to make it 'awake' by attaching to one of the other usb socket blocks at the rear. How do you call the blocks, the board has 2x2 usb sockets mounted, others availabe via pci slot extensions. When attaching after boot has run, it would read like this: Sep 6 22:45:15 zock kernel: ugen0.2: at usbus0 Sep 6 22:45:15 zock kernel: uhub6: on usbus0 Sep 6 22:45:16 zock kernel: uhub6: 4 ports with 2 removable, bus powered Sep 6 22:45:17 zock root: Unknown USB device: vendor 0x046d product 0xc221 bus uhub6 Sep 6 22:45:17 zock kernel: ugen0.3: at usbus0 Sep 6 22:45:17 zock kernel: ukbd0: on usbus0 Sep 6 22:45:17 zock kernel: kbd2 at ukbd0 Sep 6 22:45:17 zock kernel: uhid0: on usbus0 Sep 6 22:45:18 zock kernel: ugen0.4: at usbus0 Sep 6 22:45:19 zock kernel: ums0: on usbus0 Sep 6 22:45:19 zock kernel: ums0: 7 buttons and [XYZ] coordinates ID=0 Sep 6 22:45:19 zock kernel: ukbd1: on usbus0 Sep 6 22:45:19 zock kernel: kbd3 at ukbd1 Sep 6 22:45:19 zock kernel: ukbd_set_leds_callback:696: error=USB_ERR_STALLED Sep 6 22:45:19 zock root: Unknown USB device: vendor 0x046d product 0xc222 bus uhub6 Sep 6 22:45:19 zock kernel: ugen0.5: at usbus0 Sep 6 22:45:19 zock kernel: hid_get_item:364: Number of items truncated to 255 Sep 6 22:45:19 zock last message repeated 2 times Sep 6 22:45:19 zock kernel: uhid1: on usbus0 Sep 6 22:45:20 zock kernel: hid_get_item:364: Number of items truncated to 255 Sep 6 22:45:20 zock last message repeated 2 times Sep 6 22:45:23 zock ntpd[861]: ntpd 4.2.4p5-a (1) Sep 6 22:45:29 zock login: ROOT LOGIN (root) ON ttyv0 Sep 6 22:45:30 zock ntpd[862]: time reset +0.413423 s Sep 6 22:45:30 zock ntpd[862]: kernel time sync status change 2001 Sep 6 22:45:44 zock kernel: ukbd_set_leds_callback:696: error=USB_ERR_STALLED Sep 6 22:45:45 zock last message repeated 2 times (It's a gaming keyboard with a mouse attached to it, but the error would be the same with a dumb cherry kb attached). It is, however, way better then in 7.2 http://www.freebsd.org/cgi/query- pr.cgi?pr=usb/107827 Not sure if this patch originated at the netbsd would be related to it? http://marc.info/?l=openbsd-tech&m=124574838020563&w=2 Anything to test or similar welcome, but not within the next 2 days, I won't have access to the machine then. By the way, there seems to be some problem with the kbd leds, kde4 will hang when num lock is active during start phase. Here is complete dmesg: Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-BETA4 #11: Sat Sep 5 13:51:35 CEST 2009 root@zock.doris.net:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ (2999.91-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x40f33 Stepping = 3 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x1f real memory = 6442450944 (6144 MB) avail memory = 6178377728 (5892 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cfde0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 vgapci0: port 0xdf00-0xdf7f mem 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 18 at device 0.0 on pci1 pcib2: at device 7.0 on pci0 pci2: on pcib2 re0: port 0xee00-0xeeff mem 0xfddff000-0xfddfffff irq 19 at device 0.0 on pci2 re0: Using 1 MSI messages re0: Chip rev. 0x38000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: 00:1b:fc:73:9e:b8 re0: [FILTER] atapci0: port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfe02f000-0xfe02f3ff irq 22 at device 18.0 on pci0 atapci0: [ITHREAD] atapci0: AHCI v1.10 controller with 4 3Gbps ports, PM supported ata2: on atapci0 ata2: port is not ready (timeout 0ms) tfd = 000001d0 ata2: software reset clear timeout ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] ata4: on atapci0 ata4: [ITHREAD] ata5: on atapci0 ata5: [ITHREAD] ohci0: mem 0xfe02e000-0xfe02efff irq 16 at device 19.0 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 ohci1: mem 0xfe02d000-0xfe02dfff irq 17 at device 19.1 on pci0 ohci1: [ITHREAD] usbus1: on ohci1 ohci2: mem 0xfe02c000-0xfe02cfff irq 18 at device 19.2 on pci0 ohci2: [ITHREAD] usbus2: on ohci2 ohci3: mem 0xfe02b000-0xfe02bfff irq 17 at device 19.3 on pci0 ohci3: [ITHREAD] usbus3: on ohci3 ohci4: mem 0xfe02a000-0xfe02afff irq 18 at device 19.4 on pci0 ohci4: [ITHREAD] usbus4: on ohci4 ehci0: mem 0xfe029000-0xfe0290ff irq 19 at device 19.5 on pci0 ehci0: [ITHREAD] usbus5: EHCI version 1.0 usbus5: on ehci0 pci0: at device 20.0 (no driver attached) atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf900-0xf90f at device 20.1 on pci0 ata0: on atapci1 ata0: [ITHREAD] isab0: at device 20.3 on pci0 isa0: on isab0 pcib3: at device 20.4 on pci0 pci3: on pcib3 pcm0: port 0xcf00-0xcf1f irq 21 at device 6.0 on pci3 pcm0: pcm0: [ITHREAD] acpi_tz0: on acpi0 ACPI Warning: \\_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference 20090521 nspredef-1058 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppc0: [ITHREAD] ppbus0: on ppc0 plip0: on ppbus0 plip0: [ITHREAD] lpt0: on ppbus0 lpt0: [ITHREAD] lpt0: Interrupt-driven port ppi0: on ppbus0 atrtc0: port 0x70-0x73 on acpi0 cpu0: on acpi0 powernow0: on cpu0 cpu1: on acpi0 powernow1: on cpu1 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 acd0: DVDR at ata0-master UDMA66 ad4: 305245MB at ata2-master SATA300 SMP: AP CPU #1 Launched! WARNING: WITNESS option enabled, expect reduced performance. GEOM: ad4s2: geometry does not match label (255h,63s != 16h,63s). GEOM: ad4s3: geometry does not match label (255h,63s != 16h,63s). uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered Root mount waiting for: usbus5 Root mount waiting for: usbus5 Root mount waiting for: usbus5 uhub5: 10 ports with 10 removable, self powered Trying to mount root from ufs:/dev/ad4s3a re0: link state changed to UP re0: link state changed to DOWN re0: link state changed to UP re0: link state changed to DOWN re0: link state changed to UP ugen0.2: at usbus0 uhub6: on usbus0 uhub6: 4 ports with 2 removable, bus powered ugen0.3: at usbus0 ukbd0: on usbus0 kbd2 at ukbd0 uhid0: on usbus0 ugen0.4: at usbus0 ums0: on usbus0 ums0: 7 buttons and [XYZ] coordinates ID=0 ukbd1: on usbus0 kbd3 at ukbd1 ukbd_set_leds_callback:696: error=USB_ERR_STALLED ugen0.5: at usbus0 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 uhid1: on usbus0 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED lock order reversal: 1st 0xffffff807bad1f68 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559 2nd 0xffffff003d1e7000 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:285 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a _witness_debugger() at _witness_debugger+0x2e witness_checkorder() at witness_checkorder+0x81e _sx_xlock() at _sx_xlock+0x55 ufsdirhash_acquire() at ufsdirhash_acquire+0x33 ufsdirhash_add() at ufsdirhash_add+0x19 ufs_direnter() at ufs_direnter+0x88b ufs_makeinode() at ufs_makeinode+0x2a7 VOP_CREATE_APV() at VOP_CREATE_APV+0x8d vn_open_cred() at vn_open_cred+0x468 kern_openat() at kern_openat+0x179 syscall() at syscall+0x1af Xfast_syscall() at Xfast_syscall+0xe1 --- syscall (5, FreeBSD ELF64, open), rip = 0x80336ee0c, rsp = 0x7fffffffc7c8, rbp = 0x8068021c0 --- ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED From owner-freebsd-usb@FreeBSD.ORG Mon Sep 7 03:25:12 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 537141065670 for ; Mon, 7 Sep 2009 03:25:12 +0000 (UTC) (envelope-from bright@elvis.mu.org) Received: from elvis.mu.org (elvis.mu.org [192.203.228.196]) by mx1.freebsd.org (Postfix) with ESMTP id 41D518FC15 for ; Mon, 7 Sep 2009 03:25:12 +0000 (UTC) Received: by elvis.mu.org (Postfix, from userid 1192) id 5483B1A3CC6; Sun, 6 Sep 2009 20:05:41 -0700 (PDT) Date: Sun, 6 Sep 2009 20:05:41 -0700 From: Alfred Perlstein To: "Rashid N. Achilov" Message-ID: <20090907030541.GQ21946@elvis.mu.org> References: <1858.4707-7260-1257771675-1252091184@seznam.cz> <200909052245.55823.citycat4@ngs.ru> <200909051758.20393.hselasky@c2i.net> <200909060035.48886.citycat4@ngs.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909060035.48886.citycat4@ngs.ru> User-Agent: Mutt/1.4.2.3i Cc: freebsd-usb@freebsd.org Subject: Re: kern/137806: USB keyboard doesn't work until it's unplugged X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 03:25:12 -0000 * Rashid N. Achilov [090905 10:40] wrote: > On Saturday 05 September 2009, Hans Petter Selasky wrote: > > > I looked at the error report and noticed this problem was reported on 7.2. > I'm > > mostly working on issues reported on 8.x. Is this issue the same on 7.2 and > > 8.0-BETA3, just for reference? > > I don't know, I haven't any 8.x installations. On my side I'll install 8.x > only after 8.1 releasing - after installing 4.0 I have hard belief, > that "dot-zero release" is only another name "widely testing public beta". When you factor in the combination of hardware platforms and usage patterns it really makes sense to try a .0 release or even -current every so often to report bugs. This is so that when that .1 release comes out, your bugs are addressed. I agree it wouldn't make sense to deploy a .0 release en-masse without testing/qualifying, but refusing to look at it just doesn't make sense. -- - Alfred Perlstein .- AMA, VMOA #5191, 03 vmax, 92 gs500, 85 ch250 .- FreeBSD committer From owner-freebsd-usb@FreeBSD.ORG Mon Sep 7 07:03:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B84A1065670 for ; Mon, 7 Sep 2009 07:03:59 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe09.swip.net [212.247.155.1]) by mx1.freebsd.org (Postfix) with ESMTP id 0D6988FC15 for ; Mon, 7 Sep 2009 07:03:58 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=oHEL7k-v9xoA:10 a=p7f755yT8wqfGVF+fg83Lg==:17 a=MOA_26I_du0veAWskhoA:9 a=Qw3mr9T-goxpx4oLClHutPrCBxgA:4 Received: from [212.4.54.130] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe09.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 951942303; Mon, 07 Sep 2009 09:03:57 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Mon, 7 Sep 2009 09:04:20 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909062314.54270.dorian.buettner@gmx.de> In-Reply-To: <200909062314.54270.dorian.buettner@gmx.de> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpO< =?iso-8859-1?q?Q0yAl=7E=3F=60=27F=3FjDVb=5DE6TQ7=27=23h-VlLs=7Dk/=0A=09?=(yxg(p!IL.`#ng"%`BMrham7%UK,}VH\wUOm=^>wEEQ+KWt[{J#x6ow~JO:,zwp.(t; @ =?iso-8859-1?q?Aq=0A=09=3A4=3A=26nFCgDb8=5B3oIeTb=5E=27?=",; u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200909070904.21708.hselasky@c2i.net> Cc: Subject: Re: Asus M2A-VP, SB600 usb chip and keyboard attached during boot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 07:03:59 -0000 On Sunday 06 September 2009 23:14:54 Dorian B=FCttner wrote: > ATI Hi, I will try to port that patch you referred to over to FreeBSD. Maybe I will= =20 have it ready later today. =2D-HPS From owner-freebsd-usb@FreeBSD.ORG Mon Sep 7 11:07:10 2009 Return-Path: Delivered-To: freebsd-usb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3879106566C for ; Mon, 7 Sep 2009 11:07:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 90ED08FC1D for ; Mon, 7 Sep 2009 11:07:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n87B7AOs010420 for ; Mon, 7 Sep 2009 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n87B7AIl010416 for freebsd-usb@FreeBSD.org; Mon, 7 Sep 2009 11:07:10 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 7 Sep 2009 11:07:10 GMT Message-Id: <200909071107.n87B7AIl010416@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: freebsd-usb@FreeBSD.org Cc: Subject: Current problem reports assigned to freebsd-usb@FreeBSD.org X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 11:07:10 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/138563 usb [usb8] [patch] Increase buffer sizes to accomodate lon o usb/138548 usb usb devices periodically have unknown activity o usb/138389 usb [usb8] [patch] NULL pointer dereference in usb_endpoin o usb/138175 usb [usb67] [boot] System cannot boot, when USB reader wit o usb/138172 usb Additional dev id for u3g (Option mini PCIe) o usb/138138 usb Novatel U760 for u3g (Verizon and Bell Canada) o usb/138124 usb [usb8] Axed uaudio functionality in the usbng (alterna o usb/138119 usb MultiBay CDROM (propably on USB bus) is not recognized o usb/137872 usb slow booting on usb flash drive f usb/137848 usb Page fault when using an USB bluetooth adapter o usb/137806 usb [ukbd] USB keyboard doesn't work until it's unplugged o usb/137789 usb Add quirks for EeePC 901 SD card reader o usb/137763 usb Logitech wireless keyboard media keys not working o usb/137616 usb [usbdevs] [patch]: usbdevs update: Please add JMicron' o usb/137377 usb Support for Huawei E180 o usb/137341 usb driver if_rum doesn't work at all and throws panics o usb/137226 usb [patch] quirk for Philips extern USB disk o usb/137191 usb [usb][patch] export ums(4) output report parser data t o usb/137190 usb [usb][patch] inhibit spurious button releases for some o usb/137189 usb [usb][patch] create and use sysctl nodes for HID repor p usb/137188 usb [usb][patch] correctly handle USB report descriptors w o usb/137138 usb [umass] [patch] QUIRK: ASUS PDA Flash disk emulation o usb/137129 usb SteelSeries Ikari USB laser mouse not attaching o usb/137035 usb Sony cyber-shot DSC-P72 not accessible - cam quirks p usb/136761 usb [usbdevs] [patch] Teach usbdevs / u3g(4) about Huawei o usb/135938 usb [aue] aue driver only passes traffic in promisc mode f usb/135857 usb RTL8187 Wireless Adapter o usb/135575 usb [usbdevs] [patch] Add HTC Wizard phone vid/pid informa o usb/135542 usb [keyboard] boot loader does not work with a usb keyboa o usb/135372 usb Quirk report for Teclast TL-C300 usb media player o usb/135348 usb [umass] USB Drive Hangs with ZFS (JMicron USB2/eSata) o usb/135206 usb machine reboots when inserted USB device o usb/135200 usb SAMSUNG i740 usb mass: Synchronize cache failed, statu o usb/135182 usb UMASS quirk - Olympus FE20 camera o usb/134950 usb Lowering DTR for USB-modem via ubsa is not possible o usb/134633 usb Add support for WILLCOM03(SHARP smart phone) o usb/134631 usb [usbdevs] [patch] WiSPY DBx support requires usb tweak o usb/134299 usb Kernel Panic plugging in MF626 USB UMTS Stick u3g o usb/134193 usb System freeze on usb MP3 player insertion o usb/134117 usb [Patch] Add support for 'Option GlobeTrotter HSDPA Mod o usb/134085 usb [umass] Adding usb quirk for Sony USB flash drive o usb/133989 usb [newusb] [ukbd] USB keyboard dead at mountroot> prompt o usb/133712 usb [ural] [patch] RE: Fixed an issue with ural(4) that wa o usb/133390 usb umass crashes system in 7.1 when Olympus D-540 attache o usb/133296 usb [rum] driver not working properly in hostap mode p usb/132799 usb [usb][patch]GENESYS USB2IDE requires NO_SYNCHRONIZE_CA o usb/132785 usb [usb] [patch] Gemtech remote powersocket is classed as o usb/132594 usb USB subsystem causes page fault and crashes o usb/132312 usb Xorg 7.4 halts USB controller o usb/132080 usb [patch] [usb] Kernel panic after NOMEM caused by rum c o usb/132066 usb [ukbd] Keyboard failure USB keyboard DELL 760 o usb/132036 usb [panic] page fault when connecting Olympus C740 camera o usb/131912 usb [uslcom] [patch] New devices using Silicon Labs chips o usb/131900 usb [usbdevs] [patch] Additional product identification co o usb/131583 usb [umass] Failure when detaching umass Device o usb/131576 usb [aue] ADMtek USB To LAN Converter can't send data o usb/131521 usb Registering Belkin UPS to usb_quirks.c o usb/131123 usb [patch] re-add UQ_ASSUME_CM_OVER_DATA USB quirk o usb/131074 usb no run-time detection of usb devices plugged into exte o usb/130736 usb Page fault unplugging USB stick o usb/130325 usb [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh o usb/130230 usb Samsung Electronics YP-U3 does not attach in 7.1-RELEA o usb/130208 usb Boot process severely hampered by umass0 error o usb/130122 usb [newusb] DVD drive detects as 'da' device o usb/129945 usb [usbdevs] [patch] add u3g support for Longcheer WM66 U o usb/129766 usb [usb] plugging in usb modem HUAWEI E226 panics system o usb/129758 usb [uftdi] [patch] add Pyramid LCD usb support o usb/129673 usb [uhci] uhci (uhub) confused on replugging USB 1.1 scan o usb/129522 usb [ubsa] [patch] add support for ZTE AC8700 modem o usb/129500 usb [umass] [panic] FreeBSD Crashes when connecting SanDis o usb/129311 usb [usb] [panic] Instant crash with an USB card reader o usb/129251 usb [usbdevs] [patch] Liebert UPS being assigned uhid and o usb/129173 usb [uplcom] [patch] Add support for Corega CG-USBRS232R a s usb/128990 usb [usb] u3g does not handle RTS/CTS available on for exa o usb/128977 usb [usb] [patch] uaudio is not full duplex o usb/128803 usb [usbdevs] [patch] Quirk for I-Tuner Networks USBLCD4X2 o usb/128485 usb [umodem] [patch] Nokia N80 modem support o usb/128425 usb [umass] Cannot Connect Maxtor Onetouch 4 USB drive o usb/128418 usb [panic] [rum] loading if_rum causes panic, looks like o usb/128324 usb [uplcom] [patch] remove baud rate restriction for PL23 o usb/127980 usb [umass] [patch] Fix Samsung YP U2 MP3 player on 7.x an o usb/127926 usb [boot] USB Timeout during bootup s usb/127549 usb [umass] [patch] Meizu MiniPlayer M6 (SL) requires some s usb/127453 usb [request] ubsa, uark, ubser, uftdi, and friends should o usb/127423 usb [boot] BTX halted on Gigabyte GA-MA69VM-S2 / AMD Sempr o usb/127342 usb [boot] [panic] enabling usb keyboard and mouse support o usb/127248 usb [ucom] panic while uplcom devices attaach and detach o usb/127222 usb [ohci] Regression in 7.0 usb storage generic driver o usb/126884 usb [ugen] [patch] Bug in buffer handling in ugen.c o usb/126848 usb [usb]: USB Keyboard hangs during Installation o usb/126740 usb [ulpt] doesn't work on 7.0-RELEASE, 10 second stall be o usb/126519 usb [usb] [panic] panic when plugging in an iphone o kern/126396 usb [panic] kernel panic after unplug USB Bluetooth device o usb/125736 usb [ukbd] [hang] system hangs after AT keyboard detect if o usb/125631 usb [ums] [panic] kernel panic during bootup while 'Logite o usb/125510 usb [panic] repeated plug and unplug of USB mass storage d o usb/125450 usb [panic] Removing USB flash card while being accessed c p usb/125264 usb [patch] sysctl for set usb mouse rate (very useful for o usb/125238 usb [ums] Habu Mouse turns off in X o usb/125088 usb [keyboard] Touchpad not detected on Adesso AKB-430UG U o usb/124980 usb [panic] kernel panic on detaching unmounted umass devi o kern/124777 usb [ucom] USB cua devices don't revert to tty devices whe o usb/124758 usb [rum] [panic] rum panics SMP kernel o usb/124708 usb [panic] Kernel panic on USB KVM reattach o usb/124604 usb [ums] Microsoft combo wireless mouse doesn't work o kern/124130 usb [usb] gmirror fails to start usb devices that were pre o usb/123969 usb [usb] Supermicro H8SMi-2 usb problem: port reset faile o usb/123714 usb [usb] [panic] Panic when hald-storage-probe runs with o usb/123691 usb usbd(8): usbd hangs o usb/123690 usb [usb] [panic] Panic on USB device insertion when usb l o usb/123611 usb [usb] BBB reset failed, STALLED from Imation/Mitsumi U o usb/123509 usb [umass] continuous reset Samsung SGH-G600 phone o usb/123352 usb [usbdevs] [patch] Add Option GTMAX3.6/7.2 and Quallcom o usb/123351 usb [usbdevs] [patch] Add Reiner SCT cyberJack, Omnikey [2 o usb/122992 usb [umass] [patch] MotoROKR Z6 Phone not recognised by um o usb/122956 usb [ubsa] [patch] add support for Novatel Wireless XU870 o usb/122936 usb [ucom] [ubsa] Device does not receive interrupt o usb/122905 usb [ubsa] [patch] add Huawei E220 to ubsa o usb/122819 usb [usb] [patch] Patch to provide dynamic additions to th o usb/122813 usb [udbp] [request] udbp driver should be removed in favo o usb/122621 usb [new driver] [patch] New driver for Sierra Wireless 3G o usb/122547 usb [ehci] USB Printer not being recognized after reboot o usb/122539 usb [ohci] [panic] AnyDATA ADU-E1000D - kernel panic: ohci o usb/122483 usb [panic] [ulpt] Repeatable panic in 7.0-STABLE o usb/122119 usb [umass] umass device causes creation of daX but not da o usb/122025 usb [uscanner] [patch] uscanner does not attach to Epson R o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121708 usb [keyboard] nforce 650i mobo w/ usb keyboard infinite k o usb/121474 usb [cam] [patch] QUIRK: SAMSUNG HM250JI in LaCie usb hard o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C o usb/121275 usb [boot] [panic] FreeBSD fails to boot with usb legacy s o usb/121232 usb [usb] [panic] USB CardBus card removal causes reboot s p usb/121184 usb [uipaq] [patch] add ids from linux ipaq driver (plus a o usb/121169 usb [umass] Issues with usb mp3 player o usb/121045 usb [uftdi] [patch] Add support for PC-OP-RS1 and KURO-RS o usb/120786 usb [usb] [panic] Kernel panic when forced umount of a det o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/119981 usb [axe] [patch] add support for LOGITEC LAN-GTJ/U2 gigab o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR [regression] o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119509 usb [usb] USB flaky on Dell Optiplex 755 o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED [regress o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/116947 usb [ukbd] [patch] [regression] enable boot protocol on th o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/114682 usb [umass] generic USB media-card reader unusable o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114068 usb [usb67] [usb8] [umass] [patch] Problem with connection o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/110856 usb [usb67] [ugen] [patch] interrupt in msgs are truncated s usb/108344 usb [usb67] [atausb] [panic] kernel with atausb panics whe o usb/107935 usb [usb67] [uplcom] [panic] panic while accessing /dev/cu o usb/107924 usb [usb67] usbd(8) does not call detach o usb/107827 usb [usb67] [ohci] [panic] ohci_add_done addr not found o usb/107388 usb [usb67] [usb8] [new driver] [patch] add utoppy device o usb/107243 usb [usb67] [cam] [quirk] [patch] Apacer USB Flash Drive q o usb/106041 usb [usb67] [usb8] [request] FreeBSD does not recognise Mu o usb/105361 usb [usb67] [panic] Kernel panic during unmounting mass st s usb/103917 usb [usb67] [uhub] USB driver reports "Addr 0 should never o usb/103418 usb [usb67] [usb8] [patch] [request] usbhidctl(8) add abil o usb/103046 usb [usb67] [ulpt] [patch] ulpt event driven I/O with sele o usb/101775 usb [usb67] [usb8] [libusbhid] [patch] possible error in r o usb/101761 usb [usb67] [patch] [request] usb.h: increase maximal size o usb/100746 usb [usb67] [ukbd] system does not boot due to USB keyboar o usb/99538 usb [keyboard] while using USB keyboard default params of o usb/99431 usb [keyboard] FreeBSD on MSI 6566E (Intel 845E motherboar o kern/99200 usb [bluetooth] SMP-Kernel crashes reliably when Bluetooth o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/96457 usb [umass] [panic] fatback on umass = reboot o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync s usb/96120 usb [ums] [request] USB mouse not always detected s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb s usb/95348 usb [keyboard] USB keyboard unplug causes noise on screen o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o usb/93828 usb [ohci] [panic] ohci causes panic on boot (HP Pavillion o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92052 usb [ulpt] usbd causes defunct process with busy file-hand o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/91896 usb camcontrol(8): Serial Number of USB Memory Sticks is n o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91629 usb [usb] usbd_abort_pipe() may result in infinite loop o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91283 usb [boot] [regression] booting very slow with usb devices o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/89954 usb [umass] [panic] USB Disk driver race condition? s usb/89003 usb [request] LaCie Firewire drive not properly supported o usb/88743 usb [hang] [regression] USB makes kernel hang at boot (reg o usb/88408 usb [axe] axe0 read PHY failed o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/87224 usb [usb] Cannot mount USB Zip750 o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/86298 usb [mouse] Known good USB mouse won't work with correct s s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device f usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/83863 usb [ugen] Communication problem between opensc/openct via o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83504 usb [kernel] [patch] SpeedTouch USB stop working on recent o usb/82660 usb [ehci] [panic] EHCI: I/O stuck in state 'physrd'/panic s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. o usb/80862 usb [patch] USB locking issues: missing some Giant calls o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me o usb/80829 usb [modules] [panic] possible panic when loading USB-modu s usb/80777 usb [request] usb_rem_task() should wait for callback to c s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o usb/80040 usb [sound] [hang] Use of sound mixer causes system freeze o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/79722 usb [ehci] wrong alignments in ehci.h a usb/79656 usb [ehci] RHSC interrupts lost o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/77294 usb [ucom] [panic] ucom + ulpcom panic o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, o usb/76732 usb [ums] Mouse problems with USB KVM Switch o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn o usb/75797 usb [sound] [regression] 5.3-STABLE(2005 1/4) detect USB h o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o usb/74771 usb [umass] [hang] mounting write-protected umass device a s usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R o usb/73307 usb [panic] Kernel panics on USB disconnect s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/71455 usb [umass] Slow USB umass performance of 5.3 o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/67301 usb [uftdi] [panic] RTS and system panic o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o usb/59698 usb [keyboard] [patch] Rework of ukbd HID to AT code trans s bin/57255 usb [patch] usbd(8) and multi-function devices s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 s usb/51958 usb [urio] [patch] update for urio driver o i386/46371 usb USB controller cannot be initialized on IBM Netfinity o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem 305 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Sep 7 16:35:28 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2086F106566C for ; Mon, 7 Sep 2009 16:35:28 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 608CF8FC14 for ; Mon, 7 Sep 2009 16:35:27 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id TAA09952; Mon, 07 Sep 2009 19:18:57 +0300 (EEST) (envelope-from avg@icyb.net.ua) Message-ID: <4AA53271.70907@icyb.net.ua> Date: Mon, 07 Sep 2009 19:18:57 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.22 (X11/20090724) MIME-Version: 1.0 To: Hans Petter Selasky References: <200909062314.54270.dorian.buettner@gmx.de> <200909070904.21708.hselasky@c2i.net> In-Reply-To: <200909070904.21708.hselasky@c2i.net> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Cc: freebsd-usb@freebsd.org Subject: Re: Asus M2A-VP, SB600 usb chip and keyboard attached during boot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 16:35:28 -0000 on 07/09/2009 10:04 Hans Petter Selasky said the following: > On Sunday 06 September 2009 23:14:54 Dorian Büttner wrote: >> ATI > > Hi, > > I will try to port that patch you referred to over to FreeBSD. Maybe I will > have it ready later today. BTW, the patch as present verbatim in the posted link (http://marc.info/?l=openbsd-tech&m=124574838020563&w=2) seems to be incorrect. Either the register should be 0x53 and should be accessed via byte access. Or the bit should be 27. And, BTW, that bit of that register is not documented in AMD SB700/710/750 Register Reference Guide -- bits 24:27 of EHCI Misc Control register are said to be reserved. It's interesting to understand what this bit actually does, maybe someone has contacts at AMD. -- Andriy Gapon From owner-freebsd-usb@FreeBSD.ORG Mon Sep 7 17:50:00 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE16C1065670 for ; Mon, 7 Sep 2009 17:50:00 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe13.swipnet.se [212.247.155.129]) by mx1.freebsd.org (Postfix) with ESMTP id 7B04D8FC12 for ; Mon, 7 Sep 2009 17:50:00 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=oHEL7k-v9xoA:10 a=p7f755yT8wqfGVF+fg83Lg==:17 a=gu6fZOg2AAAA:8 a=6I5d2MoRAAAA:8 a=RHxUrHegd52G1jtBdQUA:9 a=u8s193m2VTOkzVLuOj8A:7 a=l7ZluXdT0nMqQEa4sN7AtIOaTqUA:4 Received: from [212.4.54.130] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe13.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 916751366; Mon, 07 Sep 2009 19:49:58 +0200 From: Hans Petter Selasky To: Andriy Gapon , Dorian =?iso-8859-1?q?B=FCttner?= Date: Mon, 7 Sep 2009 19:50:22 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909062314.54270.dorian.buettner@gmx.de> <200909070904.21708.hselasky@c2i.net> <4AA53271.70907@icyb.net.ua> In-Reply-To: <4AA53271.70907@icyb.net.ua> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpO< =?iso-8859-1?q?Q0yAl=7E=3F=60=27F=3FjDVb=5DE6TQ7=27=23h-VlLs=7Dk/=0A=09?=(yxg(p!IL.`#ng"%`BMrham7%UK,}VH\wUOm=^>wEEQ+KWt[{J#x6ow~JO:,zwp.(t; @ =?iso-8859-1?q?Aq=0A=09=3A4=3A=26nFCgDb8=5B3oIeTb=5E=27?=",; u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909071950.23865.hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Asus M2A-VP, SB600 usb chip and keyboard attached during boot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Sep 2009 17:50:01 -0000 On Monday 07 September 2009 18:18:57 Andriy Gapon wrote: > BTW, the patch as present verbatim in the posted link > (http://marc.info/?l=openbsd-tech&m=124574838020563&w=2) seems to be > incorrect. Either the register should be 0x53 and should be accessed via > byte access. Or the bit should be 27. > > And, BTW, that bit of that register is not documented in AMD SB700/710/750 > Register Reference Guide -- bits 24:27 of EHCI Misc Control register are > said to be reserved. > > It's interesting to understand what this bit actually does, maybe someone > has contacts at AMD. Hi, Can you try the following patch, and check that you get dmesg output according to the quirks. http://perforce.freebsd.org/chv.cgi?CH=168288 --HPS From owner-freebsd-usb@FreeBSD.ORG Tue Sep 8 11:59:46 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AABAB106566B for ; Tue, 8 Sep 2009 11:59:46 +0000 (UTC) (envelope-from ganael.laplanche@martymac.com) Received: from data.galacsys.net (data.galacsys.net [217.24.81.1]) by mx1.freebsd.org (Postfix) with ESMTP id 750C38FC18 for ; Tue, 8 Sep 2009 11:59:46 +0000 (UTC) Received: from martymac.com (webmail.galacsys.net [217.24.81.215]) by data.galacsys.net (Postfix) with ESMTP id 994A816A522; Tue, 8 Sep 2009 13:40:19 +0200 (CEST) From: "Ganael LAPLANCHE" To: freebsd-multimedia@freebsd.org X-Openwebmail-Date: Tue, 8 Sep 2009 13:40:19 +0100 Message-Id: <20090908111415.M76691@martymac.com> X-Mailer: Open WebMail 2.01 20030425 X-OriginatingIP: 157.99.64.43 (ganael.laplanche@martymac.com) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Date: Tue, 8 Sep 2009 13:40:19 +0200 (CEST) Cc: freebsd-usb@freebsd.org Subject: FreeBSD Siano (sms1xxx) driver updated X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 11:59:46 -0000 Hi, Here is a new update of the sms1xxx USB DVB-T driver for FreeBSD (>= 8.x). It now has initial support for another USB stick : the 'Hauppauge WinTV MiniStick'. Other (siano-based) sticks should work, but you may need to add VIDs/PIDs as necessary (and send me your patches ;-)). As usual, the new version of the driver is available here : http://contribs.martymac.com Here is a direct link to the README file : http://contribs.martymac.com/FreeBSD-siano/README And another one to the CHANGELOG file : http://contribs.martymac.com/FreeBSD-siano/CHANGELOG Happy streaming, Best regards, Ganaël LAPLANCHE ganael.laplanche@martymac.com http://www.martymac.com From owner-freebsd-usb@FreeBSD.ORG Tue Sep 8 19:33:14 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 62C2D1065670 for ; Tue, 8 Sep 2009 19:33:14 +0000 (UTC) (envelope-from dorian.buettner@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 9BEE98FC0C for ; Tue, 8 Sep 2009 19:33:13 +0000 (UTC) Received: (qmail invoked by alias); 08 Sep 2009 19:33:10 -0000 Received: from port-92-192-123-232.dynamic.qsc.de (EHLO zock.doris.net) [92.192.123.232] by mail.gmx.net (mp022) with SMTP; 08 Sep 2009 21:33:10 +0200 X-Authenticated: #1682771 X-Provags-ID: V01U2FsdGVkX1/Qn/YkTUjQfxXu4mWXUGd8fiQxxtkGm1raknpCez qQ8XkfkyzZr8A1 From: Dorian =?iso-8859-1?q?B=FCttner?= To: Hans Petter Selasky Date: Tue, 8 Sep 2009 21:33:08 +0200 User-Agent: KMail/1.12.1 (FreeBSD/8.0-BETA4; KDE/4.3.1; amd64; ; ) References: <200909062314.54270.dorian.buettner@gmx.de> <4AA53271.70907@icyb.net.ua> <200909071950.23865.hselasky@c2i.net> In-Reply-To: <200909071950.23865.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200909082133.08714.dorian.buettner@gmx.de> X-Y-GMX-Trusted: 0 X-FuHaFi: 0.45 Cc: Andriy Gapon , freebsd-usb@freebsd.org Subject: Re: Asus M2A-VP, SB600 usb chip and keyboard attached during boot X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Sep 2009 19:33:14 -0000 On Monday 07 September 2009 19:50:22 Hans Petter Selasky wrote: > On Monday 07 September 2009 18:18:57 Andriy Gapon wrote: > > BTW, the patch as present verbatim in the posted link > > (http://marc.info/?l=openbsd-tech&m=124574838020563&w=2) > > seems to be > > > incorrect. Either the register should be 0x53 and should > > be accessed via > > > byte access. Or the bit should be 27. > > > > And, BTW, that bit of that register is not documented in > > AMD SB700/710/750 > > > Register Reference Guide -- bits 24:27 of EHCI Misc > > Control register are > > > said to be reserved. > > > > It's interesting to understand what this bit actually > > does, maybe someone > > > has contacts at AMD. > > Hi, > > Can you try the following patch, and check that you get > dmesg output according to the quirks. > > http://perforce.freebsd.org/chv.cgi?CH=168288 > > --HPS > Just finished compiling, dmesg following. It Doesn't seem to have any impact concerning my problem, propably some sb700 owners might want to test also. Don't know in how far this will give any hint but in 7.2 I worked around the crash on boot by compiling the kernel w/o any usb support, then adviced /etc/rc to load the necessary modules. That way I had everything working without too much effort unplugging devices during boot. Copyright (c) 1992-2009 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 8.0-BETA4 #12: Tue Sep 8 21:06:47 CEST 2009 root@zock.doris.net:/usr/obj/usr/src/sys/GENERIC WARNING: WITNESS option enabled, expect reduced performance. Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: AMD Athlon(tm) 64 X2 Dual Core Processor 6000+ (2999.91-MHz K8-class CPU) Origin = "AuthenticAMD" Id = 0x40f33 Stepping = 3 Features=0x178bfbff Features2=0x2001 AMD Features=0xea500800 AMD Features2=0x1f real memory = 6442450944 (6144 MB) avail memory = 6178373632 (5892 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 ioapic0: Changing APIC ID to 4 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) acpi0: reservation of 0, a0000 (3) failed acpi0: reservation of 100000, cfde0000 (3) failed Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <32-bit timer at 3.579545MHz> port 0x4008-0x400b on acpi0 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 pcib1: at device 2.0 on pci0 pci1: on pcib1 vgapci0: port 0xdf00-0xdf7f mem 0xfa000000-0xfaffffff,0xd0000000-0xdfffffff,0xf8000000-0xf9ffffff irq 18 at device 0.0 on pci1 pcib2: at device 7.0 on pci0 pci2: on pcib2 re0: port 0xee00-0xeeff mem 0xfddff000-0xfddfffff irq 19 at device 0.0 on pci2 re0: Using 1 MSI messages re0: Chip rev. 0x38000000 re0: MAC rev. 0x00000000 miibus0: on re0 rgephy0: PHY 1 on miibus0 rgephy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, 1000baseT, 1000baseT-FDX, auto re0: Ethernet address: 00:1b:fc:73:9e:b8 re0: [FILTER] atapci0: port 0xff00-0xff07,0xfe00-0xfe03,0xfd00-0xfd07,0xfc00-0xfc03,0xfb00-0xfb0f mem 0xfe02f000-0xfe02f3ff irq 22 at device 18.0 on pci0 atapci0: [ITHREAD] atapci0: AHCI v1.10 controller with 4 3Gbps ports, PM supported ata2: on atapci0 ata2: port is not ready (timeout 0ms) tfd = 000001d0 ata2: software reset clear timeout ata2: [ITHREAD] ata3: on atapci0 ata3: [ITHREAD] ata4: on atapci0 ata4: [ITHREAD] ata5: on atapci0 ata5: [ITHREAD] ohci0: mem 0xfe02e000-0xfe02efff irq 16 at device 19.0 on pci0 ohci0: [ITHREAD] usbus0: on ohci0 ohci1: mem 0xfe02d000-0xfe02dfff irq 17 at device 19.1 on pci0 ohci1: [ITHREAD] usbus1: on ohci1 ohci2: mem 0xfe02c000-0xfe02cfff irq 18 at device 19.2 on pci0 ohci2: [ITHREAD] usbus2: on ohci2 ohci3: mem 0xfe02b000-0xfe02bfff irq 17 at device 19.3 on pci0 ohci3: [ITHREAD] usbus3: on ohci3 ohci4: mem 0xfe02a000-0xfe02afff irq 18 at device 19.4 on pci0 ohci4: [ITHREAD] usbus4: on ohci4 ehci0: mem 0xfe029000-0xfe0290ff irq 19 at device 19.5 on pci0 ehci0: [ITHREAD] usbus5: EHCI version 1.0 usbus5: on ehci0 pci0: at device 20.0 (no driver attached) atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0xf900-0xf90f at device 20.1 on pci0 ata0: on atapci1 ata0: [ITHREAD] isab0: at device 20.3 on pci0 isa0: on isab0 pcib3: at device 20.4 on pci0 pci3: on pcib3 pcm0: port 0xcf00-0xcf1f irq 21 at device 6.0 on pci3 pcm0: pcm0: [ITHREAD] acpi_tz0: on acpi0 ACPI Warning: \\_TZ_.THRM._PSL: Return Package type mismatch at index 0 - found [NULL Object Descriptor], expected Reference 20090521 nspredef-1058 fdc0: port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on acpi0 fdc0: [FILTER] uart0: <16550 or compatible> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 uart0: [FILTER] ppc0: port 0x378-0x37f irq 7 on acpi0 ppc0: Generic chipset (EPP/NIBBLE) in COMPATIBLE mode ppc0: [ITHREAD] ppbus0: on ppc0 plip0: on ppbus0 plip0: [ITHREAD] lpt0: on ppbus0 lpt0: [ITHREAD] lpt0: Interrupt-driven port ppi0: on ppbus0 atrtc0: port 0x70-0x73 on acpi0 cpu0: on acpi0 powernow0: on cpu0 cpu1: on acpi0 powernow1: on cpu1 acpi_hpet0: iomem 0xfed00000-0xfed003ff on acpi0 device_attach: acpi_hpet0 attach returned 12 sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] Timecounters tick every 1.000 msec usbus0: 12Mbps Full Speed USB v1.0 usbus1: 12Mbps Full Speed USB v1.0 usbus2: 12Mbps Full Speed USB v1.0 usbus3: 12Mbps Full Speed USB v1.0 usbus4: 12Mbps Full Speed USB v1.0 usbus5: 480Mbps High Speed USB v2.0 ugen0.1: at usbus0 uhub0: on usbus0 ugen1.1: at usbus1 uhub1: on usbus1 ugen2.1: at usbus2 uhub2: on usbus2 ugen3.1: at usbus3 uhub3: on usbus3 ugen4.1: at usbus4 uhub4: on usbus4 ugen5.1: at usbus5 uhub5: on usbus5 acd0: DVDR at ata0-master UDMA66 ad4: 305245MB at ata2-master SATA300 SMP: AP CPU #1 Launched! WARNING: WITNESS option enabled, expect reduced performance. GEOM: ad4s2: geometry does not match label (255h,63s != 16h,63s). GEOM: ad4s3: geometry does not match label (255h,63s != 16h,63s). uhub0: 2 ports with 2 removable, self powered uhub1: 2 ports with 2 removable, self powered uhub2: 2 ports with 2 removable, self powered uhub3: 2 ports with 2 removable, self powered uhub4: 2 ports with 2 removable, self powered Root mount waiting for: usbus5 Root mount waiting for: usbus5 Root mount waiting for: usbus5 uhub5: 10 ports with 10 removable, self powered Root mount waiting for: usbus5 Trying to mount root from ufs:/dev/ad4s3a usb_alloc_device:1586: set address 2 failed (USB_ERR_TIMEOUT, ignored) usb_alloc_device:1624: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! usbd_req_re_enumerate:1539: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored) lock order reversal: 1st 0xffffff0004305620 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2083 2nd 0xffffff807ba69850 bufwait (bufwait) @ /usr/src/sys/ufs/ffs/ffs_softdep.c:6177 3rd 0xffffff00044d8ba8 ufs (ufs) @ /usr/src/sys/kern/vfs_subr.c:2083 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a _witness_debugger() at _witness_debugger+0x2e witness_checkorder() at witness_checkorder+0x81e __lockmgr_args() at __lockmgr_args+0xcf3 ffs_lock() at ffs_lock+0x8c VOP_LOCK1_APV() at VOP_LOCK1_APV+0x9b _vn_lock() at _vn_lock+0x47 vget() at vget+0x7b vfs_hash_get() at vfs_hash_get+0xd5 ffs_vgetf() at ffs_vgetf+0x48 softdep_sync_metadata() at softdep_sync_metadata+0x456 ffs_syncvnode() at ffs_syncvnode+0x210 ffs_truncate() at ffs_truncate+0x4ab ufs_direnter() at ufs_direnter+0x6ae ufs_mkdir() at ufs_mkdir+0x623 VOP_MKDIR_APV() at VOP_MKDIR_APV+0x93 kern_mkdirat() at kern_mkdirat+0x270 syscall() at syscall+0x1af Xfast_syscall() at Xfast_syscall+0xe1 --- syscall (136, FreeBSD ELF64, mkdir), rip = 0x800729dcc, rsp = 0x7fffffffec88, rbp = 0x7fffffffef66 --- usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! usbd_req_re_enumerate:1539: addr=2, set address failed! (USB_ERR_TIMEOUT, ignored) usbd_req_re_enumerate:1553: getting device descriptor at addr 2 failed, USB_ERR_TIMEOUT! ugen0.2: <(null)> at usbus0 (disconnected) uhub_reattach_port:435: could not allocate new device! re0: link state changed to UP re0: link state changed to DOWN re0: link state changed to UP re0: link state changed to DOWN re0: link state changed to UP ugen1.2: at usbus1 uhub6: on usbus1 uhub6: 4 ports with 2 removable, bus powered ugen1.3: at usbus1 ukbd0: on usbus1 kbd2 at ukbd0 uhid0: on usbus1 ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:0:0:-1: Attached to scbus0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 250MB (512000 512 byte sectors: 64H 32S/T 250C) GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. ugen1.5: at usbus1 ums0: on usbus1 ums0: 7 buttons and [XYZ] coordinates ID=0 ukbd1: on usbus1 kbd3 at ukbd1 ukbd_set_leds_callback:696: error=USB_ERR_STALLED ugen1.6: at usbus1 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 uhid1: on usbus1 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 hid_get_item:364: Number of items truncated to 255 ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ugen1.4: at usbus1 (disconnected) umass0: at uhub6, port 2, addr 4 (disconnected) (da0:umass-sim0:0:0:0): lost device (da0:umass-sim0:0:0:0): removing device entry lock order reversal: 1st 0xffffff807bad21c0 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:2559 2nd 0xffffff00192fca00 dirhash (dirhash) @ /usr/src/sys/ufs/ufs/ufs_dirhash.c:285 KDB: stack backtrace: db_trace_self_wrapper() at db_trace_self_wrapper+0x2a _witness_debugger() at _witness_debugger+0x2e witness_checkorder() at witness_checkorder+0x81e _sx_xlock() at _sx_xlock+0x55 ufsdirhash_acquire() at ufsdirhash_acquire+0x33 ufsdirhash_add() at ufsdirhash_add+0x19 ufs_direnter() at ufs_direnter+0x88b ufs_makeinode() at ufs_makeinode+0x2a7 VOP_CREATE_APV() at VOP_CREATE_APV+0x8d vn_open_cred() at vn_open_cred+0x468 kern_openat() at kern_openat+0x179 syscall() at syscall+0x1af Xfast_syscall() at Xfast_syscall+0xe1 --- syscall (5, FreeBSD ELF64, open), rip = 0x80336ee0c, rsp = 0x7fffffffc7c8, rbp = 0x8068021c0 --- ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ukbd_set_leds_callback:696: error=USB_ERR_STALLED ugen1.4: at usbus1 umass0: on usbus1 umass0: SCSI over Bulk-Only; quirks = 0x0000 umass0:0:0:-1: Attached to scbus0 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-2 device da0: 1.000MB/s transfers da0: 250MB (512000 512 byte sectors: 64H 32S/T 250C) GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. GEOM: da0: partition 1 does not start on a track boundary. GEOM: da0: partition 1 does not end on a track boundary. From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 12:40:01 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4F5FB106566C for ; Wed, 9 Sep 2009 12:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 28D088FC12 for ; Wed, 9 Sep 2009 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89Ce1W1002335 for ; Wed, 9 Sep 2009 12:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89Ce1Dp002334; Wed, 9 Sep 2009 12:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 9 Sep 2009 12:40:01 GMT Resent-Message-Id: <200909091240.n89Ce1Dp002334@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-usb@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tomas Verbaitis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7175C106566C for ; Wed, 9 Sep 2009 12:32:23 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 2BAC58FC08 for ; Wed, 9 Sep 2009 12:32:23 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n89CWM2C033581 for ; Wed, 9 Sep 2009 12:32:22 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n89CWMvK033580; Wed, 9 Sep 2009 12:32:22 GMT (envelope-from nobody) Message-Id: <200909091232.n89CWMvK033580@www.freebsd.org> Date: Wed, 9 Sep 2009 12:32:22 GMT From: Tomas Verbaitis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 12:40:01 -0000 >Number: 138659 >Category: usb >Synopsis: uftdi driver broken in RELENG_8/CURRENT >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 09 12:40:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Tomas Verbaitis >Release: 8-BETA4 9-CURRENT >Organization: Megalogika Ltd >Environment: 8.0-BETA4 FreeBSD 8.0-BETA4 #19: Wed Sep 9 12:41:06 EEST 2009 8.0-BETA2 FreeBSD 8.0-BETA2 #13: Wed Aug 19 11:40:46 EEST 2009 9.0-CURRENT FreeBSD 9.0-CURRENT #73: Tue Sep 1 16:54:15 EEST 2009 >Description: www/kannel use to run perfectly with two, three or four Teltonika ModemUSB/G10 USB modems connected. uftdi(4) driver was attaching to these modems. after i upgraded one of the machines to then 8-CURRENT on Aug 19 2009, i noticed the following problems: - only single device appears to be responsive right after start of kannel - even that device is answering requests slower and slower until it stalls completely within 1 hour >How-To-Repeat: run www/kannel with 1 or 2 Teltonika ModemUSB/G10 attached to a machine running FreeBSD RELENG_8 or CURRENT >Fix: no idea :( 7.x still worked ok, so i suspect, that it must be related to USB2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 14:33:35 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E00281065672 for ; Wed, 9 Sep 2009 14:33:35 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe14.swipnet.se [212.247.155.161]) by mx1.freebsd.org (Postfix) with ESMTP id 485AC8FC0A for ; Wed, 9 Sep 2009 14:33:34 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6U-Pe18MTAwA:10 a=p7f755yT8wqfGVF+fg83Lg==:17 a=rxP0gG4EsJ1-L1XvYTUA:9 a=S1inGKiR87eopb_TFI9y6a-uq1IA:4 Received: from [212.4.54.130] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe14.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 564348820; Wed, 09 Sep 2009 16:33:33 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 9 Sep 2009 16:34:00 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909091232.n89CWMvK033580@www.freebsd.org> In-Reply-To: <200909091232.n89CWMvK033580@www.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpO< =?iso-8859-1?q?Q0yAl=7E=3F=60=27F=3FjDVb=5DE6TQ7=27=23h-VlLs=7Dk/=0A=09?=(yxg(p!IL.`#ng"%`BMrham7%UK,}VH\wUOm=^>wEEQ+KWt[{J#x6ow~JO:,zwp.(t; @ =?iso-8859-1?q?Aq=0A=09=3A4=3A=26nFCgDb8=5B3oIeTb=5E=27?=",; u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909091634.01263.hselasky@c2i.net> Cc: freebsd-gnats-submit@freebsd.org, Tomas Verbaitis Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 14:33:36 -0000 On Wednesday 09 September 2009 14:32:22 Tomas Verbaitis wrote: > - even that device is answering requests slower and slower until it stalls > completely within 1 hour What is printed in dmesg? Try enabling uftdi debugging: sysctl hw.usb.uftdi.debug=15 Any errors? --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 15:40:03 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA6321065679 for ; Wed, 9 Sep 2009 15:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 901D68FC13 for ; Wed, 9 Sep 2009 15:40:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89Fe39G086986 for ; Wed, 9 Sep 2009 15:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89Fe3aZ086985; Wed, 9 Sep 2009 15:40:03 GMT (envelope-from gnats) Date: Wed, 9 Sep 2009 15:40:03 GMT Message-Id: <200909091540.n89Fe3aZ086985@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Hans Petter Selasky Cc: Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Hans Petter Selasky List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 15:40:03 -0000 The following reply was made to PR usb/138659; it has been noted by GNATS. From: Hans Petter Selasky To: freebsd-usb@freebsd.org Cc: Tomas Verbaitis , freebsd-gnats-submit@freebsd.org Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT Date: Wed, 9 Sep 2009 16:34:00 +0200 On Wednesday 09 September 2009 14:32:22 Tomas Verbaitis wrote: > - even that device is answering requests slower and slower until it stalls > completely within 1 hour What is printed in dmesg? Try enabling uftdi debugging: sysctl hw.usb.uftdi.debug=15 Any errors? --HPS From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 19:15:09 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7DC6D10656A6; Wed, 9 Sep 2009 19:15:09 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 55AD88FC16; Wed, 9 Sep 2009 19:15:09 +0000 (UTC) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89JF9w9005598; Wed, 9 Sep 2009 19:15:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89JF9Lu005594; Wed, 9 Sep 2009 19:15:09 GMT (envelope-from linimon) Date: Wed, 9 Sep 2009 19:15:09 GMT Message-Id: <200909091915.n89JF9Lu005594@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: usb/138675: [usb8] [panic] page fault, perhaps in USB X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 19:15:09 -0000 Old Synopsis: [panic] page fault, perhaps in USB New Synopsis: [usb8] [panic] page fault, perhaps in USB Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Wed Sep 9 19:14:41 UTC 2009 Responsible-Changed-Why: reassign. http://www.freebsd.org/cgi/query-pr.cgi?pr=138675 From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 20:20:03 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DB7661065670 for ; Wed, 9 Sep 2009 20:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B0E778FC12 for ; Wed, 9 Sep 2009 20:20:03 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n89KK3gH065404 for ; Wed, 9 Sep 2009 20:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n89KK38H065403; Wed, 9 Sep 2009 20:20:03 GMT (envelope-from gnats) Date: Wed, 9 Sep 2009 20:20:03 GMT Message-Id: <200909092020.n89KK38H065403@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Alexander Best Cc: Subject: Re: usb/130325: [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Alexander Best List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 20:20:03 -0000 The following reply was made to PR usb/130325; it has been noted by GNATS. From: Alexander Best To: Cc: Subject: Re: usb/130325: [usb] [patch] fix tools/tools/usb/print-usb-if-vids.sh Date: Wed, 09 Sep 2009 22:13:55 +0200 (CEST) since this is a script the file should have it's executable bit set (755). alex From owner-freebsd-usb@FreeBSD.ORG Wed Sep 9 23:27:09 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 50B51106568F; Wed, 9 Sep 2009 23:27:09 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.swip.net [212.247.154.65]) by mx1.freebsd.org (Postfix) with ESMTP id 7DD488FC17; Wed, 9 Sep 2009 23:27:08 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=bSbmF7oKZVYA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=6I5d2MoRAAAA:8 a=RabN5nY3CUbyFxusMt0A:9 a=l3Z36tNyOr4vYifu4Q4A:7 a=tf5upLraJ-qifgokD9CBEhFkXtUA:4 a=SV7veod9ZcQA:10 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe03.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1315171668; Thu, 10 Sep 2009 01:27:05 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Thu, 10 Sep 2009 01:27:29 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909091915.n89JF9Lu005594@freefall.freebsd.org> In-Reply-To: <200909091915.n89JF9Lu005594@freefall.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909100127.30703.hselasky@c2i.net> Cc: freebsd-bugs@freebsd.org, linimon@freebsd.org Subject: Re: usb/138675: [usb8] [panic] page fault, perhaps in USB X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Sep 2009 23:27:09 -0000 On Wednesday 09 September 2009 21:15:09 linimon@freebsd.org wrote: > Old Synopsis: [panic] page fault, perhaps in USB > New Synopsis: [usb8] [panic] page fault, perhaps in USB > > Responsible-Changed-From-To: freebsd-bugs->freebsd-usb > Responsible-Changed-By: linimon > Responsible-Changed-When: Wed Sep 9 19:14:41 UTC 2009 > Responsible-Changed-Why: > reassign. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138675 Hi, There seems to be some unresolved problems when using multiple HUBs in series. Try the following patches: http://perforce.freebsd.org/chv.cgi?CH=168387 Simply download the complete files using the download link. --HPS From owner-freebsd-usb@FreeBSD.ORG Thu Sep 10 13:00:09 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B7851065676 for ; Thu, 10 Sep 2009 13:00:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 71F878FC12 for ; Thu, 10 Sep 2009 13:00:09 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8AD09hm018287 for ; Thu, 10 Sep 2009 13:00:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8AD09qn018286; Thu, 10 Sep 2009 13:00:09 GMT (envelope-from gnats) Date: Thu, 10 Sep 2009 13:00:09 GMT Message-Id: <200909101300.n8AD09qn018286@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Tomas Verbaitis Cc: Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Tomas Verbaitis List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 13:00:09 -0000 The following reply was made to PR usb/138659; it has been noted by GNATS. From: Tomas Verbaitis To: Hans Petter Selasky Cc: freebsd-usb@freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT Date: Thu, 10 Sep 2009 15:52:54 +0300 On Wed, Sep 09, 2009 at 04:34:00PM +0200, Hans Petter Selasky wrote: > On Wednesday 09 September 2009 14:32:22 Tomas Verbaitis wrote: > > - even that device is answering requests slower and slower until it stalls > > completely within 1 hour > What is printed in dmesg? Without enabling uftdi debugging, the dmesg only notes device connections and removals (btw, the old usb stack would crash the system, if attached uftdi deviced was removed and the cuaU* was accessed, so, yes, there is an improvement ,)) Sep 9 15:49:46 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:49:46 sklepas kernel: uftdi0: on usbus0 Sep 9 15:56:08 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 9 15:56:08 sklepas kernel: uftdi0: at uhub0, port 1, addr 2 (disconnected) Sep 9 15:56:25 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:56:26 sklepas kernel: uftdi0: on usbus0 Sep 9 15:56:33 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 9 15:56:33 sklepas kernel: uftdi0: at uhub0, port 1, addr 2 (disconnected) Sep 9 15:56:41 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:56:41 sklepas kernel: uftdi0: on usbus0 > Try enabling uftdi debugging: > sysctl hw.usb.uftdi.debug=15 after enabling debug it went like this: * modem attached Sep 10 15:38:30 sklepas kernel: ugen0.2: at usbus0 Sep 10 15:38:30 sklepas kernel: uftdi0: on usbus0 Sep 10 15:38:30 sklepas kernel: uftdi_attach:284: * kannel started -- it initialized the modem ok and tried to send an sms Sep 10 15:40:25 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_read_callback:459: status change msr=0x90 (0x00) lsr=0x60 (0x00) Sep 10 15:40:25 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:25 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:26 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:26 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:28 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:28 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:29 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x90) lsr=0x60 (0x60) Sep 10 15:40:29 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x60 Sep 10 15:40:31 sklepas kernel: uftdi_read_callback:459: status change msr=0x30 (0x10) lsr=0x60 (0x60) Sep 10 15:40:31 sklepas kernel: uftdi_cfg_get_status:705: msr=0x30 lsr=0x60 Sep 10 15:40:31 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x30) lsr=0x00 (0x60) Sep 10 15:40:31 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x00 * the sms did not get sent, at least the modem did not acknowledge that as the communication with it stalled for ca. 4 minutes * i disconnected the modem and stopped kannel Sep 10 15:44:06 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 10 15:44:06 sklepas kernel: uftdi0: at uhub0, port 2, addr 2 (disconnected) * kannel stopped only after modem removal, as, apparently it was still trying to say at least an ATZ to the modem * repeated the same again: Sep 10 15:44:28 sklepas kernel: ugen0.2: at usbus0 Sep 10 15:44:28 sklepas kernel: uftdi0: on usbus0 Sep 10 15:44:28 sklepas kernel: uftdi_attach:284: Sep 10 15:44:39 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_read_callback:459: status change msr=0x90 (0x00) lsr=0x60 (0x00) Sep 10 15:44:39 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:39 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:39 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:40 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:41 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:41 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:42 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x90) lsr=0x60 (0x60) Sep 10 15:44:42 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x60 Sep 10 15:44:44 sklepas kernel: uftdi_read_callback:459: status change msr=0x30 (0x10) lsr=0x60 (0x60) Sep 10 15:44:44 sklepas kernel: uftdi_cfg_get_status:705: msr=0x30 lsr=0x60 Sep 10 15:44:44 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x30) lsr=0x00 (0x60) Sep 10 15:44:44 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x00 Sep 10 15:45:15 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 10 15:45:15 sklepas kernel: uftdi0: at uhub0, port 2, addr 2 (disconnected) hope this helps. thank you for quick reaction! -- Tomas "Verbaitis" Verbaitis ** http://megalogika.lt From owner-freebsd-usb@FreeBSD.ORG Thu Sep 10 13:08:51 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 238AA106566B for ; Thu, 10 Sep 2009 13:08:51 +0000 (UTC) (envelope-from tomasv@megalogika.lt) Received: from megalogika.stp.lt (megalogika.stp.lt [193.219.52.197]) by mx1.freebsd.org (Postfix) with ESMTP id 7569D8FC13 for ; Thu, 10 Sep 2009 13:08:50 +0000 (UTC) Received: from pilvas.lan (pilvas.lan [192.169.1.97]) by megalogika.stp.lt (Postfix) with ESMTP id 2F5821CF80; Thu, 10 Sep 2009 15:52:58 +0300 (EEST) Received: by pilvas.lan (Postfix, from userid 1001) id 6FCC1E603C; Thu, 10 Sep 2009 15:52:54 +0300 (EEST) Date: Thu, 10 Sep 2009 15:52:54 +0300 From: Tomas Verbaitis To: Hans Petter Selasky Message-ID: <20090910125254.GK3287@megalogika.lt> References: <200909091232.n89CWMvK033580@www.freebsd.org> <200909091634.01263.hselasky@c2i.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909091634.01263.hselasky@c2i.net> X-URL: http://blog.hardcore.lt/ve/ X-PGP-Key: http://hardcore.lt/ve/pubkey.txt X-PGP-Key-Fingerprint: E8FB 7C13 99D9 ABDE 0494 B9F6 4D9C F010 881D 3A26 X-nic-hdl: TV13-LT User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-gnats-submit@freebsd.org, freebsd-usb@freebsd.org Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tomasv@megalogika.lt List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 13:08:51 -0000 On Wed, Sep 09, 2009 at 04:34:00PM +0200, Hans Petter Selasky wrote: > On Wednesday 09 September 2009 14:32:22 Tomas Verbaitis wrote: > > - even that device is answering requests slower and slower until it stalls > > completely within 1 hour > What is printed in dmesg? Without enabling uftdi debugging, the dmesg only notes device connections and removals (btw, the old usb stack would crash the system, if attached uftdi deviced was removed and the cuaU* was accessed, so, yes, there is an improvement ,)) Sep 9 15:49:46 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:49:46 sklepas kernel: uftdi0: on usbus0 Sep 9 15:56:08 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 9 15:56:08 sklepas kernel: uftdi0: at uhub0, port 1, addr 2 (disconnected) Sep 9 15:56:25 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:56:26 sklepas kernel: uftdi0: on usbus0 Sep 9 15:56:33 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 9 15:56:33 sklepas kernel: uftdi0: at uhub0, port 1, addr 2 (disconnected) Sep 9 15:56:41 sklepas kernel: ugen0.2: at usbus0 Sep 9 15:56:41 sklepas kernel: uftdi0: on usbus0 > Try enabling uftdi debugging: > sysctl hw.usb.uftdi.debug=15 after enabling debug it went like this: * modem attached Sep 10 15:38:30 sklepas kernel: ugen0.2: at usbus0 Sep 10 15:38:30 sklepas kernel: uftdi0: on usbus0 Sep 10 15:38:30 sklepas kernel: uftdi_attach:284: * kannel started -- it initialized the modem ok and tried to send an sms Sep 10 15:40:25 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:25 sklepas kernel: uftdi_read_callback:459: status change msr=0x90 (0x00) lsr=0x60 (0x00) Sep 10 15:40:25 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:25 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:26 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:26 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:28 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:28 sklepas kernel: uftdi_pre_param:653: Sep 10 15:40:28 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:40:29 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x90) lsr=0x60 (0x60) Sep 10 15:40:29 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x60 Sep 10 15:40:31 sklepas kernel: uftdi_read_callback:459: status change msr=0x30 (0x10) lsr=0x60 (0x60) Sep 10 15:40:31 sklepas kernel: uftdi_cfg_get_status:705: msr=0x30 lsr=0x60 Sep 10 15:40:31 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x30) lsr=0x00 (0x60) Sep 10 15:40:31 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x00 * the sms did not get sent, at least the modem did not acknowledge that as the communication with it stalled for ca. 4 minutes * i disconnected the modem and stopped kannel Sep 10 15:44:06 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 10 15:44:06 sklepas kernel: uftdi0: at uhub0, port 2, addr 2 (disconnected) * kannel stopped only after modem removal, as, apparently it was still trying to say at least an ATZ to the modem * repeated the same again: Sep 10 15:44:28 sklepas kernel: ugen0.2: at usbus0 Sep 10 15:44:28 sklepas kernel: uftdi0: on usbus0 Sep 10 15:44:28 sklepas kernel: uftdi_attach:284: Sep 10 15:44:39 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:39 sklepas kernel: uftdi_read_callback:459: status change msr=0x90 (0x00) lsr=0x60 (0x00) Sep 10 15:44:39 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:39 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:39 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:40 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:41 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_open:354: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_get_status:705: msr=0x90 lsr=0x60 Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:41 sklepas kernel: uftdi_pre_param:653: Sep 10 15:44:41 sklepas kernel: uftdi_cfg_param:672: Sep 10 15:44:42 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x90) lsr=0x60 (0x60) Sep 10 15:44:42 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x60 Sep 10 15:44:44 sklepas kernel: uftdi_read_callback:459: status change msr=0x30 (0x10) lsr=0x60 (0x60) Sep 10 15:44:44 sklepas kernel: uftdi_cfg_get_status:705: msr=0x30 lsr=0x60 Sep 10 15:44:44 sklepas kernel: uftdi_read_callback:459: status change msr=0x10 (0x30) lsr=0x00 (0x60) Sep 10 15:44:44 sklepas kernel: uftdi_cfg_get_status:705: msr=0x10 lsr=0x00 Sep 10 15:45:15 sklepas kernel: ugen0.2: at usbus0 (disconnected) Sep 10 15:45:15 sklepas kernel: uftdi0: at uhub0, port 2, addr 2 (disconnected) hope this helps. thank you for quick reaction! -- Tomas "Verbaitis" Verbaitis ** http://megalogika.lt From owner-freebsd-usb@FreeBSD.ORG Thu Sep 10 15:18:29 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4370410656A3 for ; Thu, 10 Sep 2009 15:18:29 +0000 (UTC) (envelope-from bounces+305227.47622560.587775@icpbounce.com) Received: from smtp4.icpbounce.com (smtp4.icpbounce.com [216.27.93.122]) by mx1.freebsd.org (Postfix) with ESMTP id 61F8A8FC29 for ; Thu, 10 Sep 2009 15:18:28 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp4.icpbounce.com (Postfix) with ESMTP id 1ABB0238378 for ; Thu, 10 Sep 2009 11:03:15 -0400 (EDT) Date: Thu, 10 Sep 2009 11:03:15 -0400 To: freebsd-usb@freebsd.org; From: =?utf-8?Q?Eko_Bilgisayar_ve_=C4=B0leti=C5=9Fim_Hizmetleri_Ltd=2E_=C5=9Eti?= Message-ID: <874ac7d6661f30feef603473661919d8@localhost.localdomain> X-Priority: 3 X-Mailer: PHPMailer [version 1.72] Errors-To: bounces+305227.47622560.587775@icpbounce.com X-List-Unsubscribe: X-Unsubscribe-Web: X-ICPINFO: X-Return-Path-Hint: bounces+305227.47622560.587775@icpbounce.com MIME-Version: 1.0 Content-Type: text/plain; charset = "utf-8" Content-Transfer-Encoding: 8bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Turkey Calling You To Visit - The Trade SHOW- In Las Vegas X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 15:18:29 -0000 [http://www.turkeycalling.us] [http://www.turkeycalling.us] [http://www.turkeycalling.us] [http://www.turkeycalling.us/turkey-fam/turkeyfam.htm] Global Access Travel invites you to the Tradeshow in Las Vegas on September 13-15, 2009. Please visit us to get more information about our organization and services at our booth. If you fill the registration form or leave the business card when you visit us at our booth, you might be lucky visitor who is going to win our daily draw prize; Free inspection trip to Turkey. Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Access Travel bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez Disclaimer This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Access Traveldoes not accept legal responsibility for the contents of this message. Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Access Travel bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez Disclaimer This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Access Traveldoes not accept legal responsibility for the contents of this message. Yasal Uyarı; Bu e-posta, sadece adreste belirtilen kisi veya kurulusun kullanimini hedeflemekte olup,mesajda yer alan bilgiler kisiye ozel ve gizli olabilir, yasalar ya da anlasmalar geregi ücüncü kisiler ile paylasilmasi mümkün olmayabilir.Mesaji alan kisi, mesajin gönderilmek istendigi kisi veya kurulus degilse,bu mesaji yaymak,dagitmak veya kopyalamak yasaktir Mesaj tarafiniza yanlislikla ulasmissa lütfen mesaji geri gönderiniz ve sisteminizden siliniz. Global Access Travel bu mesajin icerigi ile ilgili olarak hicbir hukuksal sorumlulugu kabul etmez Disclaimer This e-mail communication is intended only for the use of the individual or entity to which it is addressed, and may contain information that is privileged, confidential and that may not be made public by law or agreement. If the recipient of this message is not the intended recipient or entity, you are hereby notified that any further dissemination, distribution or copying of this information is strictly prohibited. If you have received this message in error, please immediately notify the sender and delete it from your system. The Global Access Traveldoes not accept legal responsibility for the contents of this message. This message was sent by: TURKEY CALLING YOU TO VISIT "THE TRADE SHOW" IN LAS VEGAS, Nüzhetiye Cad, istanbul, Besiktas 34357, Turkey Manage your subscription: http://app.icontact.com/icp/mmail-mprofile.pl?r=47622560&l=82253&s=HWWN&m=587775&c=305227 From owner-freebsd-usb@FreeBSD.ORG Thu Sep 10 17:11:25 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 21AD61065693 for ; Thu, 10 Sep 2009 17:11:25 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.swip.net [212.247.154.129]) by mx1.freebsd.org (Postfix) with ESMTP id A7FCE8FC23 for ; Thu, 10 Sep 2009 17:11:23 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=6U-Pe18MTAwA:10 a=p7f755yT8wqfGVF+fg83Lg==:17 a=AA2823xOQ5rPvZA7HvIA:9 a=UewDfo5v60W5IBV3s6r_MFbQR-gA:4 Received: from [212.4.54.130] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1204541621; Thu, 10 Sep 2009 19:11:21 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org, Tomas Verbaitis Date: Thu, 10 Sep 2009 19:11:48 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <200909101300.n8AD09qn018286@freefall.freebsd.org> In-Reply-To: <200909101300.n8AD09qn018286@freefall.freebsd.org> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909101911.48970.hselasky@c2i.net> Cc: Subject: Re: usb/138659: uftdi driver broken in RELENG_8/CURRENT X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Sep 2009 17:11:25 -0000 On Thursday 10 September 2009 15:00:09 Tomas Verbaitis wrote: > The following reply was made to PR usb/138659; it has been noted by GNATS. > Hi, The UFTDI driver does not have any printouts for data write. Try setting sysctl hw.usb.ucom.debug=15 If you don't see any "ucom_get_data" printouts, then there is something wrong. --HPS From owner-freebsd-usb@FreeBSD.ORG Fri Sep 11 09:37:09 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DCF01065672; Fri, 11 Sep 2009 09:37:09 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D84948FC19; Fri, 11 Sep 2009 09:37:08 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8B9b8Iv080950; Fri, 11 Sep 2009 09:37:08 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8B9b85W080946; Fri, 11 Sep 2009 09:37:08 GMT (envelope-from gavin) Date: Fri, 11 Sep 2009 09:37:08 GMT Message-Id: <200909110937.n8B9b85W080946@freefall.freebsd.org> To: ronald@echteman.nl, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/137226: [usb67][patch] quirk for Philips extern USB disk X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 09:37:09 -0000 Old Synopsis: [patch] quirk for Philips extern USB disk New Synopsis: [usb67][patch] quirk for Philips extern USB disk State-Changed-From-To: open->patched State-Changed-By: gavin State-Changed-When: Fri Sep 11 09:36:21 UTC 2009 State-Changed-Why: Fixed in -HEAD http://www.freebsd.org/cgi/query-pr.cgi?pr=137226 From owner-freebsd-usb@FreeBSD.ORG Fri Sep 11 09:49:29 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7408E106568B; Fri, 11 Sep 2009 09:49:29 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 49F5C8FC08; Fri, 11 Sep 2009 09:49:29 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8B9nT80090619; Fri, 11 Sep 2009 09:49:29 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8B9nSNY090615; Fri, 11 Sep 2009 09:49:28 GMT (envelope-from gavin) Date: Fri, 11 Sep 2009 09:49:28 GMT Message-Id: <200909110949.n8B9nSNY090615@freefall.freebsd.org> To: kibab@backbone.deglitch.com, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/137138: [umass][usb67][patch] QUIRK: ASUS PDA Flash disk emulation X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 09:49:29 -0000 Old Synopsis: [umass] [patch] QUIRK: ASUS PDA Flash disk emulation New Synopsis: [umass][usb67][patch] QUIRK: ASUS PDA Flash disk emulation State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Fri Sep 11 09:47:58 UTC 2009 State-Changed-Why: To submitter: This has been fixed in HEAD so will be in 8.0 when it is released. Do you know if it is also an issue in 7.x? Thanks! Responsible-Changed-From-To: freebsd-usb->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Fri Sep 11 09:47:58 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=137138 From owner-freebsd-usb@FreeBSD.ORG Fri Sep 11 09:50:31 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F6351065693; Fri, 11 Sep 2009 09:50:31 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2BB348FC2A; Fri, 11 Sep 2009 09:50:31 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8B9oVSG094721; Fri, 11 Sep 2009 09:50:31 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8B9oUvD094669; Fri, 11 Sep 2009 09:50:30 GMT (envelope-from gavin) Date: Fri, 11 Sep 2009 09:50:30 GMT Message-Id: <200909110950.n8B9oUvD094669@freefall.freebsd.org> To: yamasa@bsdhouse.org, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/137789: [patch][usb67]Add quirks for EeePC 901 SD card reader X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 09:50:31 -0000 Old Synopsis: Add quirks for EeePC 901 SD card reader New Synopsis: [patch][usb67]Add quirks for EeePC 901 SD card reader State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Fri Sep 11 09:49:30 UTC 2009 State-Changed-Why: To submitter: This has been fixed in HEAD so will be in 8.0 when it is released. Do you know if it is also an issue in 7.x? Thanks! Responsible-Changed-From-To: freebsd-usb->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Fri Sep 11 09:49:30 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=137789 From owner-freebsd-usb@FreeBSD.ORG Fri Sep 11 09:51:12 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 548671065693; Fri, 11 Sep 2009 09:51:12 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6998FC0A; Fri, 11 Sep 2009 09:51:12 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8B9pC5n099955; Fri, 11 Sep 2009 09:51:12 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8B9pB9G099951; Fri, 11 Sep 2009 09:51:11 GMT (envelope-from gavin) Date: Fri, 11 Sep 2009 09:51:11 GMT Message-Id: <200909110951.n8B9pB9G099951@freefall.freebsd.org> To: jdbca@clix.pt, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/135372: [usb67][umass] Quirk report for Teclast TL-C300 usb media player X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 09:51:12 -0000 Old Synopsis: Quirk report for Teclast TL-C300 usb media player New Synopsis: [usb67][umass] Quirk report for Teclast TL-C300 usb media player State-Changed-From-To: open->patched State-Changed-By: gavin State-Changed-When: Fri Sep 11 09:50:33 UTC 2009 State-Changed-Why: Fixed in HEAD. http://www.freebsd.org/cgi/query-pr.cgi?pr=135372 From owner-freebsd-usb@FreeBSD.ORG Fri Sep 11 11:01:07 2009 Return-Path: Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 003551065679; Fri, 11 Sep 2009 11:01:06 +0000 (UTC) (envelope-from gavin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id CADF68FC19; Fri, 11 Sep 2009 11:01:06 +0000 (UTC) Received: from freefall.freebsd.org (gavin@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8BB1615072463; Fri, 11 Sep 2009 11:01:06 GMT (envelope-from gavin@freefall.freebsd.org) Received: (from gavin@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8BB16C7072441; Fri, 11 Sep 2009 11:01:06 GMT (envelope-from gavin) Date: Fri, 11 Sep 2009 11:01:06 GMT Message-Id: <200909111101.n8BB16C7072441@freefall.freebsd.org> To: yerenkow@gmail.com, gavin@FreeBSD.org, freebsd-usb@FreeBSD.org, gavin@FreeBSD.org From: gavin@FreeBSD.org Cc: Subject: Re: usb/138548: usb devices periodically have unknown activity X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 11:01:07 -0000 Synopsis: usb devices periodically have unknown activity State-Changed-From-To: open->feedback State-Changed-By: gavin State-Changed-When: Fri Sep 11 10:46:47 UTC 2009 State-Changed-Why: To submitter: Other than the LEDs flashing, do these devices work correctly? Can you please provide the output of "usbdevs -v" when these devices are plugged in? Responsible-Changed-From-To: freebsd-usb->gavin Responsible-Changed-By: gavin Responsible-Changed-When: Fri Sep 11 10:46:47 UTC 2009 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=138548 From owner-freebsd-usb@FreeBSD.ORG Sat Sep 12 23:09:59 2009 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DEAB8106568B; Sat, 12 Sep 2009 23:09:59 +0000 (UTC) (envelope-from yerenkow@gmail.com) Received: from mail-yw0-f179.google.com (mail-yw0-f179.google.com [209.85.211.179]) by mx1.freebsd.org (Postfix) with ESMTP id 69A0E8FC19; Sat, 12 Sep 2009 23:09:59 +0000 (UTC) Received: by ywh9 with SMTP id 9so2959420ywh.32 for ; Sat, 12 Sep 2009 16:09:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=0Tlglz1iAN3t/MeO5B64D4X2CbjeEFUa/wf7P+6AHn8=; b=p2SofoUWOjbxlDDzNxssn303PUBdDTgFe4ffnshpGCxy96ef659/uxK0v9S0JeUW6O +J2M/1yS8x99KdE+Cj6mOabZKIdq20tjWKBxcOnNxARMfUI/CAI7GDl29bKfpUJ63Qr2 e0n20ldflH2iZLB/16zIlEiGhsVQhw4Jgho9o= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=YeIhPe4dNtNtR7+j11MAqXBsBPg7fKAvHP1a7ecPAALoeB1bNPe3c0zFGZB76DouzZ tgevyhVdXYkTU3As7Nz/3nXX7q1z/3w4k0B6PGauvEhsQ3S1biGqHJVqbq+QBB+lbBj4 scacscmnWZVZdj1h51uSU0Qaz6Xa4ktFlmt14= MIME-Version: 1.0 Received: by 10.91.161.34 with SMTP id n34mr2698267ago.78.1252795467466; Sat, 12 Sep 2009 15:44:27 -0700 (PDT) In-Reply-To: <200909111101.n8BB16C7072441@freefall.freebsd.org> References: <200909111101.n8BB16C7072441@freefall.freebsd.org> Date: Sun, 13 Sep 2009 01:44:27 +0300 Message-ID: From: Alexander Yerenkow To: gavin@freebsd.org Content-Type: multipart/mixed; boundary=001485f54660d08a1a0473692c85 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-usb@freebsd.org Subject: Re: usb/138548: usb devices periodically have unknown activity X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Sep 2009 23:10:00 -0000 --001485f54660d08a1a0473692c85 Content-Type: text/plain; charset=ISO-8859-1 2009/9/11 > Synopsis: usb devices periodically have unknown activity > > State-Changed-From-To: open->feedback > State-Changed-By: gavin > State-Changed-When: Fri Sep 11 10:46:47 UTC 2009 > State-Changed-Why: > To submitter: Other than the LEDs flashing, do these devices work > correctly? > Can you please provide the output of "usbdevs -v" when these devices are > plugged > in? > > Hi! I currently have 8..0-BETA3 here, but still blinking. Don't know exactly which info I should provide, but here something in attach. If this isn't sufficient, tell me what other info I should provide. > > Responsible-Changed-From-To: freebsd-usb->gavin > Responsible-Changed-By: gavin > Responsible-Changed-When: Fri Sep 11 10:46:47 UTC 2009 > Responsible-Changed-Why: > Track > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138548 > -- Regards, Alexander Yerenkow --001485f54660d08a1a0473692c85 Content-Type: text/plain; charset=US-ASCII; name="dump_curr_config_desc.txt" Content-Disposition: attachment; filename="dump_curr_config_desc.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fzixzx6v0 dWdlbjAuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0IHVzYnVzMCwgY2ZnPTAgbWQ9SE9TVCBz cGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCgogQ29uZmlndXJhdGlvbiBpbmRleCAwCgogICAgYkxl bmd0aCA9IDB4MDAwOSAKICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwMiAKICAgIHdUb3RhbExl bmd0aCA9IDB4MDAxOSAKICAgIGJOdW1JbnRlcmZhY2VzID0gMHgwMDAxIAogICAgYkNvbmZpZ3Vy YXRpb25WYWx1ZSA9IDB4MDAwMSAKICAgIGlDb25maWd1cmF0aW9uID0gMHgwMDAwICA8bm8gc3Ry aW5nPgogICAgYm1BdHRyaWJ1dGVzID0gMHgwMDQwIAogICAgYk1heFBvd2VyID0gMHgwMDAwIAoK ICAgIEludGVyZmFjZSAwCiAgICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICAgIGJEZXNjcmlwdG9y VHlwZSA9IDB4MDAwNCAKICAgICAgYkludGVyZmFjZU51bWJlciA9IDB4MDAwMCAKICAgICAgYkFs dGVybmF0ZVNldHRpbmcgPSAweDAwMDAgCiAgICAgIGJOdW1FbmRwb2ludHMgPSAweDAwMDEgCiAg ICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4MDAwOSAKICAgICAgYkludGVyZmFjZVN1YkNsYXNzID0g MHgwMDAwIAogICAgICBiSW50ZXJmYWNlUHJvdG9jb2wgPSAweDAwMDAgCiAgICAgIGlJbnRlcmZh Y2UgPSAweDAwMDAgIDxubyBzdHJpbmc+CgogICAgIEVuZHBvaW50IDAKICAgICAgICBiTGVuZ3Ro ID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5k cG9pbnRBZGRyZXNzID0gMHgwMDgxIAogICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAwMyAKICAg ICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwOCAKICAgICAgICBiSW50ZXJ2YWwgPSAweDAwZmYg CiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAw MCAKCgoKdWdlbjEuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0IHVzYnVzMSwgY2ZnPTAgbWQ9 SE9TVCBzcGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCgogQ29uZmlndXJhdGlvbiBpbmRleCAwCgog ICAgYkxlbmd0aCA9IDB4MDAwOSAKICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwMiAKICAgIHdU b3RhbExlbmd0aCA9IDB4MDAxOSAKICAgIGJOdW1JbnRlcmZhY2VzID0gMHgwMDAxIAogICAgYkNv bmZpZ3VyYXRpb25WYWx1ZSA9IDB4MDAwMSAKICAgIGlDb25maWd1cmF0aW9uID0gMHgwMDAwICA8 bm8gc3RyaW5nPgogICAgYm1BdHRyaWJ1dGVzID0gMHgwMDQwIAogICAgYk1heFBvd2VyID0gMHgw MDAwIAoKICAgIEludGVyZmFjZSAwCiAgICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICAgIGJEZXNj cmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYkludGVyZmFjZU51bWJlciA9IDB4MDAwMCAKICAg ICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDAgCiAgICAgIGJOdW1FbmRwb2ludHMgPSAweDAw MDEgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4MDAwOSAKICAgICAgYkludGVyZmFjZVN1YkNs YXNzID0gMHgwMDAwIAogICAgICBiSW50ZXJmYWNlUHJvdG9jb2wgPSAweDAwMDAgCiAgICAgIGlJ bnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+CgogICAgIEVuZHBvaW50IDAKICAgICAgICBi TGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAg ICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgxIAogICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAw MyAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwOCAKICAgICAgICBiSW50ZXJ2YWwgPSAw eDAwZmYgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9 IDB4MDAwMCAKCgoKdWdlbjIuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0IHVzYnVzMiwgY2Zn PTAgbWQ9SE9TVCBzcGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCgogQ29uZmlndXJhdGlvbiBpbmRl eCAwCgogICAgYkxlbmd0aCA9IDB4MDAwOSAKICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwMiAK ICAgIHdUb3RhbExlbmd0aCA9IDB4MDAxOSAKICAgIGJOdW1JbnRlcmZhY2VzID0gMHgwMDAxIAog ICAgYkNvbmZpZ3VyYXRpb25WYWx1ZSA9IDB4MDAwMSAKICAgIGlDb25maWd1cmF0aW9uID0gMHgw MDAwICA8bm8gc3RyaW5nPgogICAgYm1BdHRyaWJ1dGVzID0gMHgwMDQwIAogICAgYk1heFBvd2Vy ID0gMHgwMDAwIAoKICAgIEludGVyZmFjZSAwCiAgICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICAg IGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYkludGVyZmFjZU51bWJlciA9IDB4MDAw MCAKICAgICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDAgCiAgICAgIGJOdW1FbmRwb2ludHMg PSAweDAwMDEgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4MDAwOSAKICAgICAgYkludGVyZmFj ZVN1YkNsYXNzID0gMHgwMDAwIAogICAgICBiSW50ZXJmYWNlUHJvdG9jb2wgPSAweDAwMDAgCiAg ICAgIGlJbnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+CgogICAgIEVuZHBvaW50IDAKICAg ICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAK ICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgxIAogICAgICAgIGJtQXR0cmlidXRlcyA9 IDB4MDAwMyAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwOCAKICAgICAgICBiSW50ZXJ2 YWwgPSAweDAwZmYgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRk cmVzcyA9IDB4MDAwMCAKCgoKdWdlbjMuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0IHVzYnVz MywgY2ZnPTAgbWQ9SE9TVCBzcGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCgogQ29uZmlndXJhdGlv biBpbmRleCAwCgogICAgYkxlbmd0aCA9IDB4MDAwOSAKICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4 MDAwMiAKICAgIHdUb3RhbExlbmd0aCA9IDB4MDAxOSAKICAgIGJOdW1JbnRlcmZhY2VzID0gMHgw MDAxIAogICAgYkNvbmZpZ3VyYXRpb25WYWx1ZSA9IDB4MDAwMSAKICAgIGlDb25maWd1cmF0aW9u ID0gMHgwMDAwICA8bm8gc3RyaW5nPgogICAgYm1BdHRyaWJ1dGVzID0gMHgwMDQwIAogICAgYk1h eFBvd2VyID0gMHgwMDAwIAoKICAgIEludGVyZmFjZSAwCiAgICAgIGJMZW5ndGggPSAweDAwMDkg CiAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYkludGVyZmFjZU51bWJlciA9 IDB4MDAwMCAKICAgICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDAgCiAgICAgIGJOdW1FbmRw b2ludHMgPSAweDAwMDEgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4MDAwOSAKICAgICAgYklu dGVyZmFjZVN1YkNsYXNzID0gMHgwMDAwIAogICAgICBiSW50ZXJmYWNlUHJvdG9jb2wgPSAweDAw MDAgCiAgICAgIGlJbnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+CgogICAgIEVuZHBvaW50 IDAKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4 MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgxIAogICAgICAgIGJtQXR0cmli dXRlcyA9IDB4MDAwMyAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwOCAKICAgICAgICBi SW50ZXJ2YWwgPSAweDAwZmYgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5 bmNoQWRkcmVzcyA9IDB4MDAwMCAKCgoKdWdlbjQuMTogPEVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0 IHVzYnVzNCwgY2ZnPTAgbWQ9SE9TVCBzcGQ9SElHSCAoNDgwTWJwcykgcHdyPU9OCgoKIENvbmZp Z3VyYXRpb24gaW5kZXggMAoKICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICBiRGVzY3JpcHRvclR5 cGUgPSAweDAwMDIgCiAgICB3VG90YWxMZW5ndGggPSAweDAwMTkgCiAgICBiTnVtSW50ZXJmYWNl cyA9IDB4MDAwMSAKICAgIGJDb25maWd1cmF0aW9uVmFsdWUgPSAweDAwMDEgCiAgICBpQ29uZmln dXJhdGlvbiA9IDB4MDAwMCAgPG5vIHN0cmluZz4KICAgIGJtQXR0cmlidXRlcyA9IDB4MDA0MCAK ICAgIGJNYXhQb3dlciA9IDB4MDAwMCAKCiAgICBJbnRlcmZhY2UgMAogICAgICBiTGVuZ3RoID0g MHgwMDA5IAogICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDQgCiAgICAgIGJJbnRlcmZhY2VO dW1iZXIgPSAweDAwMDAgCiAgICAgIGJBbHRlcm5hdGVTZXR0aW5nID0gMHgwMDAwIAogICAgICBi TnVtRW5kcG9pbnRzID0gMHgwMDAxIAogICAgICBiSW50ZXJmYWNlQ2xhc3MgPSAweDAwMDkgCiAg ICAgIGJJbnRlcmZhY2VTdWJDbGFzcyA9IDB4MDAwMCAKICAgICAgYkludGVyZmFjZVByb3RvY29s ID0gMHgwMDAwIAogICAgICBpSW50ZXJmYWNlID0gMHgwMDAwICA8bm8gc3RyaW5nPgoKICAgICBF bmRwb2ludCAwCiAgICAgICAgYkxlbmd0aCA9IDB4MDAwNyAKICAgICAgICBiRGVzY3JpcHRvclR5 cGUgPSAweDAwMDUgCiAgICAgICAgYkVuZHBvaW50QWRkcmVzcyA9IDB4MDA4MSAKICAgICAgICBi bUF0dHJpYnV0ZXMgPSAweDAwMDMgCiAgICAgICAgd01heFBhY2tldFNpemUgPSAweDAwMDggCiAg ICAgICAgYkludGVydmFsID0gMHgwMGZmIAogICAgICAgIGJSZWZyZXNoID0gMHgwMDAwIAogICAg ICAgIGJTeW5jaEFkZHJlc3MgPSAweDAwMDAgCgoKCnVnZW4xLjI6IDxVU0ItUFMvMiBPcHRpY2Fs IE1vdXNlIExvZ2l0ZWNoPiBhdCB1c2J1czEsIGNmZz0wIG1kPUhPU1Qgc3BkPUxPVyAoMS41TWJw cykgcHdyPU9OCgoKIENvbmZpZ3VyYXRpb24gaW5kZXggMAoKICAgIGJMZW5ndGggPSAweDAwMDkg CiAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDIgCiAgICB3VG90YWxMZW5ndGggPSAweDAwMjIg CiAgICBiTnVtSW50ZXJmYWNlcyA9IDB4MDAwMSAKICAgIGJDb25maWd1cmF0aW9uVmFsdWUgPSAw eDAwMDEgCiAgICBpQ29uZmlndXJhdGlvbiA9IDB4MDAwMCAgPG5vIHN0cmluZz4KICAgIGJtQXR0 cmlidXRlcyA9IDB4MDBhMCAKICAgIGJNYXhQb3dlciA9IDB4MDAzMSAKCiAgICBJbnRlcmZhY2Ug MAogICAgICBiTGVuZ3RoID0gMHgwMDA5IAogICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDQg CiAgICAgIGJJbnRlcmZhY2VOdW1iZXIgPSAweDAwMDAgCiAgICAgIGJBbHRlcm5hdGVTZXR0aW5n ID0gMHgwMDAwIAogICAgICBiTnVtRW5kcG9pbnRzID0gMHgwMDAxIAogICAgICBiSW50ZXJmYWNl Q2xhc3MgPSAweDAwMDMgCiAgICAgIGJJbnRlcmZhY2VTdWJDbGFzcyA9IDB4MDAwMSAKICAgICAg YkludGVyZmFjZVByb3RvY29sID0gMHgwMDAyIAogICAgICBpSW50ZXJmYWNlID0gMHgwMDAwICA8 bm8gc3RyaW5nPgoKICAgICAgQWRkaXRpb25hbCBEZXNjcmlwdG9yCgogICAgICBiTGVuZ3RoID0g MHgwOQogICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDIxCiAgICAgIGJEZXNjcmlwdG9yU3ViVHlw ZSA9IDB4MTAKICAgICAgIFJBVyBkdW1wOiAKICAgICAgIDB4MDAgfCAweDA5LCAweDIxLCAweDEw LCAweDAxLCAweDAwLCAweDAxLCAweDIyLCAweDNiLCAKICAgICAgIDB4MDggfCAweDAwCgogICAg IEVuZHBvaW50IDAKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9y VHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgxIAogICAgICAg IGJtQXR0cmlidXRlcyA9IDB4MDAwMyAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwNSAK ICAgICAgICBiSW50ZXJ2YWwgPSAweDAwMGEgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAg ICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAwMCAKCgoKdWdlbjQuMjogPFZveWFnZXIgR1QgQ29y c2Fpcj4gYXQgdXNidXM0LCBjZmc9MCBtZD1IT1NUIHNwZD1ISUdIICg0ODBNYnBzKSBwd3I9T04K CgogQ29uZmlndXJhdGlvbiBpbmRleCAwCgogICAgYkxlbmd0aCA9IDB4MDAwOSAKICAgIGJEZXNj cmlwdG9yVHlwZSA9IDB4MDAwMiAKICAgIHdUb3RhbExlbmd0aCA9IDB4MDAyMCAKICAgIGJOdW1J bnRlcmZhY2VzID0gMHgwMDAxIAogICAgYkNvbmZpZ3VyYXRpb25WYWx1ZSA9IDB4MDAwMSAKICAg IGlDb25maWd1cmF0aW9uID0gMHgwMDAwICA8bm8gc3RyaW5nPgogICAgYm1BdHRyaWJ1dGVzID0g MHgwMDgwIAogICAgYk1heFBvd2VyID0gMHgwMDMyIAoKICAgIEludGVyZmFjZSAwCiAgICAgIGJM ZW5ndGggPSAweDAwMDkgCiAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYklu dGVyZmFjZU51bWJlciA9IDB4MDAwMCAKICAgICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDAg CiAgICAgIGJOdW1FbmRwb2ludHMgPSAweDAwMDIgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4 MDAwOCAKICAgICAgYkludGVyZmFjZVN1YkNsYXNzID0gMHgwMDA2IAogICAgICBiSW50ZXJmYWNl UHJvdG9jb2wgPSAweDAwNTAgCiAgICAgIGlJbnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+ CgogICAgIEVuZHBvaW50IDAKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNj cmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgxIAog ICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAwMiAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4 MDIwMCAKICAgICAgICBiSW50ZXJ2YWwgPSAweDAwZmYgCiAgICAgICAgYlJlZnJlc2ggPSAweDAw MDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAwMCAKCiAgICAgRW5kcG9pbnQgMQogICAg ICAgIGJMZW5ndGggPSAweDAwMDcgCiAgICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA1IAog ICAgICAgIGJFbmRwb2ludEFkZHJlc3MgPSAweDAwMDIgCiAgICAgICAgYm1BdHRyaWJ1dGVzID0g MHgwMDAyIAogICAgICAgIHdNYXhQYWNrZXRTaXplID0gMHgwMjAwIAogICAgICAgIGJJbnRlcnZh bCA9IDB4MDBmZiAKICAgICAgICBiUmVmcmVzaCA9IDB4MDAwMCAKICAgICAgICBiU3luY2hBZGRy ZXNzID0gMHgwMDAwIAoKCgp1Z2VuMS4zOiA8SVNTQ0VEUkJUQSBJU1NDPiBhdCB1c2J1czEsIGNm Zz0wIG1kPUhPU1Qgc3BkPUZVTEwgKDEyTWJwcykgcHdyPU9OCgoKIENvbmZpZ3VyYXRpb24gaW5k ZXggMAoKICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDIg CiAgICB3VG90YWxMZW5ndGggPSAweDAwYmEgCiAgICBiTnVtSW50ZXJmYWNlcyA9IDB4MDAwMyAK ICAgIGJDb25maWd1cmF0aW9uVmFsdWUgPSAweDAwMDEgCiAgICBpQ29uZmlndXJhdGlvbiA9IDB4 MDAwMCAgPG5vIHN0cmluZz4KICAgIGJtQXR0cmlidXRlcyA9IDB4MDBjMCAKICAgIGJNYXhQb3dl ciA9IDB4MDAwMCAKCiAgICBJbnRlcmZhY2UgMAogICAgICBiTGVuZ3RoID0gMHgwMDA5IAogICAg ICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDQgCiAgICAgIGJJbnRlcmZhY2VOdW1iZXIgPSAweDAw MDAgCiAgICAgIGJBbHRlcm5hdGVTZXR0aW5nID0gMHgwMDAwIAogICAgICBiTnVtRW5kcG9pbnRz ID0gMHgwMDAzIAogICAgICBiSW50ZXJmYWNlQ2xhc3MgPSAweDAwZTAgCiAgICAgIGJJbnRlcmZh Y2VTdWJDbGFzcyA9IDB4MDAwMSAKICAgICAgYkludGVyZmFjZVByb3RvY29sID0gMHgwMDAxIAog ICAgICBpSW50ZXJmYWNlID0gMHgwMDAwICA8bm8gc3RyaW5nPgoKICAgICBFbmRwb2ludCAwCiAg ICAgICAgYkxlbmd0aCA9IDB4MDAwNyAKICAgICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDUg CiAgICAgICAgYkVuZHBvaW50QWRkcmVzcyA9IDB4MDA4MSAKICAgICAgICBibUF0dHJpYnV0ZXMg PSAweDAwMDMgCiAgICAgICAgd01heFBhY2tldFNpemUgPSAweDAwMTAgCiAgICAgICAgYkludGVy dmFsID0gMHgwMDAxIAogICAgICAgIGJSZWZyZXNoID0gMHgwMDAwIAogICAgICAgIGJTeW5jaEFk ZHJlc3MgPSAweDAwMDAgCgogICAgIEVuZHBvaW50IDEKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3 IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRy ZXNzID0gMHgwMDAyIAogICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAwMiAKICAgICAgICB3TWF4 UGFja2V0U2l6ZSA9IDB4MDA0MCAKICAgICAgICBiSW50ZXJ2YWwgPSAweDAwMDEgCiAgICAgICAg YlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAwMCAKCiAgICAg RW5kcG9pbnQgMgogICAgICAgIGJMZW5ndGggPSAweDAwMDcgCiAgICAgICAgYkRlc2NyaXB0b3JU eXBlID0gMHgwMDA1IAogICAgICAgIGJFbmRwb2ludEFkZHJlc3MgPSAweDAwODIgCiAgICAgICAg Ym1BdHRyaWJ1dGVzID0gMHgwMDAyIAogICAgICAgIHdNYXhQYWNrZXRTaXplID0gMHgwMDQwIAog ICAgICAgIGJJbnRlcnZhbCA9IDB4MDAwMSAKICAgICAgICBiUmVmcmVzaCA9IDB4MDAwMCAKICAg ICAgICBiU3luY2hBZGRyZXNzID0gMHgwMDAwIAoKCiAgICBJbnRlcmZhY2UgMQogICAgICBiTGVu Z3RoID0gMHgwMDA5IAogICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDQgCiAgICAgIGJJbnRl cmZhY2VOdW1iZXIgPSAweDAwMDEgCiAgICAgIGJBbHRlcm5hdGVTZXR0aW5nID0gMHgwMDAwIAog ICAgICBiTnVtRW5kcG9pbnRzID0gMHgwMDAyIAogICAgICBiSW50ZXJmYWNlQ2xhc3MgPSAweDAw ZTAgCiAgICAgIGJJbnRlcmZhY2VTdWJDbGFzcyA9IDB4MDAwMSAKICAgICAgYkludGVyZmFjZVBy b3RvY29sID0gMHgwMDAxIAogICAgICBpSW50ZXJmYWNlID0gMHgwMDAwICA8bm8gc3RyaW5nPgoK ICAgICBFbmRwb2ludCAwCiAgICAgICAgYkxlbmd0aCA9IDB4MDAwNyAKICAgICAgICBiRGVzY3Jp cHRvclR5cGUgPSAweDAwMDUgCiAgICAgICAgYkVuZHBvaW50QWRkcmVzcyA9IDB4MDAwMyAKICAg ICAgICBibUF0dHJpYnV0ZXMgPSAweDAwMDEgCiAgICAgICAgd01heFBhY2tldFNpemUgPSAweDAw MDAgCiAgICAgICAgYkludGVydmFsID0gMHgwMDAxIAogICAgICAgIGJSZWZyZXNoID0gMHgwMDAw IAogICAgICAgIGJTeW5jaEFkZHJlc3MgPSAweDAwMDAgCgogICAgIEVuZHBvaW50IDEKICAgICAg ICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAKICAg ICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgzIAogICAgICAgIGJtQXR0cmlidXRlcyA9IDB4 MDAwMSAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAwMCAKICAgICAgICBiSW50ZXJ2YWwg PSAweDAwMDEgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRkcmVz cyA9IDB4MDAwMCAKCgogICAgSW50ZXJmYWNlIDEgQWx0IDEKICAgICAgYkxlbmd0aCA9IDB4MDAw OSAKICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA0IAogICAgICBiSW50ZXJmYWNlTnVtYmVy ID0gMHgwMDAxIAogICAgICBiQWx0ZXJuYXRlU2V0dGluZyA9IDB4MDAwMSAKICAgICAgYk51bUVu ZHBvaW50cyA9IDB4MDAwMiAKICAgICAgYkludGVyZmFjZUNsYXNzID0gMHgwMGUwIAogICAgICBi SW50ZXJmYWNlU3ViQ2xhc3MgPSAweDAwMDEgCiAgICAgIGJJbnRlcmZhY2VQcm90b2NvbCA9IDB4 MDAwMSAKICAgICAgaUludGVyZmFjZSA9IDB4MDAwMCAgPG5vIHN0cmluZz4KCiAgICAgRW5kcG9p bnQgMAogICAgICAgIGJMZW5ndGggPSAweDAwMDcgCiAgICAgICAgYkRlc2NyaXB0b3JUeXBlID0g MHgwMDA1IAogICAgICAgIGJFbmRwb2ludEFkZHJlc3MgPSAweDAwMDMgCiAgICAgICAgYm1BdHRy aWJ1dGVzID0gMHgwMDAxIAogICAgICAgIHdNYXhQYWNrZXRTaXplID0gMHgwMDA5IAogICAgICAg IGJJbnRlcnZhbCA9IDB4MDAwMSAKICAgICAgICBiUmVmcmVzaCA9IDB4MDAwMCAKICAgICAgICBi U3luY2hBZGRyZXNzID0gMHgwMDAwIAoKICAgICBFbmRwb2ludCAxCiAgICAgICAgYkxlbmd0aCA9 IDB4MDAwNyAKICAgICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDUgCiAgICAgICAgYkVuZHBv aW50QWRkcmVzcyA9IDB4MDA4MyAKICAgICAgICBibUF0dHJpYnV0ZXMgPSAweDAwMDEgCiAgICAg ICAgd01heFBhY2tldFNpemUgPSAweDAwMDkgCiAgICAgICAgYkludGVydmFsID0gMHgwMDAxIAog ICAgICAgIGJSZWZyZXNoID0gMHgwMDAwIAogICAgICAgIGJTeW5jaEFkZHJlc3MgPSAweDAwMDAg CgoKICAgIEludGVyZmFjZSAxIEFsdCAyCiAgICAgIGJMZW5ndGggPSAweDAwMDkgCiAgICAgIGJE ZXNjcmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYkludGVyZmFjZU51bWJlciA9IDB4MDAwMSAK ICAgICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDIgCiAgICAgIGJOdW1FbmRwb2ludHMgPSAw eDAwMDIgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4MDBlMCAKICAgICAgYkludGVyZmFjZVN1 YkNsYXNzID0gMHgwMDAxIAogICAgICBiSW50ZXJmYWNlUHJvdG9jb2wgPSAweDAwMDEgCiAgICAg IGlJbnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+CgogICAgIEVuZHBvaW50IDAKICAgICAg ICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNSAKICAg ICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDAzIAogICAgICAgIGJtQXR0cmlidXRlcyA9IDB4 MDAwMSAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4MDAxMSAKICAgICAgICBiSW50ZXJ2YWwg PSAweDAwMDEgCiAgICAgICAgYlJlZnJlc2ggPSAweDAwMDAgCiAgICAgICAgYlN5bmNoQWRkcmVz cyA9IDB4MDAwMCAKCiAgICAgRW5kcG9pbnQgMQogICAgICAgIGJMZW5ndGggPSAweDAwMDcgCiAg ICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA1IAogICAgICAgIGJFbmRwb2ludEFkZHJlc3Mg PSAweDAwODMgCiAgICAgICAgYm1BdHRyaWJ1dGVzID0gMHgwMDAxIAogICAgICAgIHdNYXhQYWNr ZXRTaXplID0gMHgwMDExIAogICAgICAgIGJJbnRlcnZhbCA9IDB4MDAwMSAKICAgICAgICBiUmVm cmVzaCA9IDB4MDAwMCAKICAgICAgICBiU3luY2hBZGRyZXNzID0gMHgwMDAwIAoKCiAgICBJbnRl cmZhY2UgMSBBbHQgMwogICAgICBiTGVuZ3RoID0gMHgwMDA5IAogICAgICBiRGVzY3JpcHRvclR5 cGUgPSAweDAwMDQgCiAgICAgIGJJbnRlcmZhY2VOdW1iZXIgPSAweDAwMDEgCiAgICAgIGJBbHRl cm5hdGVTZXR0aW5nID0gMHgwMDAzIAogICAgICBiTnVtRW5kcG9pbnRzID0gMHgwMDAyIAogICAg ICBiSW50ZXJmYWNlQ2xhc3MgPSAweDAwZTAgCiAgICAgIGJJbnRlcmZhY2VTdWJDbGFzcyA9IDB4 MDAwMSAKICAgICAgYkludGVyZmFjZVByb3RvY29sID0gMHgwMDAxIAogICAgICBpSW50ZXJmYWNl ID0gMHgwMDAwICA8bm8gc3RyaW5nPgoKICAgICBFbmRwb2ludCAwCiAgICAgICAgYkxlbmd0aCA9 IDB4MDAwNyAKICAgICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDUgCiAgICAgICAgYkVuZHBv aW50QWRkcmVzcyA9IDB4MDAwMyAKICAgICAgICBibUF0dHJpYnV0ZXMgPSAweDAwMDEgCiAgICAg ICAgd01heFBhY2tldFNpemUgPSAweDAwMTkgCiAgICAgICAgYkludGVydmFsID0gMHgwMDAxIAog ICAgICAgIGJSZWZyZXNoID0gMHgwMDAwIAogICAgICAgIGJTeW5jaEFkZHJlc3MgPSAweDAwMDAg CgogICAgIEVuZHBvaW50IDEKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNj cmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDgzIAog ICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAwMSAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4 MDAxOSAKICAgICAgICBiSW50ZXJ2YWwgPSAweDAwMDEgCiAgICAgICAgYlJlZnJlc2ggPSAweDAw MDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAwMCAKCgogICAgSW50ZXJmYWNlIDEgQWx0 IDQKICAgICAgYkxlbmd0aCA9IDB4MDAwOSAKICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA0 IAogICAgICBiSW50ZXJmYWNlTnVtYmVyID0gMHgwMDAxIAogICAgICBiQWx0ZXJuYXRlU2V0dGlu ZyA9IDB4MDAwNCAKICAgICAgYk51bUVuZHBvaW50cyA9IDB4MDAwMiAKICAgICAgYkludGVyZmFj ZUNsYXNzID0gMHgwMGUwIAogICAgICBiSW50ZXJmYWNlU3ViQ2xhc3MgPSAweDAwMDEgCiAgICAg IGJJbnRlcmZhY2VQcm90b2NvbCA9IDB4MDAwMSAKICAgICAgaUludGVyZmFjZSA9IDB4MDAwMCAg PG5vIHN0cmluZz4KCiAgICAgRW5kcG9pbnQgMAogICAgICAgIGJMZW5ndGggPSAweDAwMDcgCiAg ICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA1IAogICAgICAgIGJFbmRwb2ludEFkZHJlc3Mg PSAweDAwMDMgCiAgICAgICAgYm1BdHRyaWJ1dGVzID0gMHgwMDAxIAogICAgICAgIHdNYXhQYWNr ZXRTaXplID0gMHgwMDIxIAogICAgICAgIGJJbnRlcnZhbCA9IDB4MDAwMSAKICAgICAgICBiUmVm cmVzaCA9IDB4MDAwMCAKICAgICAgICBiU3luY2hBZGRyZXNzID0gMHgwMDAwIAoKICAgICBFbmRw b2ludCAxCiAgICAgICAgYkxlbmd0aCA9IDB4MDAwNyAKICAgICAgICBiRGVzY3JpcHRvclR5cGUg PSAweDAwMDUgCiAgICAgICAgYkVuZHBvaW50QWRkcmVzcyA9IDB4MDA4MyAKICAgICAgICBibUF0 dHJpYnV0ZXMgPSAweDAwMDEgCiAgICAgICAgd01heFBhY2tldFNpemUgPSAweDAwMjEgCiAgICAg ICAgYkludGVydmFsID0gMHgwMDAxIAogICAgICAgIGJSZWZyZXNoID0gMHgwMDAwIAogICAgICAg IGJTeW5jaEFkZHJlc3MgPSAweDAwMDAgCgoKICAgIEludGVyZmFjZSAxIEFsdCA1CiAgICAgIGJM ZW5ndGggPSAweDAwMDkgCiAgICAgIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwNCAKICAgICAgYklu dGVyZmFjZU51bWJlciA9IDB4MDAwMSAKICAgICAgYkFsdGVybmF0ZVNldHRpbmcgPSAweDAwMDUg CiAgICAgIGJOdW1FbmRwb2ludHMgPSAweDAwMDIgCiAgICAgIGJJbnRlcmZhY2VDbGFzcyA9IDB4 MDBlMCAKICAgICAgYkludGVyZmFjZVN1YkNsYXNzID0gMHgwMDAxIAogICAgICBiSW50ZXJmYWNl UHJvdG9jb2wgPSAweDAwMDEgCiAgICAgIGlJbnRlcmZhY2UgPSAweDAwMDAgIDxubyBzdHJpbmc+ CgogICAgIEVuZHBvaW50IDAKICAgICAgICBiTGVuZ3RoID0gMHgwMDA3IAogICAgICAgIGJEZXNj cmlwdG9yVHlwZSA9IDB4MDAwNSAKICAgICAgICBiRW5kcG9pbnRBZGRyZXNzID0gMHgwMDAzIAog ICAgICAgIGJtQXR0cmlidXRlcyA9IDB4MDAwMSAKICAgICAgICB3TWF4UGFja2V0U2l6ZSA9IDB4 MDAzMSAKICAgICAgICBiSW50ZXJ2YWwgPSAweDAwMDEgCiAgICAgICAgYlJlZnJlc2ggPSAweDAw MDAgCiAgICAgICAgYlN5bmNoQWRkcmVzcyA9IDB4MDAwMCAKCiAgICAgRW5kcG9pbnQgMQogICAg ICAgIGJMZW5ndGggPSAweDAwMDcgCiAgICAgICAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDA1IAog ICAgICAgIGJFbmRwb2ludEFkZHJlc3MgPSAweDAwODMgCiAgICAgICAgYm1BdHRyaWJ1dGVzID0g MHgwMDAxIAogICAgICAgIHdNYXhQYWNrZXRTaXplID0gMHgwMDMxIAogICAgICAgIGJJbnRlcnZh bCA9IDB4MDAwMSAKICAgICAgICBiUmVmcmVzaCA9IDB4MDAwMCAKICAgICAgICBiU3luY2hBZGRy ZXNzID0gMHgwMDAwIAoKCiAgICBJbnRlcmZhY2UgMgogICAgICBiTGVuZ3RoID0gMHgwMDA5IAog ICAgICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDQgCiAgICAgIGJJbnRlcmZhY2VOdW1iZXIgPSAw eDAwMDIgCiAgICAgIGJBbHRlcm5hdGVTZXR0aW5nID0gMHgwMDAwIAogICAgICBiTnVtRW5kcG9p bnRzID0gMHgwMDAwIAogICAgICBiSW50ZXJmYWNlQ2xhc3MgPSAweDAwZmUgCiAgICAgIGJJbnRl cmZhY2VTdWJDbGFzcyA9IDB4MDAwMSAKICAgICAgYkludGVyZmFjZVByb3RvY29sID0gMHgwMDAw IAogICAgICBpSW50ZXJmYWNlID0gMHgwMDAwICA8bm8gc3RyaW5nPgoKCgo= --001485f54660d08a1a0473692c85 Content-Type: text/plain; charset=US-ASCII; name="dump_device_desc.txt" Content-Disposition: attachment; filename="dump_device_desc.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_fziy0dsu1 dWdlbjAuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0IHVzYnVzMCwgY2ZnPTAgbWQ9SE9TVCBz cGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCiAgYkxlbmd0aCA9IDB4MDAxMiAKICBiRGVzY3JpcHRv clR5cGUgPSAweDAwMDEgCiAgYmNkVVNCID0gMHgwMTAwIAogIGJEZXZpY2VDbGFzcyA9IDB4MDAw OSAKICBiRGV2aWNlU3ViQ2xhc3MgPSAweDAwMDAgCiAgYkRldmljZVByb3RvY29sID0gMHgwMDAw IAogIGJNYXhQYWNrZXRTaXplMCA9IDB4MDA0MCAKICBpZFZlbmRvciA9IDB4MDAwMCAKICBpZFBy b2R1Y3QgPSAweDAwMDAgCiAgYmNkRGV2aWNlID0gMHgwMTAwIAogIGlNYW51ZmFjdHVyZXIgPSAw eDAwMDEgIDxJbnRlbD4KICBpUHJvZHVjdCA9IDB4MDAwMiAgPFVIQ0kgcm9vdCBIVUI+CiAgaVNl cmlhbE51bWJlciA9IDB4MDAwMCAgPG5vIHN0cmluZz4KICBiTnVtQ29uZmlndXJhdGlvbnMgPSAw eDAwMDEgCgp1Z2VuMS4xOiA8VUhDSSByb290IEhVQiBJbnRlbD4gYXQgdXNidXMxLCBjZmc9MCBt ZD1IT1NUIHNwZD1GVUxMICgxMk1icHMpIHB3cj1PTgoKICBiTGVuZ3RoID0gMHgwMDEyIAogIGJE ZXNjcmlwdG9yVHlwZSA9IDB4MDAwMSAKICBiY2RVU0IgPSAweDAxMDAgCiAgYkRldmljZUNsYXNz ID0gMHgwMDA5IAogIGJEZXZpY2VTdWJDbGFzcyA9IDB4MDAwMCAKICBiRGV2aWNlUHJvdG9jb2wg PSAweDAwMDAgCiAgYk1heFBhY2tldFNpemUwID0gMHgwMDQwIAogIGlkVmVuZG9yID0gMHgwMDAw IAogIGlkUHJvZHVjdCA9IDB4MDAwMCAKICBiY2REZXZpY2UgPSAweDAxMDAgCiAgaU1hbnVmYWN0 dXJlciA9IDB4MDAwMSAgPEludGVsPgogIGlQcm9kdWN0ID0gMHgwMDAyICA8VUhDSSByb290IEhV Qj4KICBpU2VyaWFsTnVtYmVyID0gMHgwMDAwICA8bm8gc3RyaW5nPgogIGJOdW1Db25maWd1cmF0 aW9ucyA9IDB4MDAwMSAKCnVnZW4yLjE6IDxVSENJIHJvb3QgSFVCIEludGVsPiBhdCB1c2J1czIs IGNmZz0wIG1kPUhPU1Qgc3BkPUZVTEwgKDEyTWJwcykgcHdyPU9OCgogIGJMZW5ndGggPSAweDAw MTIgCiAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDAxIAogIGJjZFVTQiA9IDB4MDEwMCAKICBiRGV2 aWNlQ2xhc3MgPSAweDAwMDkgCiAgYkRldmljZVN1YkNsYXNzID0gMHgwMDAwIAogIGJEZXZpY2VQ cm90b2NvbCA9IDB4MDAwMCAKICBiTWF4UGFja2V0U2l6ZTAgPSAweDAwNDAgCiAgaWRWZW5kb3Ig PSAweDAwMDAgCiAgaWRQcm9kdWN0ID0gMHgwMDAwIAogIGJjZERldmljZSA9IDB4MDEwMCAKICBp TWFudWZhY3R1cmVyID0gMHgwMDAxICA8SW50ZWw+CiAgaVByb2R1Y3QgPSAweDAwMDIgIDxVSENJ IHJvb3QgSFVCPgogIGlTZXJpYWxOdW1iZXIgPSAweDAwMDAgIDxubyBzdHJpbmc+CiAgYk51bUNv bmZpZ3VyYXRpb25zID0gMHgwMDAxIAoKdWdlbjMuMTogPFVIQ0kgcm9vdCBIVUIgSW50ZWw+IGF0 IHVzYnVzMywgY2ZnPTAgbWQ9SE9TVCBzcGQ9RlVMTCAoMTJNYnBzKSBwd3I9T04KCiAgYkxlbmd0 aCA9IDB4MDAxMiAKICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDEgCiAgYmNkVVNCID0gMHgwMTAw IAogIGJEZXZpY2VDbGFzcyA9IDB4MDAwOSAKICBiRGV2aWNlU3ViQ2xhc3MgPSAweDAwMDAgCiAg YkRldmljZVByb3RvY29sID0gMHgwMDAwIAogIGJNYXhQYWNrZXRTaXplMCA9IDB4MDA0MCAKICBp ZFZlbmRvciA9IDB4MDAwMCAKICBpZFByb2R1Y3QgPSAweDAwMDAgCiAgYmNkRGV2aWNlID0gMHgw MTAwIAogIGlNYW51ZmFjdHVyZXIgPSAweDAwMDEgIDxJbnRlbD4KICBpUHJvZHVjdCA9IDB4MDAw MiAgPFVIQ0kgcm9vdCBIVUI+CiAgaVNlcmlhbE51bWJlciA9IDB4MDAwMCAgPG5vIHN0cmluZz4K ICBiTnVtQ29uZmlndXJhdGlvbnMgPSAweDAwMDEgCgp1Z2VuNC4xOiA8RUhDSSByb290IEhVQiBJ bnRlbD4gYXQgdXNidXM0LCBjZmc9MCBtZD1IT1NUIHNwZD1ISUdIICg0ODBNYnBzKSBwd3I9T04K CiAgYkxlbmd0aCA9IDB4MDAxMiAKICBiRGVzY3JpcHRvclR5cGUgPSAweDAwMDEgCiAgYmNkVVNC ID0gMHgwMjAwIAogIGJEZXZpY2VDbGFzcyA9IDB4MDAwOSAKICBiRGV2aWNlU3ViQ2xhc3MgPSAw eDAwMDAgCiAgYkRldmljZVByb3RvY29sID0gMHgwMDAxIAogIGJNYXhQYWNrZXRTaXplMCA9IDB4 MDA0MCAKICBpZFZlbmRvciA9IDB4MDAwMCAKICBpZFByb2R1Y3QgPSAweDAwMDAgCiAgYmNkRGV2 aWNlID0gMHgwMTAwIAogIGlNYW51ZmFjdHVyZXIgPSAweDAwMDEgIDxJbnRlbD4KICBpUHJvZHVj dCA9IDB4MDAwMiAgPEVIQ0kgcm9vdCBIVUI+CiAgaVNlcmlhbE51bWJlciA9IDB4MDAwMCAgPG5v IHN0cmluZz4KICBiTnVtQ29uZmlndXJhdGlvbnMgPSAweDAwMDEgCgp1Z2VuMS4yOiA8VVNCLVBT LzIgT3B0aWNhbCBNb3VzZSBMb2dpdGVjaD4gYXQgdXNidXMxLCBjZmc9MCBtZD1IT1NUIHNwZD1M T1cgKDEuNU1icHMpIHB3cj1PTgoKICBiTGVuZ3RoID0gMHgwMDEyIAogIGJEZXNjcmlwdG9yVHlw ZSA9IDB4MDAwMSAKICBiY2RVU0IgPSAweDAyMDAgCiAgYkRldmljZUNsYXNzID0gMHgwMDAwIAog IGJEZXZpY2VTdWJDbGFzcyA9IDB4MDAwMCAKICBiRGV2aWNlUHJvdG9jb2wgPSAweDAwMDAgCiAg Yk1heFBhY2tldFNpemUwID0gMHgwMDA4IAogIGlkVmVuZG9yID0gMHgwNDZkIAogIGlkUHJvZHVj dCA9IDB4YzA1MCAKICBiY2REZXZpY2UgPSAweDI3MjAgCiAgaU1hbnVmYWN0dXJlciA9IDB4MDAw MSAgPExvZ2l0ZWNoPgogIGlQcm9kdWN0ID0gMHgwMDAyICA8VVNCLVBTLzIgT3B0aWNhbCBNb3Vz ZT4KICBpU2VyaWFsTnVtYmVyID0gMHgwMDAwICA8bm8gc3RyaW5nPgogIGJOdW1Db25maWd1cmF0 aW9ucyA9IDB4MDAwMSAKCnVnZW40LjI6IDxWb3lhZ2VyIEdUIENvcnNhaXI+IGF0IHVzYnVzNCwg Y2ZnPTAgbWQ9SE9TVCBzcGQ9SElHSCAoNDgwTWJwcykgcHdyPU9OCgogIGJMZW5ndGggPSAweDAw MTIgCiAgYkRlc2NyaXB0b3JUeXBlID0gMHgwMDAxIAogIGJjZFVTQiA9IDB4MDIwMCAKICBiRGV2 aWNlQ2xhc3MgPSAweDAwMDAgCiAgYkRldmljZVN1YkNsYXNzID0gMHgwMDAwIAogIGJEZXZpY2VQ cm90b2NvbCA9IDB4MDAwMCAKICBiTWF4UGFja2V0U2l6ZTAgPSAweDAwNDAgCiAgaWRWZW5kb3Ig PSAweDFiMWMgCiAgaWRQcm9kdWN0ID0gMHgxYTkwIAogIGJjZERldmljZSA9IDB4MTEwMCAKICBp TWFudWZhY3R1cmVyID0gMHgwMDAxICA8Q29yc2Fpcj4KICBpUHJvZHVjdCA9IDB4MDAwMiAgPFZv eWFnZXIgR1Q+CiAgaVNlcmlhbE51bWJlciA9IDB4MDAwMyAgPEE3MDQwMTI3MDAwMTU4MzU+CiAg Yk51bUNvbmZpZ3VyYXRpb25zID0gMHgwMDAxIAoKdWdlbjEuMzogPElTU0NFRFJCVEEgSVNTQz4g YXQgdXNidXMxLCBjZmc9MCBtZD1IT1NUIHNwZD1GVUxMICgxMk1icHMpIHB3cj1PTgoKICBiTGVu Z3RoID0gMHgwMDEyIAogIGJEZXNjcmlwdG9yVHlwZSA9IDB4MDAwMSAKICBiY2RVU0IgPSAweDAy MDAgCiAgYkRldmljZUNsYXNzID0gMHgwMGUwIAogIGJEZXZpY2VTdWJDbGFzcyA9IDB4MDAwMSAK ICBiRGV2aWNlUHJvdG9jb2wgPSAweDAwMDEgCiAgYk1heFBhY2tldFNpemUwID0gMHgwMDEwIAog IGlkVmVuZG9yID0gMHgxMTMxIAogIGlkUHJvZHVjdCA9IDB4MTAwNCAKICBiY2REZXZpY2UgPSAw eDAzNzMgCiAgaU1hbnVmYWN0dXJlciA9IDB4MDAwMSAgPElTU0M+CiAgaVByb2R1Y3QgPSAweDAw MDIgIDxJU1NDRURSQlRBPgogIGlTZXJpYWxOdW1iZXIgPSAweDAwMDAgIDxubyBzdHJpbmc+CiAg Yk51bUNvbmZpZ3VyYXRpb25zID0gMHgwMDAxIAoK --001485f54660d08a1a0473692c85--