From owner-freebsd-usb@FreeBSD.ORG Sun Mar 16 03:20:03 2008 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 DEFCD1065672 for ; Sun, 16 Mar 2008 03:20:02 +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 C1C9A8FC16 for ; Sun, 16 Mar 2008 03:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2G3K2ba003313 for ; Sun, 16 Mar 2008 03:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2G3K2Uk003306; Sun, 16 Mar 2008 03:20:02 GMT (envelope-from gnats) Resent-Date: Sun, 16 Mar 2008 03:20:02 GMT Resent-Message-Id: <200803160320.m2G3K2Uk003306@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, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DA403106566C for ; Sun, 16 Mar 2008 03:16:36 +0000 (UTC) (envelope-from saper@saper.info) Received: from system.pl (system.pl [87.98.232.30]) by mx1.freebsd.org (Postfix) with ESMTP id 65CAB8FC14 for ; Sun, 16 Mar 2008 03:16:36 +0000 (UTC) (envelope-from saper@saper.info) Received: (qmail 10422 invoked by uid 10); 16 Mar 2008 04:13:47 +0100 Received: from radziecki.saper.info (localhost [127.0.0.1]) by radziecki.saper.info (8.14.2/8.14.2) with ESMTP id m2G3Fn9w014332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Mar 2008 04:15:51 +0100 (CET) (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.2/8.14.2/Submit) id m2G3FhNu014253; Sun, 16 Mar 2008 04:15:43 +0100 (CET) (envelope-from saper) Message-Id: <200803160315.m2G3FhNu014253@radziecki.saper.info> Date: Sun, 16 Mar 2008 04:15:43 +0100 (CET) From: Marcin Cieslak To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: usb@FreeBSD.org, saper@SYSTEM.PL, nike_d@cytexbg.com Subject: usb/121755: [patch] Fix panic after ohci/uhub cardbus device eject X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 03:20:03 -0000 >Number: 121755 >Category: usb >Synopsis: [patch] Fix panic after ohci/uhub cardbus device eject >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 16 03:20:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 7.0-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD radziecki.saper.info 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #9: Sat Jan 26 01:36:13 CET 2008 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 >Description: When ejecting Cardbus card implementing OHCI inteface, one may get panic: ohci_rem_ed: ED not found or ucom0: detached (null): at uhub4 port 1 (addr 2) disconnected Fatal trap 12: page fault while in kernel mode fault virtual address = 0x400 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0661e84 stack pointer = 0x28:0xd4d63b4c frame pointer = 0x28:0xd4d63b6c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 31 (cbb0 event thread) [thread pid 31 tid 100027 ] Stopped at kobj_delete+0x14: movl 0x400(%eax),%ebx when unplugging the device, as reported in this thread: http://thread.gmane.org/gmane.os.freebsd.current/92196 http://thread.gmane.org/gmane.os.freebsd.current/92196/focus=100202 >How-To-Repeat: Try removing Option GTMAX 7.2 3G UMTS modem device (also reported with HUAWEI datacards). >Fix: First patch fixes the ohci_rem_ed panic, the next one fixes the kobj_delete problem. Index: ohci_pci.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/usb/ohci_pci.c,v retrieving revision 1.50 diff -u -u -r1.50 ohci_pci.c --- ohci_pci.c 21 Jun 2007 14:42:33 -0000 1.50 +++ ohci_pci.c 16 Mar 2008 01:33:07 -0000 @@ -348,6 +348,11 @@ { ohci_softc_t *sc = device_get_softc(self); + if (sc->sc_bus.bdev) { + device_delete_child(self, sc->sc_bus.bdev); + sc->sc_bus.bdev = NULL; + } + if (sc->sc_flags & OHCI_SCFLG_DONEINIT) { ohci_detach(sc, 0); sc->sc_flags &= ~OHCI_SCFLG_DONEINIT; @@ -367,10 +372,6 @@ err); sc->ih = NULL; } - if (sc->sc_bus.bdev) { - device_delete_child(self, sc->sc_bus.bdev); - sc->sc_bus.bdev = NULL; - } if (sc->irq_res) { bus_release_resource(self, SYS_RES_IRQ, 0, sc->irq_res); sc->irq_res = NULL; Index: usb_subr.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/usb/usb_subr.c,v retrieving revision 1.95 diff -u -u -r1.95 usb_subr.c --- usb_subr.c 30 Jun 2007 20:18:44 -0000 1.95 +++ usb_subr.c 16 Mar 2008 02:51:05 -0000 @@ -1379,8 +1379,6 @@ device_get_ivars(dev->subdevs[i]); device_detach(dev->subdevs[i]); free(uaap, M_USB); - device_delete_child(device_get_parent(dev->subdevs[i]), - dev->subdevs[i]); dev->subdevs[i] = NULL; } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Sun Mar 16 03:43:16 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7579E106566C for ; Sun, 16 Mar 2008 03:43:16 +0000 (UTC) (envelope-from saper@saper.info) Received: from system.pl (system.pl [87.98.232.30]) by mx1.freebsd.org (Postfix) with ESMTP id 033248FC1A for ; Sun, 16 Mar 2008 03:43:15 +0000 (UTC) (envelope-from saper@saper.info) Received: (qmail 10422 invoked by uid 10); 16 Mar 2008 04:13:47 +0100 Received: from radziecki.saper.info (localhost [127.0.0.1]) by radziecki.saper.info (8.14.2/8.14.2) with ESMTP id m2G3Fn9w014332 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 16 Mar 2008 04:15:51 +0100 (CET) (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.2/8.14.2/Submit) id m2G3FhNu014253; Sun, 16 Mar 2008 04:15:43 +0100 (CET) (envelope-from saper) Date: Sun, 16 Mar 2008 04:15:43 +0100 (CET) Message-Id: <200803160315.m2G3FhNu014253@radziecki.saper.info> To: FreeBSD-gnats-submit@freebsd.org From: Marcin Cieslak X-send-pr-version: 3.113 X-GNATS-Notify: Cc: usb@freebsd.org, saper@SYSTEM.PL, nike_d@cytexbg.com Subject: [patch] Fix panic after ohci/uhub cardbus device eject X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 03:43:16 -0000 >Submitter-Id: current-users >Originator: Marcin Cieslak >Confidential: no >Synopsis: [patch] Fix panic after ohci/uhub cardbus device eject >Severity: critical >Priority: high >Category: usb >Class: sw-bug >Release: FreeBSD 7.0-PRERELEASE amd64 >Environment: System: FreeBSD radziecki.saper.info 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #9: Sat Jan 26 01:36:13 CET 2008 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 >Description: When ejecting Cardbus card implementing OHCI inteface, one may get panic: ohci_rem_ed: ED not found or ucom0: detached (null): at uhub4 port 1 (addr 2) disconnected Fatal trap 12: page fault while in kernel mode fault virtual address = 0x400 fault code = supervisor read, page not present instruction pointer = 0x20:0xc0661e84 stack pointer = 0x28:0xd4d63b4c frame pointer = 0x28:0xd4d63b6c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = 31 (cbb0 event thread) [thread pid 31 tid 100027 ] Stopped at kobj_delete+0x14: movl 0x400(%eax),%ebx when unplugging the device, as reported in this thread: http://thread.gmane.org/gmane.os.freebsd.current/92196 http://thread.gmane.org/gmane.os.freebsd.current/92196/focus=100202 >How-To-Repeat: Try removing Option GTMAX 7.2 3G UMTS modem device (also reported with HUAWEI datacards). >Fix: First patch fixes the ohci_rem_ed panic, the next one fixes the kobj_delete problem. Index: ohci_pci.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/usb/ohci_pci.c,v retrieving revision 1.50 diff -u -u -r1.50 ohci_pci.c --- ohci_pci.c 21 Jun 2007 14:42:33 -0000 1.50 +++ ohci_pci.c 16 Mar 2008 01:33:07 -0000 @@ -348,6 +348,11 @@ { ohci_softc_t *sc = device_get_softc(self); + if (sc->sc_bus.bdev) { + device_delete_child(self, sc->sc_bus.bdev); + sc->sc_bus.bdev = NULL; + } + if (sc->sc_flags & OHCI_SCFLG_DONEINIT) { ohci_detach(sc, 0); sc->sc_flags &= ~OHCI_SCFLG_DONEINIT; @@ -367,10 +372,6 @@ err); sc->ih = NULL; } - if (sc->sc_bus.bdev) { - device_delete_child(self, sc->sc_bus.bdev); - sc->sc_bus.bdev = NULL; - } if (sc->irq_res) { bus_release_resource(self, SYS_RES_IRQ, 0, sc->irq_res); sc->irq_res = NULL; Index: usb_subr.c =================================================================== RCS file: /usr/home/ncvs/src/sys/dev/usb/usb_subr.c,v retrieving revision 1.95 diff -u -u -r1.95 usb_subr.c --- usb_subr.c 30 Jun 2007 20:18:44 -0000 1.95 +++ usb_subr.c 16 Mar 2008 02:51:05 -0000 @@ -1379,8 +1379,6 @@ device_get_ivars(dev->subdevs[i]); device_detach(dev->subdevs[i]); free(uaap, M_USB); - device_delete_child(device_get_parent(dev->subdevs[i]), - dev->subdevs[i]); dev->subdevs[i] = NULL; } } From owner-freebsd-usb@FreeBSD.ORG Sun Mar 16 04:00:06 2008 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 6300B106564A for ; Sun, 16 Mar 2008 04:00:06 +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 481728FC15 for ; Sun, 16 Mar 2008 04:00:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2G4056Q005844 for ; Sun, 16 Mar 2008 04:00:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2G4050D005843; Sun, 16 Mar 2008 04:00:05 GMT (envelope-from gnats) Date: Sun, 16 Mar 2008 04:00:05 GMT Message-Id: <200803160400.m2G4050D005843@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: usb/121232: remove PCCARD rebooted system X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Mar 2008 04:00:06 -0000 The following reply was made to PR usb/121232; it has been noted by GNATS. From: Marcin Cieslak To: bug-followup@FreeBSD.org, reed@reedmedia.net Cc: linion@FreeBSD.org Subject: Re: usb/121232: remove PCCARD rebooted system Date: Sun, 16 Mar 2008 04:54:08 +0100 Can you try those patches and see if they help? http://www.freebsd.org/cgi/query-pr.cgi?pr=121755 -- << Marcin Cieslak // saper@system.pl >> From owner-freebsd-usb@FreeBSD.ORG Sun Mar 16 07:24:55 2008 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 07A64106564A; Sun, 16 Mar 2008 07:24:55 +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 E74548FC16; Sun, 16 Mar 2008 07:24:54 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (linimon@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2G7OsCD023342; Sun, 16 Mar 2008 07:24:54 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2G7Osr6023338; Sun, 16 Mar 2008 07:24:54 GMT (envelope-from linimon) Date: Sun, 16 Mar 2008 07:24:54 GMT Message-Id: <200803160724.m2G7Osr6023338@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-usb@FreeBSD.org From: linimon@FreeBSD.org Cc: Subject: Re: usb/121734: [ugen] ugen HP1022 printer device not working since upgrade to 7.0 (regression) 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, 16 Mar 2008 07:24:55 -0000 Old Synopsis: ugen HP1022 printer device not working since upgrade to 7.0 (regression) New Synopsis: [ugen] ugen HP1022 printer device not working since upgrade to 7.0 (regression) Responsible-Changed-From-To: freebsd-bugs->freebsd-usb Responsible-Changed-By: linimon Responsible-Changed-When: Sun Mar 16 07:24:26 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=121734 From owner-freebsd-usb@FreeBSD.ORG Mon Mar 17 10:33:12 2008 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 D7C1D106566C for ; Mon, 17 Mar 2008 10:33:12 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 81EF68FC30 for ; Mon, 17 Mar 2008 10:33:12 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JbCeO-0006sh-H6 for freebsd-usb@freebsd.org; Mon, 17 Mar 2008 10:33:04 +0000 Received: from inet20908nh-3.eranet.pl ([213.158.196.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2008 10:33:04 +0000 Received: from saper by inet20908nh-3.eranet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2008 10:33:04 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-usb@freebsd.org From: Marcin Cieslak Date: Mon, 17 Mar 2008 11:32:45 +0100 Lines: 11 Message-ID: <47DE48CD.8040303@system.pl> References: <20080306183641.c941b83a.vlady@gbservices.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: inet20908nh-3.eranet.pl User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 In-Reply-To: <20080306183641.c941b83a.vlady@gbservices.biz> Sender: news Subject: Re: USB Smart card reader/writer problem 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, 17 Mar 2008 10:33:13 -0000 Vladimir Terziev wrote: > Hi, > The communication with the device gets stuck on BULK-OUT operations. write(2) calls to /dev/ugenX.2 hang forever despite the timeout set with USB_SET_TIMEOUT. Is it possible to have all USB modules recompiled with USB_DEBUG and set some sysctl's like hw.usb.ohci.debug, hw.usb.uhci.debug (whatever your controller is), hw.usb.debug to some values greater than 0 and see the resulting log? --Marcin From owner-freebsd-usb@FreeBSD.ORG Mon Mar 17 10:42:49 2008 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 AADA9106564A for ; Mon, 17 Mar 2008 10:42:49 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 53E9A8FC21 for ; Mon, 17 Mar 2008 10:42:49 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1JbCnk-0007RN-2B for freebsd-usb@freebsd.org; Mon, 17 Mar 2008 10:42:44 +0000 Received: from inet20908nh-3.eranet.pl ([213.158.196.111]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2008 10:42:44 +0000 Received: from saper by inet20908nh-3.eranet.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 17 Mar 2008 10:42:44 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-usb@freebsd.org From: Marcin Cieslak Date: Mon, 17 Mar 2008 11:42:19 +0100 Lines: 11 Message-ID: References: <47C7294B.6020306@icyb.net.ua> <47C7BE0A.5050600@icyb.net.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: inet20908nh-3.eranet.pl User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 In-Reply-To: <47C7BE0A.5050600@icyb.net.ua> Sender: news Subject: Re: ucom: orphaned ttyUX ? 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, 17 Mar 2008 10:42:49 -0000 Andriy Gapon wrote: >> I believe that this is another example of a bad use of our device >> cloning, but I can be very wrong here. What driver are you using to have ucom device there (uftdi, ubsa, etc.)? Is this behavior easy to reproduce? Can you provide some more information about connected USB devices and what exactly are you doing to reproduce the problem? --Marcin From owner-freebsd-usb@FreeBSD.ORG Mon Mar 17 11:07:15 2008 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 4219B106569A for ; Mon, 17 Mar 2008 11:07:15 +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 2EC0D8FC3D for ; Mon, 17 Mar 2008 11:07:15 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2HB7FTj055281 for ; Mon, 17 Mar 2008 11:07:15 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2HB7EDd055277 for freebsd-usb@FreeBSD.org; Mon, 17 Mar 2008 11:07:14 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 17 Mar 2008 11:07:14 GMT Message-Id: <200803171107.m2HB7EDd055277@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, 17 Mar 2008 11:07:15 -0000 Current FreeBSD problem reports Critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o usb/84750 usb [hang] 6-BETA2 reboot/shutdown with root_fs on externa o usb/91629 usb usbd_abort_pipe() may result in infinite loop 2 problems total. Serious problems S Tracker Resp. Description -------------------------------------------------------------------------------- o i386/46371 usb USB controller cannot be initialized on IBM Netfinity o bin/57255 usb usbd and multi-function devices o usb/63621 usb [umass] [panic] USB MemoryStick Reader stalls/crashes o usb/69006 usb [usbdevs] [patch] Apple Cinema Display hangs USB ports o usb/71155 usb [ulpt] misbehaving usb-printer hangs processes, causes o usb/73307 usb [panic] Kernel panics on USB disconnect o usb/74771 usb [umass] [hang] mounting write-protected umass device a o usb/75705 usb [umass] [panic] da0 attach / Optio S4 (with backtrace) o usb/75797 usb [pcm] 5.3-STABLE(2005 1/4) detect USB headset, But can o usb/76395 usb [uhci] USB printer does not work, usbdevs says "addr 0 o usb/77184 usb [umass] [panic] kernel panic on USB device disconnect, o usb/77294 usb [ulpcom] [panic] ucom + ulpcom panic o usb/79269 usb [ohci] USB ohci da0 plug/unplug causes crashes and loc o usb/79287 usb [uhci] [hang] UHCI hang after interrupt transfer o usb/79524 usb [ulpt] printing to Minolta PagePro 1[23]xxW via USB fa a usb/79656 usb [ehci] RHSC interrupts lost o usb/79722 usb [ehci] wrong alignments in ehci.h o usb/80040 usb [hang] Use of sound mixer causes system freeze with ua o usb/80361 usb [umass] [patch] mounting of Dell usb-stick fails o usb/80829 usb [modules] [panic] possible panic when loading USB-modu o usb/80862 usb [patch] USB locking issues: missing some Giant calls o usb/82350 usb [ucom] [panic] null pointer dereference in USB stack o usb/82520 usb [udbp] [reboot] Reboot when USL101 connected s usb/82569 usb [umass] [panic] USB mass storage plug/unplug causes sy o usb/82660 usb [echi] [panic] EHCI: I/O stuck in state 'physrd'/panic o usb/83563 usb [umass] [panic] Page Fault while detaching Mpman Usb d o usb/83677 usb [usb] [request] usb controller often not detected (Sun o usb/83756 usb [ums] [patch] Microsoft Intellimouse Explorer 4.0A doe o usb/83977 usb [ucom] [panic] ucom1: open bulk out error (addr 2): IN o usb/84326 usb [umass] Panic trying to connect SCSI tape drive via US s usb/84336 usb [usb] [reboot] instant system reboot when unmounting a o usb/86767 usb [umass] [patch] bogus "slice starts beyond end of the o usb/88743 usb [hang] USB makes kernel hang at boot (regression in 6. p usb/88966 usb [modules] kldunload ucom.ko returns "Device busy" erro s usb/89003 usb [request] LaCie Firewire drive not properly supported o usb/89954 usb [umass] [panic] USB Disk driver race condition? o usb/90700 usb [umass] [panic] Kernel panic on connect/mount/use umas o usb/91238 usb [umass] USB tape unit fails to write a second tape fil o usb/91283 usb [boot] booting very slow with usb devices connection ( o usb/91538 usb [ulpt] [patch] Unable to print to EPSON CX3500 o usb/91906 usb [ehci] [hang] FreeBSD hangs while booting with USB leg o usb/92052 usb [unlpt] usbd causes defunct process with busy file-han o usb/92083 usb [ural] [panic] panic using WPA on ural NIC in 6.0-RELE o usb/92142 usb [uhub] SET_ADDR_FAILED and SHORT_XFER errors from usb o usb/92171 usb [panic] panic unplugging Vodafone Mobile Connect (UMTS o usb/93155 usb [ulpt] /dev/ulpt0: device busy, USB printer does not w o usb/93408 usb [mouse] hw.acpi.cpu.cx_lowest=C3 on AMD Turion causes o usb/93640 usb [echi] [irq] device ehci causes interrupt storm on thi o usb/93828 usb [ochi] [panic] ohci causes panic on boot (HP Pavillion o usb/94166 usb [umass] [boot] btx halted with a flashcard plugged o usb/94384 usb [panic] kernel panic with usb2 hardware o usb/94717 usb [ulpt] Reading from /dev/ulpt can break work of a UHCI o usb/94813 usb [umass] mounting write-protected umass device freezes o usb/94897 usb [panic] Kernel Panic when cleanly unmounting USB disk s usb/95348 usb [kbd] USB keyboard unplug causes noise on screen o usb/95562 usb [umass] Write Stress in USB Mass drive causes "vinvalb s usb/95636 usb [umass] [boot] 5 minute delay at boot when using VT620 s usb/96120 usb [ums] [request] USB mouse not always detected o usb/96224 usb [usb] [msdosfs] mount_msdosfs cause page fault in sync o usb/96457 usb [umass] [panic] fatback on umass = reboot s usb/97286 usb [mouse] [request] MS Wireless Intellimouse Explorer 2. o usb/99431 usb [kbd] FreeBSD on MSI 6566E (Intel 845E motherboards) d o usb/101096 usb [if_ural] [panic] USB WLAN occasionally causes kernel- o usb/101448 usb [ohci] FBSD 6.1-STABLE/AMD64 crashes under heavy USB/O o usb/101752 usb [umass] [panic] 6.1-RELEASE kernel panic on usb device o usb/102066 usb [ukbd] usb keyboard and multimedia keys don't work f usb/102096 usb [patch] usbd(8) does not handle multiple devices in on o usb/103025 usb [uhub] [panic] wrong detection of USB device for FreeB o usb/104292 usb [umass] [hang] system lockup on forced umount of usb-s o usb/104830 usb [umass] system crashes when copying data to umass devi o usb/105186 usb [ehci] [panic] USB 2.0/ehci on FreeBSD 6.2-PRE/AMD64 c o usb/106615 usb [uftdi] uftdi module does not automatically load with o usb/106648 usb [umass] [hang] USB Floppy on D1950 10 min Hang on Inse s usb/106832 usb USB HP printer is not detected by kernel when ACPI ena o usb/107248 usb [umass] [patch] scsi_da.c quirk for Cowon iAUDIO X5 MP o usb/107446 usb [umass] umass problems (usb and fw disks) o usb/107827 usb [ohci] [panic] ohci_add_done addr not found o usb/107848 usb [umass] [request] cannot access Samsung flash disk o usb/107924 usb [patch] usbd(8) does not call detach o usb/108513 usb [umass] Creative MuVo TX FM fails in 6.2-RELEASE (regr o usb/109274 usb [usb] MCP55 USB Controller fails to attach in AMD64 Cu o usb/109397 usb [panic] on boot from USB flash o usb/110856 usb [ugen] [patch] interrupt in msgs are truncated when bu o usb/110988 usb [umass] [patch] Handling of quirk IGNORE_RESIDUE is um o usb/111753 usb [uhid] [panic] Replicable system panic involving UHID s usb/112568 usb [umass] [request] USB mode may wrong when mounting Pla o usb/112631 usb [panic] Problem with SONY DSC-S80 camera on umount o usb/112640 usb [usb] [hang] Kernel freezes when writing a file to an o usb/113478 usb [boot] [request] FreeBSD could not start on Core2Duo n s usb/113629 usb [ukbd] Dropped USB keyboard events on Dell Latitude D6 o usb/113672 usb [ehci] [panic] Kernel panic with AEWIN CB6971 o usb/113851 usb [boot] Unable to boot install cd from USB-CDROM s usb/113977 usb [request] Need a way to set mode of USB disk's write c o usb/114310 usb [libusb] [patch] [panic] USB hub attachment panics ker o usb/114682 usb [umass] generic USB media-card reader unusable o kern/114780 usb [uplcom] [panic] Panics while stress testing the uplco o usb/115298 usb [ulpt] [panic] Turning off USB printer panics kernel o usb/116561 usb [umodem] [panic] RELENG_6 umodem panic "trying to slee o usb/116699 usb [usbhid] USB HID devices do not initialize at system b o usb/116947 usb [ukbd] [patch] enable boot protocol on the USB keyboar o usb/117200 usb [ugen] ugen0 prints strange string on attach if detach o usb/117313 usb [umass] [panic] panic on usb camera insertion o usb/117613 usb [uhci] [irq] uhci interrupt storm & USB leaked memory o usb/117946 usb [panic] D-Link DUB-E100 rev. B1 crashes FreeBSD 7.0-BE o usb/117955 usb [umass] [panic] inserting minolta dimage a2 crashes OS o usb/118140 usb [ucom] [patch] quick hack for ucom to get it behave wi o usb/118141 usb [ucom] usb serial and nokia phones ucomreadcb ucomread o usb/118353 usb [panic] [ppp] repeatable kernel panic during ppp(4) se o usb/118391 usb [usbdevs] [patch] Add uscanner ID for Epson CX4800 o usb/118480 usb [umass] Timeout in USB mass storage freezes vfs layer o usb/119018 usb [usbd] HP ScanJet 4300C found as knowndev but not reco o usb/119201 usb [cam] [patch] Quirks for Olympus FE-210 camera, LG and o usb/119481 usb [hang] FreeBSD not responding after connecting USB-Mas o usb/119509 usb USB flaky on Dell Optiplex 755 o usb/119513 usb [irq] inserting dlink dwl-g630 wireless card results i o usb/119977 usb [ums] Mouse does not work in a Cherry-USB keyboard/mou o usb/120017 usb [ehci] [patch] CS5536 (AMD Geode) USB 2.0 quirk o usb/120034 usb [hang] 6.2 & 6.3 hangs on boot at usb0: OHCI with 1.5 o usb/120283 usb [panic] Automation reboot with wireless keyboard & mou o usb/120321 usb [hang] System hangs when transferring data to WD MyBoo o usb/120729 usb [panic] fault while in kernel mode with connecting USB o usb/120786 usb Kernelpanik when forced umount of a dettached USB Hard f usb/120873 usb if_zyd and if_rum panic in usb_transfer_complete o usb/121232 usb remove PCCARD rebooted system o usb/121275 usb [boot] FreeBSD fails to boot with usb legacy support e o usb/121474 usb [patch] QUIRK: SAMSUNG HM250JI in LaCie usb harddisk o usb/121708 usb [kbd] nforce 650i mobo w/ usb keyboard infinite key re o usb/121734 usb [ugen] ugen HP1022 printer device not working since up o usb/121755 usb [ohci] [patch] Fix panic after ohci/uhub cardbus devic 129 problems total. Non-critical problems S Tracker Resp. Description -------------------------------------------------------------------------------- o conf/30929 usb [usb] [patch] use usbd to initialize USB ADSL modem o usb/40948 usb [umass] [request] USB HP CDW8200 does not work o usb/48342 usb [usbd] [patch] usbd dynamic device list. s usb/51958 usb [urio] [patch] update for urio driver s usb/52026 usb [usb] [request] umass driver support for InSystem ISD2 o usb/59698 usb [kbd] [patch] Rework of ukbd HID to AT code translatio s usb/62257 usb [umass] [request] card reader UCR-61S2B is only half-s o usb/66547 usb [ucom] Palm Tungsten T USB does not initialize correct o usb/68232 usb [ugen] [patch] ugen(4) isochronous handling correction o usb/70523 usb [umct] [patch] umct sending/receiving wrong characters o usb/71280 usb [aue] aue0 device (linksys usb100tx) doesn't work in 1 o usb/71416 usb [ugen] Cryptoflex e-gate USB token (ugen0) detach is n o usb/71417 usb [ugen] Cryptoflex e-gate USB token (ugen0) communicati o usb/71455 usb [umass] Slow USB umass performance of 5.3 s usb/72733 usb [ucom] [request] Kyocera 7135 Palm OS connection probl o usb/74211 usb [umass] USB flash drive causes CAM status 0x4 on 4.10R a usb/74453 usb [umass] [patch] Q-lity CD-RW USB ECW-043 (ScanLogic SL o usb/75764 usb [umass] [patch] "umass0: Phase Error" - no device for o usb/75800 usb [ucom] ucom1: init failed STALLED error in time of syn s usb/75928 usb [umass] [request] Cytronix SmartMedia card (SMC) reade o usb/76461 usb [umass] disklabel of umass(4)-CAM(4)-da(4) not used by o usb/76653 usb [umass] [patch] Problem with Asahi Optical usb device o usb/76732 usb Mouse problems with USB KVM Switch o usb/78984 usb [umass] [patch] Creative MUVO umass failure o usb/79723 usb [usb] [request] prepare for high speed isochronous tra o usb/80774 usb [patch] have "usbd_find_desc" in line with the other " s usb/80776 usb [udav] [request] UDAV device driver shouldn't use usb_ s usb/80777 usb [request] usb_rem_task() should wait for callback to c o usb/80854 usb [patch] [request] suggestion for new iface-no-probe me o usb/80935 usb [uvisor] [patch] uvisor.c is not work with CLIE TH55. f usb/81621 usb [ehci] [hang] external hd hangs under load on ehci o usb/83863 usb [ugen] Communication problem between opensc/openct via s usb/85067 usb [uscanner] Cannot attach ScanJet 4300C to usb device o usb/85257 usb [boot] BTX boot loader fails on USB CDROM (HP DL145 Op o usb/86298 usb [mouse] Known good USB mouse won't work with correct s o usb/87224 usb Cannot mount USB Zip750 o usb/87648 usb [mouse] Logitech USB-optical mouse problem. o usb/88408 usb [axe] axe0 read PHY failed o usb/91546 usb [umodem] [patch] Nokia 6630 mobile phone does not work o usb/91811 usb [umass] Compact Flash in HP Photosmart 2610 return " o usb/91896 usb [camcontrol] Serial Number of USB Memory Sticks is not o usb/92852 usb [ums] [patch] Vertical scroll not working properly on o usb/93389 usb [umass] [patch] Digital Camera Pentax S60 don't work o usb/93872 usb [cam] [patch] SCSI quirk required for ELTA 8061 OL USB o usb/95037 usb [umass] USB disk not recognized on hot-plug. o usb/96381 usb [cam] [patch] add a quirk table entry for a flash ram o usb/97175 usb [umass] [hang] USB cardreader hangs system o usb/97472 usb [cam] [patch] add support for Olympus C150,D390 o usb/98343 usb [boot] BBB reset failed errors with Creative Muvo MP3 o usb/99538 usb [kbd] while using USB keyboard default params of atkbd o usb/100746 usb [kbd] system does not boot due to USB keyboard problem o usb/101761 usb [usb] [patch] [request] usb.h: increase maximal size o o usb/101775 usb [libusbhid] [patch] possible error in report descripto o usb/102678 usb [kbd] Dell PowerEdge DRAC5 USB Keyboard does not work o usb/102976 usb [panic] Casio Exilim Digital Camera causes panic on in o usb/103046 usb [ulpt] [patch] ulpt event driven I/O with select(2) an o usb/103289 usb [request] USB 2.0 problems on AMD LX-800 CPU and CS-55 o usb/103418 usb [usbhidctl] [patch] [request] usbhidctl: add ability t o usb/103917 usb [uhub] USB driver reports "Addr 0 should never happen" o usb/104290 usb [umass] [patch] quirk: TOSHIBA DVD-RAM drive (libretto o usb/104352 usb [ural] [patch] ural driver doesnt work o usb/104645 usb [umass] [request] Rave C-201 MP3 player does not commu o usb/105065 usb [sata] SATA - USB Bridge o usb/105361 usb [panic] Kernel panic during unmounting mass storage (C o usb/106041 usb [usb] [request] FreeBSD does not recognise Mustek Bear o usb/106621 usb [axe] [patch] DLINK DUB-E100 support broken o usb/106861 usb [usbdevs] [patch]: usbdevs update: Add product ACER Ze o usb/107243 usb [cam] [patch] Apacer USB Flash Drive quirk o usb/107388 usb [patch] [request] new driver: add utoppy device from N o usb/107496 usb [uhub] USB device problem on RELENG_6_2 (SHORT_XFER) ( o usb/107665 usb [usbdevs] [patch] uscanner support for epson stylus DX s usb/107701 usb [usbd] [request] usbd ignores "detach" o usb/107935 usb [uplcom] [panic] panic while accessing /dev/cuaU0 o usb/108056 usb [ohci] Mouse gets powered off during device probe when s usb/108344 usb [panic] kernel with atausb panics when unplugging USB o usb/108509 usb [hang] FreeBSD hang at startup after ehci0 detected (C o usb/110197 usb [umass] Sony PSP umass device does not detach from EHC s usb/110991 usb [usbdevs] [patch] QUIRK: Super Top IDE DEVICE (depends o usb/112461 usb [ehci] [request] ehci USB 2.0 doesn't work on nforce4 o usb/112463 usb [umass] problem with Samsung USB DVD writer, libscg an o usb/112944 usb [ulpt] [patch] Bi-directional access to HP LaserJet 10 o usb/113060 usb [usbdevs] [patch] Samsung printer not working in bidir o usb/113432 usb [ucom] WARNING: attempt to net_add_domain(netgraph) af o conf/114013 usb [patch] WITHOUT_USB allow to compil a lot of USB stuff o usb/114068 usb [umass] [patch] Problems with connection of the umass o usb/114916 usb [umass] [patch] USB Maxtor drive (L300RO) requires qui o usb/115080 usb [usbdevs] [patch] allow using a Hercules HWGUSB2-54-V2 o usb/115400 usb [ehci] Problem with EHCI on ASUS M2N4-SLI o usb/115933 usb [uftdi] [patch] RATOC REX-USB60F (usb serial converter o usb/115935 usb [usbdevs] [patch] kernel counterproductively attaches o usb/116282 usb [ulpt] Cannot print on USB HP LJ1018 or LJ1300 o usb/116574 usb [ehci] [patch] Add device ids for ICH8 USB chipsets f usb/116898 usb [panic] sleeping thread while using USB hard drive to o usb/117075 usb [scsi_da] [patch] quirk: USB Samsung YP-U3 MP3 o usb/117183 usb [panic] USB/fusefs -- panic while transferring large a o usb/117185 usb [umodem] [patch] Add support for UNION interface descr o usb/117205 usb [uscanner] [patch] uscanner support for HP ScanJet 447 o usb/117546 usb [usbdevs] [patch] Add MaxStream ZigBee product ID to u o usb/117598 usb [uaudio] [patch] Not possible to record with Plantroni o usb/117893 usb [umass] Lacie USB DVD writing failing o usb/117911 usb [ums] [request] Mouse Gembird MUSWC not work o usb/117938 usb [ums] [patch] Adding support for MS WL Natural and MS o usb/118098 usb [umass] 6th gen iPod causes problems when disconnectin o usb/118374 usb [usbdevs] [patch] support Option GlobeTrotter Max 3.6 o usb/118479 usb [ubsa] [patch] ubsa driver does not recognize AnyDATA o usb/118485 usb [usbdevs] [patch] Logitech Headset Workaround s usb/118571 usb [boot] [request] fix BTX issues when booting FreeBSD 7 o usb/118686 usb [usbdevs] [patch] teach usbdevs / ubsa(4) about Huawei o usb/118741 usb [umass] [patch] Support for Nikon D300 digital camera o usb/119150 usb [usbdevs] [patch] new usbdevs for CDMA 1xEVDO devices o usb/119227 usb [ubsa] [patch] ubsa buffer is too small; should be tun o usb/119389 usb [umass] Sony DSC-W1 CBI reset failed, STALLED (regress o usb/119633 usb [umass] umass0: BBB reset failed, IOERROR (regression) o usb/119653 usb [cam] [patch] iriver s7 player sync cache error patch o usb/119981 usb [usbdevs] [patch] add support for LOGITEC LAN-GTJ/U2 g o usb/120572 usb [umass] [patch] quirk to support ASUS P535 as umass (a f usb/120859 usb laserjet1000 PR#99460 how to install the patch? o usb/121045 usb Add support for PC-OP-RS1 and KURO-RS o usb/121052 usb Microsoft Notebook Optical Mouse 3000 (model 1049) doe o usb/121169 usb Issues with usb mp3 player o usb/121184 usb uipaq: add ids from linux ipaq driver (plus a "quirk") o usb/121426 usb [patch] [uscanner] add HP ScanJet 3570C 122 problems total. From owner-freebsd-usb@FreeBSD.ORG Mon Mar 17 14:40:34 2008 Return-Path: Delivered-To: usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B1AC31065672 for ; Mon, 17 Mar 2008 14:40:34 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 66E768FC34 for ; Mon, 17 Mar 2008 14:40:34 +0000 (UTC) (envelope-from ndenev@gmail.com) Received: by wr-out-0506.google.com with SMTP id 50so3821296wra.13 for ; Mon, 17 Mar 2008 07:40:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=z3UXO7TdMXiaj4wFqzJK8WP//IpKJb2IZ1PvogaprqA=; b=BmbJGxCDVOtFafjo4kk3zm3vjO0lTNyfWRcBac5epxf97aZb+LYn3GTpag4K8vexq+sn9KG4sjZeSuTKAL36R9NtQTTu4B84m4iYs4v9ryzAQ3m3tYu5Unli6oc/EIdJn9UAQ0fo8+8x9YiEnYsYLWCnEox8xwS3gHH6++sWlt4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=m8MnZi2tNgGt5SOEwZOqLwichpDz/bmYMOWNBQ0w2TuL5wL79ggqIuT1RKFIwFAOlmLL3uxeHDCYsV2LubTCRMETetAF9A7T9quxkmb3OrAAA/6R/x/VtBzFVM3FRyZkmJWyYZhLZf5QV0gaB2foMU09fjskFkuwROoz6CmsE+I= Received: by 10.140.173.15 with SMTP id v15mr146967rve.168.1205763251201; Mon, 17 Mar 2008 07:14:11 -0700 (PDT) Received: by 10.140.207.1 with HTTP; Mon, 17 Mar 2008 07:14:11 -0700 (PDT) Message-ID: <2e77fc10803170714p1327b7dck9c05877a421871e2@mail.gmail.com> Date: Mon, 17 Mar 2008 16:14:11 +0200 From: "Niki Denev" Sender: ndenev@gmail.com To: "Marcin Cieslak" In-Reply-To: <200803160315.m2G3FhNu014253@radziecki.saper.info> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200803160315.m2G3FhNu014253@radziecki.saper.info> X-Google-Sender-Auth: ec7a58160ddf7e92 Cc: usb@freebsd.org, FreeBSD-gnats-submit@freebsd.org Subject: Re: usb/121755: [patch] Fix panic after ohci/uhub cardbus device eject 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, 17 Mar 2008 14:40:34 -0000 On Sun, Mar 16, 2008 at 5:15 AM, Marcin Cieslak wrote: > > >Number: 121755 > >Category: usb > >Synopsis: [patch] Fix panic after ohci/uhub cardbus device eject > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 16 03:20:02 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Marcin Cieslak > >Release: FreeBSD 7.0-PRERELEASE amd64 > >Organization: > >Environment: > System: FreeBSD radziecki.saper.info 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #9: Sat Jan 26 01:36:13 CET 2008 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 > > >Description: > > When ejecting Cardbus card implementing OHCI inteface, one may get > > panic: ohci_rem_ed: ED not found > > or > > ucom0: detached > (null): at uhub4 port 1 (addr 2) disconnected > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x400 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc0661e84 > stack pointer = 0x28:0xd4d63b4c > frame pointer = 0x28:0xd4d63b6c > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 31 (cbb0 event thread) > [thread pid 31 tid 100027 ] > Stopped at kobj_delete+0x14: movl 0x400(%eax),%ebx > > when unplugging the device, as reported in this thread: > > http://thread.gmane.org/gmane.os.freebsd.current/92196 > http://thread.gmane.org/gmane.os.freebsd.current/92196/focus=100202 > > > > >How-To-Repeat: > > Try removing Option GTMAX 7.2 3G UMTS modem device (also reported with HUAWEI > datacards). > > >Fix: > > First patch fixes the ohci_rem_ed panic, the next one fixes the kobj_delete > problem. > > Index: ohci_pci.c > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/usb/ohci_pci.c,v > retrieving revision 1.50 > diff -u -u -r1.50 ohci_pci.c > --- ohci_pci.c 21 Jun 2007 14:42:33 -0000 1.50 > +++ ohci_pci.c 16 Mar 2008 01:33:07 -0000 > @@ -348,6 +348,11 @@ > { > ohci_softc_t *sc = device_get_softc(self); > > + if (sc->sc_bus.bdev) { > + device_delete_child(self, sc->sc_bus.bdev); > + sc->sc_bus.bdev = NULL; > + } > + > if (sc->sc_flags & OHCI_SCFLG_DONEINIT) { > ohci_detach(sc, 0); > sc->sc_flags &= ~OHCI_SCFLG_DONEINIT; > @@ -367,10 +372,6 @@ > err); > sc->ih = NULL; > } > - if (sc->sc_bus.bdev) { > - device_delete_child(self, sc->sc_bus.bdev); > - sc->sc_bus.bdev = NULL; > - } > if (sc->irq_res) { > bus_release_resource(self, SYS_RES_IRQ, 0, sc->irq_res); > sc->irq_res = NULL; > Index: usb_subr.c > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/usb/usb_subr.c,v > retrieving revision 1.95 > diff -u -u -r1.95 usb_subr.c > --- usb_subr.c 30 Jun 2007 20:18:44 -0000 1.95 > +++ usb_subr.c 16 Mar 2008 02:51:05 -0000 > @@ -1379,8 +1379,6 @@ > device_get_ivars(dev->subdevs[i]); > device_detach(dev->subdevs[i]); > free(uaap, M_USB); > - device_delete_child(device_get_parent(dev->subdevs[i]), > - dev->subdevs[i]); > dev->subdevs[i] = NULL; > } > } > > >Release-Note: > >Audit-Trail: > >Unformatted: Thanks, my machine can now survice Huawei E630 insert and removal. --Niki From owner-freebsd-usb@FreeBSD.ORG Mon Mar 17 14:50:03 2008 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 955AC106566B for ; Mon, 17 Mar 2008 14:50: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 8144D8FC4D for ; Mon, 17 Mar 2008 14:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2HEo3BG076570 for ; Mon, 17 Mar 2008 14:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2HEo3tX076569; Mon, 17 Mar 2008 14:50:03 GMT (envelope-from gnats) Date: Mon, 17 Mar 2008 14:50:03 GMT Message-Id: <200803171450.m2HEo3tX076569@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: "Niki Denev" Cc: Subject: Re: usb/121755: [patch] Fix panic after ohci/uhub cardbus device eject X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Niki Denev List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2008 14:50:03 -0000 The following reply was made to PR usb/121755; it has been noted by GNATS. From: "Niki Denev" To: "Marcin Cieslak" Cc: FreeBSD-gnats-submit@freebsd.org, usb@freebsd.org Subject: Re: usb/121755: [patch] Fix panic after ohci/uhub cardbus device eject Date: Mon, 17 Mar 2008 16:14:11 +0200 On Sun, Mar 16, 2008 at 5:15 AM, Marcin Cieslak wrote: > > >Number: 121755 > >Category: usb > >Synopsis: [patch] Fix panic after ohci/uhub cardbus device eject > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-usb > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 16 03:20:02 UTC 2008 > >Closed-Date: > >Last-Modified: > >Originator: Marcin Cieslak > >Release: FreeBSD 7.0-PRERELEASE amd64 > >Organization: > >Environment: > System: FreeBSD radziecki.saper.info 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #9: Sat Jan 26 01:36:13 CET 2008 saper@radziecki.saper.info:/usr/obj/usr/src/sys/VAIO amd64 > > >Description: > > When ejecting Cardbus card implementing OHCI inteface, one may get > > panic: ohci_rem_ed: ED not found > > or > > ucom0: detached > (null): at uhub4 port 1 (addr 2) disconnected > > Fatal trap 12: page fault while in kernel mode > fault virtual address = 0x400 > fault code = supervisor read, page not present > instruction pointer = 0x20:0xc0661e84 > stack pointer = 0x28:0xd4d63b4c > frame pointer = 0x28:0xd4d63b6c > code segment = base 0x0, limit 0xfffff, type 0x1b > = DPL 0, pres 1, def32 1, gran 1 > processor eflags = interrupt enabled, resume, IOPL = 0 > current process = 31 (cbb0 event thread) > [thread pid 31 tid 100027 ] > Stopped at kobj_delete+0x14: movl 0x400(%eax),%ebx > > when unplugging the device, as reported in this thread: > > http://thread.gmane.org/gmane.os.freebsd.current/92196 > http://thread.gmane.org/gmane.os.freebsd.current/92196/focus=100202 > > > > >How-To-Repeat: > > Try removing Option GTMAX 7.2 3G UMTS modem device (also reported with HUAWEI > datacards). > > >Fix: > > First patch fixes the ohci_rem_ed panic, the next one fixes the kobj_delete > problem. > > Index: ohci_pci.c > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/usb/ohci_pci.c,v > retrieving revision 1.50 > diff -u -u -r1.50 ohci_pci.c > --- ohci_pci.c 21 Jun 2007 14:42:33 -0000 1.50 > +++ ohci_pci.c 16 Mar 2008 01:33:07 -0000 > @@ -348,6 +348,11 @@ > { > ohci_softc_t *sc = device_get_softc(self); > > + if (sc->sc_bus.bdev) { > + device_delete_child(self, sc->sc_bus.bdev); > + sc->sc_bus.bdev = NULL; > + } > + > if (sc->sc_flags & OHCI_SCFLG_DONEINIT) { > ohci_detach(sc, 0); > sc->sc_flags &= ~OHCI_SCFLG_DONEINIT; > @@ -367,10 +372,6 @@ > err); > sc->ih = NULL; > } > - if (sc->sc_bus.bdev) { > - device_delete_child(self, sc->sc_bus.bdev); > - sc->sc_bus.bdev = NULL; > - } > if (sc->irq_res) { > bus_release_resource(self, SYS_RES_IRQ, 0, sc->irq_res); > sc->irq_res = NULL; > Index: usb_subr.c > =================================================================== > RCS file: /usr/home/ncvs/src/sys/dev/usb/usb_subr.c,v > retrieving revision 1.95 > diff -u -u -r1.95 usb_subr.c > --- usb_subr.c 30 Jun 2007 20:18:44 -0000 1.95 > +++ usb_subr.c 16 Mar 2008 02:51:05 -0000 > @@ -1379,8 +1379,6 @@ > device_get_ivars(dev->subdevs[i]); > device_detach(dev->subdevs[i]); > free(uaap, M_USB); > - device_delete_child(device_get_parent(dev->subdevs[i]), > - dev->subdevs[i]); > dev->subdevs[i] = NULL; > } > } > > >Release-Note: > >Audit-Trail: > >Unformatted: Thanks, my machine can now survice Huawei E630 insert and removal. --Niki From owner-freebsd-usb@FreeBSD.ORG Tue Mar 18 21:24:58 2008 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 20FAE1065671 for ; Tue, 18 Mar 2008 21:24:58 +0000 (UTC) (envelope-from wifgor@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.169]) by mx1.freebsd.org (Postfix) with ESMTP id 0CB658FC23 for ; Tue, 18 Mar 2008 21:24:57 +0000 (UTC) (envelope-from wifgor@gmail.com) Received: by wf-out-1314.google.com with SMTP id 25so74580wfa.7 for ; Tue, 18 Mar 2008 14:24:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=CCCUqUxDI+1j8aw+/6mOlZBkH8I7JkVn/unTdrIGjZA=; b=fRUH0ibzarSfXKVSSo7Nrg4Cp1i1gzEg+sdFx86zKtfmyh67C+BiMfrsjEj4UWOr74SeoZ9G/VxxdXd5b1y5/xYAn8qj1Md3SnzBczy9WqDjym1aiIq9YzGfi42zgRTV9sghIwHXcu99DmtDVEhdvdHrwLmeFAcrvSb3DM/DscA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=message-id:date:from:to:subject:mime-version:content-type; b=BkzJgPw0MYrCuty9yuu/vrHea+HxEfNhMTsArLnRhvJuaXLOHLU2Sz8jcXYhqNsEqtmqLm1uSkUs1rX0mkWCHom0MtWWUjDNzxSJd7VlBKOYyjGmGPp/c9o6coF/xD66ePdNspM8JyqZYC5ormA5j8e+Ja5F49HNMg71r1TXtJ4= Received: by 10.142.99.21 with SMTP id w21mr1486662wfb.108.1205873791971; Tue, 18 Mar 2008 13:56:31 -0700 (PDT) Received: by 10.142.51.20 with HTTP; Tue, 18 Mar 2008 13:56:31 -0700 (PDT) Message-ID: <7f7a6a70803181356l4b91e4ear740e9c7a8dfbf89f@mail.gmail.com> Date: Tue, 18 Mar 2008 14:56:31 -0600 From: "Willy Gomez" To: freebsd-usb@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: header intact 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, 18 Mar 2008 21:24:58 -0000 From owner-freebsd-usb@FreeBSD.ORG Wed Mar 19 11:10:02 2008 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 DBB761065676 for ; Wed, 19 Mar 2008 11:10:02 +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 B40238FC27 for ; Wed, 19 Mar 2008 11:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2JBA2wj091541 for ; Wed, 19 Mar 2008 11:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2JBA21F091540; Wed, 19 Mar 2008 11:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 19 Mar 2008 11:10:02 GMT Resent-Message-Id: <200803191110.m2JBA21F091540@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, Radek Skrbek Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBC841065687 for ; Wed, 19 Mar 2008 11:04:27 +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 A4FA48FC13 for ; Wed, 19 Mar 2008 11:04:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m2JB4PMO086376 for ; Wed, 19 Mar 2008 11:04:25 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m2JB4PIj086371; Wed, 19 Mar 2008 11:04:25 GMT (envelope-from nobody) Message-Id: <200803191104.m2JB4PIj086371@www.freebsd.org> Date: Wed, 19 Mar 2008 11:04:25 GMT From: Radek Skrbek To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: usb/121861: Don't work Fn keys on USB Microsoft Natural Ergonomic Keyboard 4000 7.0-RELEASE 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, 19 Mar 2008 11:10:03 -0000 >Number: 121861 >Category: usb >Synopsis: Don't work Fn keys on USB Microsoft Natural Ergonomic Keyboard 4000 7.0-RELEASE >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-usb >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 19 11:10:02 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Radek Skrbek >Release: 7.0-RELEASE >Organization: >Environment: FreeBSD peklo-new 7.0-RELEASE FreeBSD 7.0-RELEASE #1: Wed Mar 19 10:03:59 UTC 2008 root@peklo:/usr/obj/usr/src/sys/MYKERNEL i386 >Description: I have Microsoft Natural Ergonomic Keyboard 4000 connect in USB. I install new PC with Fre The Fn keys (F1, F2, F3, ...) do not work in console and X too. Do not work ALT+F1, ALT+F2 I tried other keyboard (Chicony) and on this keyboard Fn keys work good. In FreeBSD 6.1 Microsoft Natural Ergonomic Keyboard 4000 work good (now I am writing on it dmesg: vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: o kbd2 at ukbd0 uhid0: o Full dmesg I attache in file peklo-new-dmesg.txt >How-To-Repeat: Connect Microsoft Natural Ergonomic Keyboard 4000 v1.0 to PC with motherboard Intel DG33TL And press ALT+F2, ALT+F3, ... >Fix: Patch attached with submission follows: # dmesg Copyright (c) 1992-2008 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 7.0-RELEASE #0: Tue Mar 18 12:23:52 UTC 2008 root@skrbekr-new.hide.vol.cz:/usr/obj/usr/src/sys/MYKERNEL Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (2411.89-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20000000 AMD Features2=0x1 Cores per package: 4 real memory = 2119155712 (2020 MB) avail memory = 2064084992 (1968 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Mar 18 2008 12:23:39) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 p4tcc1: on cpu1 cpu2: on acpi0 est2: on cpu2 p4tcc2: on cpu2 cpu3: on acpi0 est3: on cpu3 p4tcc3: on cpu3 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x2460-0x2467 mem 0x90280000-0x902fffff,0x80000000-0x8fffffff,0x90100000-0x901fffff irq 16 at device 2.0 on pci0 vgapci1: mem 0x90200000-0x9027ffff at device 2.1 on pci0 pci0: at device 3.0 (no driver attached) em0: port 0x20e0-0x20ff mem 0x90300000-0x9031ffff,0x90324000-0x90324fff irq 20 at device 25.0 on pci0 em0: Using MSI interrupt em0: Ethernet address: 00:1c:c0:2b:d9:e9 em0: [FILTER] uhci0: port 0x20c0-0x20df irq 18 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x20a0-0x20bf irq 21 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2080-0x209f irq 17 at device 26.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0x90325400-0x903257ff irq 17 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pcm0: mem 0x90320000-0x90323fff irq 22 at device 27.0 on pci0 pcm0: [ITHREAD] pcib1: at device 28.0 on pci0 pci1: on pcib1 pcib2: at device 28.1 on pci0 pci2: on pcib2 pcib3: at device 28.2 on pci0 pci3: on pcib3 atapci0: port 0x1018-0x101f,0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0x90000000-0x900001ff irq 18 at device 0.0 on pci3 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] pcib4: at device 28.3 on pci0 pci4: on pcib4 pcib5: at device 28.4 on pci0 pci5: on pcib5 uhci3: port 0x2060-0x207f irq 23 at device 29.0 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb4: on uhci3 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x2040-0x205f irq 19 at device 29.1 on pci0 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] usb5: on uhci4 usb5: USB revision 1.0 uhub5: on usb5 uhub5: 2 ports with 2 removable, self powered uhci5: port 0x2020-0x203f irq 18 at device 29.2 on pci0 uhci5: [GIANT-LOCKED] uhci5: [ITHREAD] usb6: on uhci5 usb6: USB revision 1.0 uhub6: on usb6 uhub6: 2 ports with 2 removable, self powered ehci1: mem 0x90325000-0x903253ff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb7: EHCI version 1.0 usb7: companion controllers, 2 ports each: usb4 usb5 usb6 usb7: on ehci1 usb7: USB revision 2.0 uhub7: on usb7 uhub7: 6 ports with 6 removable, self powered pcib6: at device 30.0 on pci0 pci6: on pcib6 isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2430-0x243f,0x2420-0x242f irq 21 at device 31.2 on pci0 ata0: on atapci1 ata0: [ITHREAD] ata1: on atapci1 ata1: [ITHREAD] pci0: at device 31.3 (no driver attached) atapci2: port 0x2448-0x244f,0x246c-0x246f,0x2440-0x2447,0x2468-0x246b,0x2410-0x241f,0x2400-0x240f irq 21 at device 31.5 on pci0 atapci2: [ITHREAD] ata3: on atapci2 ata3: [ITHREAD] ata4: on atapci2 ata4: [ITHREAD] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] pmtimer0 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio1: [FILTER] vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: on uhub5 kbd2 at ukbd0 uhid0: on uhub5 ums0: on uhub6 ums0: 5 buttons and Z dir. Timecounters tick every 1.000 msec hptrr: no controller detected. ad4: 152627MB at ata2-master UDMA100 pcm0: pcm0: SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! Trying to mount root from ufs:/dev/ad4s1a pid 31567 (enlightenment_thumb), uid 1001: exited on signal 11 (core dumped) pid 31568 (enlightenment_thumb), uid 1001: exited on signal 11 (core dumped) ukbd0: at uhub5 port 2 (addr 2) disconnected ums0: at uhub6 port 2 (addr 2) disconnected ukbd0: detached uhid0: at uhub5 port 2 (addr 2) disconnected uhid0: detached ums0: detached ukbd0: on uhub5 kbd2 at ukbd0 uhid0: on uhub5 ums0: on uhub6 ums0: 3 buttons and Z dir. ukbd0: at uhub5 port 2 (addr 2) disconnected ukbd0: detached uhid0: at uhub5 port 2 (addr 2) disconnected uhid0: detached ukbd0: on uhub5 kbd2 at ukbd0 uhid0: on uhub5 ukbd0: at uhub5 port 2 (addr 2) disconnected ukbd0: detached uhid0: at uhub5 port 2 (addr 2) disconnected uhid0: detached ukbd0: on uhub5 kbd2 at ukbd0 uhid0: on uhub5 ukbd0: at uhub5 port 2 (addr 2) disconnected ukbd0: detached uhid0: at uhub5 port 2 (addr 2) disconnected uhid0: detached ukbd0: on uhub2 kbd2 at ukbd0 uhid0: on uhub2 ukbd1: on uhub5 kbd3 at ukbd1 uhid1: on uhub5 Waiting (max 60 seconds) for system process `vnlru' to stop...done Waiting (max 60 seconds) for system process `bufdaemon' to stop...done Waiting (max 60 seconds) for system process `syncer' to stop... Syncing disks, vnodes remaining...0 done All buffers synced. Uptime: 4h8m23s Rebooting... cpu_reset: Stopping other CPUs Copyright (c) 1992-2008 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 7.0-RELEASE #0: Tue Mar 18 12:23:52 UTC 2008 root@skrbekr-new.hide.vol.cz:/usr/obj/usr/src/sys/MYKERNEL Timecounter "i8254" frequency 1193182 Hz quality 0 CPU: Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (3185.49-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6fb Stepping = 11 Features=0xbfebfbff Features2=0xe3bd AMD Features=0x20000000 AMD Features2=0x1 Cores per package: 4 real memory = 2119155712 (2020 MB) avail memory = 2064084992 (1968 MB) ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 ioapic0: Changing APIC ID to 2 ioapic0 irqs 0-23 on motherboard kbd1 at kbdmux0 ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, RF5413) hptrr: HPT RocketRAID controller driver v1.1 (Mar 18 2008 12:23:39) acpi0: on motherboard acpi0: [ITHREAD] acpi0: Power Button (fixed) Timecounter "ACPI-safe" frequency 3579545 Hz quality 850 acpi_timer0: <24-bit timer at 3.579545MHz> port 0x408-0x40b on acpi0 cpu0: on acpi0 est0: on cpu0 p4tcc0: on cpu0 cpu1: on acpi0 est1: on cpu1 p4tcc1: on cpu1 cpu2: on acpi0 est2: on cpu2 p4tcc2: on cpu2 cpu3: on acpi0 est3: on cpu3 p4tcc3: on cpu3 acpi_button0: on acpi0 pcib0: port 0xcf8-0xcff on acpi0 pci0: on pcib0 vgapci0: port 0x2460-0x2467 mem 0x90280000-0x902fffff,0x80000000-0x8fffffff,0x90100000-0x901fffff irq 16 at device 2.0 on pci0 vgapci1: mem 0x90200000-0x9027ffff at device 2.1 on pci0 pci0: at device 3.0 (no driver attached) em0: port 0x20e0-0x20ff mem 0x90300000-0x9031ffff,0x90324000-0x90324fff irq 20 at device 25.0 on pci0 em0: Using MSI interrupt em0: Ethernet address: 00:1c:c0:2b:d9:e9 em0: [FILTER] uhci0: port 0x20c0-0x20df irq 18 at device 26.0 on pci0 uhci0: [GIANT-LOCKED] uhci0: [ITHREAD] usb0: on uhci0 usb0: USB revision 1.0 uhub0: on usb0 uhub0: 2 ports with 2 removable, self powered uhci1: port 0x20a0-0x20bf irq 21 at device 26.1 on pci0 uhci1: [GIANT-LOCKED] uhci1: [ITHREAD] usb1: on uhci1 usb1: USB revision 1.0 uhub1: on usb1 uhub1: 2 ports with 2 removable, self powered uhci2: port 0x2080-0x209f irq 17 at device 26.2 on pci0 uhci2: [GIANT-LOCKED] uhci2: [ITHREAD] usb2: on uhci2 usb2: USB revision 1.0 uhub2: on usb2 uhub2: 2 ports with 2 removable, self powered ehci0: mem 0x90325400-0x903257ff irq 17 at device 26.7 on pci0 ehci0: [GIANT-LOCKED] ehci0: [ITHREAD] usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 uhub3: on usb3 uhub3: 6 ports with 6 removable, self powered pcm0: mem 0x90320000-0x90323fff irq 22 at device 27.0 on pci0 pcm0: [ITHREAD] pcib1: at device 28.0 on pci0 pci1: on pcib1 pcib2: at device 28.1 on pci0 pci2: on pcib2 pcib3: at device 28.2 on pci0 pci3: on pcib3 atapci0: port 0x1018-0x101f,0x1024-0x1027,0x1010-0x1017,0x1020-0x1023,0x1000-0x100f mem 0x90000000-0x900001ff irq 18 at device 0.0 on pci3 atapci0: [ITHREAD] ata2: on atapci0 ata2: [ITHREAD] pcib4: at device 28.3 on pci0 pci4: on pcib4 pcib5: at device 28.4 on pci0 pci5: on pcib5 uhci3: port 0x2060-0x207f irq 23 at device 29.0 on pci0 uhci3: [GIANT-LOCKED] uhci3: [ITHREAD] usb4: on uhci3 usb4: USB revision 1.0 uhub4: on usb4 uhub4: 2 ports with 2 removable, self powered uhci4: port 0x2040-0x205f irq 19 at device 29.1 on pci0 uhci4: [GIANT-LOCKED] uhci4: [ITHREAD] usb5: on uhci4 usb5: USB revision 1.0 uhub5: on usb5 uhub5: 2 ports with 2 removable, self powered uhci5: port 0x2020-0x203f irq 18 at device 29.2 on pci0 uhci5: [GIANT-LOCKED] uhci5: [ITHREAD] usb6: on uhci5 usb6: USB revision 1.0 uhub6: on usb6 uhub6: 2 ports with 2 removable, self powered ehci1: mem 0x90325000-0x903253ff irq 23 at device 29.7 on pci0 ehci1: [GIANT-LOCKED] ehci1: [ITHREAD] usb7: EHCI version 1.0 usb7: companion controllers, 2 ports each: usb4 usb5 usb6 usb7: on ehci1 usb7: USB revision 2.0 uhub7: on usb7 uhub7: 6 ports with 6 removable, self powered pcib6: at device 30.0 on pci0 pci6: on pcib6 isab0: at device 31.0 on pci0 isa0: on isab0 atapci1: port 0x1f0-0x1f7,0x3f6,0x170-0x177,0x376,0x2430-0x243f,0x2420-0x242f irq 21 at device 31.2 on pci0 ata0: on atapci1 ata0: [ITHREAD] ata1: on atapci1 ata1: [ITHREAD] pci0: at device 31.3 (no driver attached) atapci2: port 0x2448-0x244f,0x246c-0x246f,0x2440-0x2447,0x2468-0x246b,0x2410-0x241f,0x2400-0x240f irq 21 at device 31.5 on pci0 atapci2: [ITHREAD] ata3: on atapci2 ata3: [ITHREAD] ata4: on atapci2 ata4: [ITHREAD] sio0: <16550A-compatible COM port> port 0x3f8-0x3ff irq 4 flags 0x10 on acpi0 sio0: type 16550A sio0: [FILTER] pmtimer0 on isa0 atkbdc0: at port 0x60,0x64 on isa0 atkbd0: irq 1 on atkbdc0 kbd0 at atkbd0 atkbd0: [GIANT-LOCKED] atkbd0: [ITHREAD] ppc0: parallel port not found. sc0: at flags 0x100 on isa0 sc0: VGA <16 virtual consoles, flags=0x300> sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A sio1: [FILTER] vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 ukbd0: on uhub2 kbd2 at ukbd0 uhid0: on uhub2 ukbd1: on uhub5 kbd3 at ukbd1 uhid1: on uhub5 ums0: on uhub6 ums0: 3 buttons and Z dir. Timecounters tick every 1.000 msec hptrr: no controller detected. ad4: 152627MB at ata2-master UDMA100 pcm0: pcm0: SMP: AP CPU #1 Launched! SMP: AP CPU #2 Launched! SMP: AP CPU #3 Launched! Trying to mount root from ufs:/dev/ad4s1a ukbd1: at uhub5 port 2 (addr 2) disconnected ukbd1: detached uhid1: at uhub5 port 2 (addr 2) disconnected uhid1: detached ukbd0: at uhub2 port 2 (addr 2) disconnected ukbd0: detached uhid0: at uhub2 port 2 (addr 2) disconnected uhid0: detached ukbd0: on uhub5 kbd2 at ukbd0 uhid0: on uhub5 ums0: at uhub6 port 2 (addr 2) disconnected ums0: detached ums0: on uhub6 ums0: 5 buttons and Z dir. ukbd1: on uhub2 kbd3 at ukbd1 uhid1: on uhub2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-usb@FreeBSD.ORG Wed Mar 19 17:34:11 2008 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 E4C0F1065680 for ; Wed, 19 Mar 2008 17:34:11 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id A793E8FC15 for ; Wed, 19 Mar 2008 17:34:11 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jc2Au-0003OJ-Ot for freebsd-usb@freebsd.org; Wed, 19 Mar 2008 17:34:04 +0000 Received: from pc118-107.sgh.waw.pl ([194.145.107.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 17:34:04 +0000 Received: from saper by pc118-107.sgh.waw.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 17:34:04 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-usb@freebsd.org From: Marcin Cieslak Date: Wed, 19 Mar 2008 18:33:53 +0100 Lines: 4 Message-ID: <47E14E81.5020709@system.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pc118-107.sgh.waw.pl User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 Sender: news Subject: Re: usb/110988: [umass] [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken 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, 19 Mar 2008 17:34:12 -0000 I am using "ICY BOX" IB-220U-Wh device with 7.0-PRERELEASE on amd64 and everything works fine without need for quirks. --Marcin From owner-freebsd-usb@FreeBSD.ORG Wed Mar 19 17:40:05 2008 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 24DDA106569A for ; Wed, 19 Mar 2008 17:40:05 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DBA6F8FC27 for ; Wed, 19 Mar 2008 17:40:04 +0000 (UTC) (envelope-from gofdu-freebsd-usb@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1Jc2Gg-0003fV-FK for freebsd-usb@freebsd.org; Wed, 19 Mar 2008 17:40:02 +0000 Received: from pc118-107.sgh.waw.pl ([194.145.107.118]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 17:40:02 +0000 Received: from saper by pc118-107.sgh.waw.pl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 19 Mar 2008 17:40:02 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-usb@freebsd.org From: Marcin Cieslak Date: Wed, 19 Mar 2008 18:35:08 +0100 Lines: 4 Message-ID: <47E14ECC.7040403@system.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pc118-107.sgh.waw.pl User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.12) Gecko/20080228 SeaMonkey/1.1.8 Sender: news Subject: Re: usb/110988: [umass] [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken 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, 19 Mar 2008 17:40:05 -0000 I am using "ICY BOX" IB-220U-Wh device with 7.0-PRERELEASE on amd64 and everything works fine without need for quirks. --Marcin From owner-freebsd-usb@FreeBSD.ORG Wed Mar 19 22:10:02 2008 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 BDC91106564A for ; Wed, 19 Mar 2008 22:10:02 +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 88FF88FC19 for ; Wed, 19 Mar 2008 22:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m2JMA23q047668 for ; Wed, 19 Mar 2008 22:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m2JMA28F047667; Wed, 19 Mar 2008 22:10:02 GMT (envelope-from gnats) Date: Wed, 19 Mar 2008 22:10:02 GMT Message-Id: <200803192210.m2JMA28F047667@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Marcin Cieslak Cc: Subject: Re: usb/110988: [umass] [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcin Cieslak List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Mar 2008 22:10:02 -0000 The following reply was made to PR usb/110988; it has been noted by GNATS. From: Marcin Cieslak To: bug-followup@FreeBSD.org, freebsdusb@bindone.de Cc: Subject: Re: usb/110988: [umass] [patch] Handling of quirk IGNORE_RESIDUE is umass.c is broken Date: Wed, 19 Mar 2008 18:35:08 +0100 I am using "ICY BOX" IB-220U-Wh device with 7.0-PRERELEASE on amd64 and everything works fine without need for quirks. --Marcin From owner-freebsd-usb@FreeBSD.ORG Thu Mar 20 22:52:42 2008 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 34EEE106566C for ; Thu, 20 Mar 2008 22:52:42 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: from mail8.sea5.speakeasy.net (mail8.sea5.speakeasy.net [69.17.117.10]) by mx1.freebsd.org (Postfix) with ESMTP id 0FD968FC1E for ; Thu, 20 Mar 2008 22:52:41 +0000 (UTC) (envelope-from chuckr@chuckr.org) Received: (qmail 26360 invoked from network); 20 Mar 2008 22:52:41 -0000 Received: from april.chuckr.org (chuckr@[66.92.151.30]) (envelope-sender ) by mail8.sea5.speakeasy.net (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 20 Mar 2008 22:52:40 -0000 Message-ID: <47E2E97D.3050101@chuckr.org> Date: Thu, 20 Mar 2008 18:47:25 -0400 From: Chuck Robey User-Agent: Thunderbird 2.0.0.6 (X11/20071107) MIME-Version: 1.0 To: FreeBSD USB List X-Enigmail-Version: 0.95.5 OpenPGP: id=F3DCA0E9; url=http://pgp.mit.edu Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Subject: dumping usb device reports 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, 20 Mar 2008 22:52:42 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I need to take a look at what crud comes in from my tablet, because I need to test my understanding of it's configuration descriptors. Ultimately, I need to be able to view the raw data in hex. I'm NOT talking about the stuff that krepdump puts out (thje configuration descriptors) I'm talking about the reports. Anyone know how I might do this? Understand, the device I'm talking about has no FreeBSD device, so it won't just have a device file in /dev/ I could dump from. Thanks. BTW, I found out all I need to write the Xorg Xinput modules; I'm getting close to starting this thing. Yes, I move slowly, sorry about that. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFH4ul9z62J6PPcoOkRAtNdAJ4owYjq/6f5nHWISpLMjOpWZBX9IgCcDAXc Ny9DrBWVYZ8LP3NjKjU0TLg= =qPB6 -----END PGP SIGNATURE----- From owner-freebsd-usb@FreeBSD.ORG Sat Mar 22 19:54:59 2008 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 7F6F5106564A for ; Sat, 22 Mar 2008 19:54:59 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from mail-in-06.arcor-online.net (mail-in-06.arcor-online.net [151.189.21.46]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED848FC19 for ; Sat, 22 Mar 2008 19:54:59 +0000 (UTC) (envelope-from markus@FreeBSD.org) Received: from mail-in-04-z2.arcor-online.net (mail-in-04-z2.arcor-online.net [151.189.8.16]) by mail-in-06.arcor-online.net (Postfix) with ESMTP id D480E97B5D; Sat, 22 Mar 2008 20:54:48 +0100 (CET) Received: from mail-in-14.arcor-online.net (mail-in-14.arcor-online.net [151.189.21.54]) by mail-in-04-z2.arcor-online.net (Postfix) with ESMTP id C75C7ABAE7; Sat, 22 Mar 2008 20:54:48 +0100 (CET) Received: from galaxy.homeunix.org (dslb-084-061-049-204.pools.arcor-ip.net [84.61.49.204]) by mail-in-14.arcor-online.net (Postfix) with ESMTP id ABF25187B22; Sat, 22 Mar 2008 20:54:48 +0100 (CET) Received: from cheops.phoenix (cheops.phoenix [192.168.1.3]) by galaxy.homeunix.org (Postfix) with ESMTP id BCB5E3F508; Sat, 22 Mar 2008 20:52:30 +0100 (CET) From: Markus Brueffer To: freebsd-usb@freebsd.org Date: Sat, 22 Mar 2008 20:54:32 +0100 User-Agent: KMail/1.9.7 References: <47E2E97D.3050101@chuckr.org> In-Reply-To: <47E2E97D.3050101@chuckr.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart16754271.G91KtTelN7"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200803222054.33059.markus@FreeBSD.org> X-Virus-Scanned: ClamAV 0.92.1/6329/Sat Mar 22 14:53:30 2008 on mail-in-14.arcor-online.net X-Virus-Status: Clean Cc: Subject: Re: dumping usb device reports 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, 22 Mar 2008 19:54:59 -0000 --nextPart16754271.G91KtTelN7 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Donnerstag, 20. M=E4rz 2008 23:47:25 schrieb Chuck Robey: > I need to take a look at what crud comes in from my tablet, because I need > to test my understanding of it's configuration descriptors. Ultimately,= I > need to be able to view the raw data in hex. I'm NOT talking about the > stuff that krepdump puts out (thje configuration descriptors) I'm talking > about the reports. Anyone know how I might do this? Understand, the > device I'm talking about has no FreeBSD device, so it won't just have a > device file in /dev/ I could dump from. Let uhid(4) attach to the device (remove ums(4) from your kernel config if= =20 neccessary or unload the ums(4) module), then: # cat /dev/uhid0 | hd Markus --nextPart16754271.G91KtTelN7 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQBH5WP51I0Qcnj4qNQRAjvXAJ9VV68DWQk+c3XNTSpLk4cjEsDVkwCePx+i GA0Zr9SesK/rDnIeEkdKqGg= =fZqA -----END PGP SIGNATURE----- --nextPart16754271.G91KtTelN7--