From owner-freebsd-usb@FreeBSD.ORG Sun Apr 3 19:31:11 2005 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B66F716A4CE; Sun, 3 Apr 2005 19:31:11 +0000 (GMT) Received: from buitenpost.surfnet.nl (buitenpost.surfnet.nl [192.87.108.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5A8543D3F; Sun, 3 Apr 2005 19:31:10 +0000 (GMT) (envelope-from x+freebsd-gnats@surf.net) Received: from incoming-s.surfnet.nl ([192.87.108.21] helo=localhost) by buitenpost.surfnet.nl with esmtp (Exim 4.50 (FreeBSD)) id 1DIAo6-000KsB-0t; Sun, 03 Apr 2005 21:30:50 +0200 Date: Sun, 3 Apr 2005 21:31:05 +0200 (W. Europe Daylight Time) From: Xander Jansen To: Ian Dowse In-Reply-To: Message-ID: References: <200503271935.j2RJZcCN046327@freefall.freebsd.org> Organisation: SURFnet bv Address: "Radboudburcht, P.O. Box 19035, 3501 DA Utrecht, NL" Phone: +31 302 305 305 Telefax: +31 302 305 329 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-usb@FreeBSD.org Subject: Re: kern/59803: [usb] Wrong detection of/panic with Edimax USB 2.0 Cardbus host controller X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Apr 2005 19:31:11 -0000 On Sun, 27 Mar 2005, Xander Jansen wrote: + On Sun, 27 Mar 2005, Ian Dowse wrote: + + + Synopsis: [usb] Wrong detection of/panic with Edimax USB 2.0 Cardbus host controller + + + + Does this problem still occur in a more recent -STABLE? + + It disappeared somewhere between 5.2.1 and 5.3 (see the Sat, 11 Dec 2004 + entry in the PR). Should I try a recent -STABLE to see if it re-appeared? Finally got a 5.4-STABLE image and tested the card again. No regression. It even seems to be a bit better. When inserting a USB disk the 'transfers' is reported as 40 MB/s (was 1MB/s with 5.3) and writes seem to be a bit faster (no real benchmarking though). This PR definitely can be closed. Cheers, Xander ----- additinal datapoints with 5.4-STABLE [ GENERIC + ehci ] FreeBSD 5.4-STABLE #0: Sun Apr 3 16:04:17 CEST 2005 root@current.phaze-III.sec.nl:/usr/obj/usr/src/sys/EHCI [ insert card ] cardbus0: Resource not specified in CIS: id=10, size=1000 ohci0: mem 0xf8001000-0xf8001fff irq 11 at device 0.0 on cardbus0 usb4: OHCI version 1.0 usb4: on ohci0 usb4: USB revision 1.0 uhub4: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub4: 3 ports with 3 removable, self powered cardbus0: Resource not specified in CIS: id=10, size=1000 ohci1: mem 0xf8002000-0xf8002fff irq 11 at device 0.1 on cardbus0 usb5: OHCI version 1.0 usb5: on ohci1 usb5: USB revision 1.0 uhub5: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub5: 2 ports with 2 removable, self powered cardbus0: Resource not specified in CIS: id=10, size=100 ehci1: mem 0xf8003000-0xf80030ff irq 11 at device 0.2 on cardbus0 usb6: EHCI version 1.0 usb6: companion controllers, 3 ports each: usb4 usb5 usb6: on ehci1 usb6: USB revision 2.0 uhub6: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub6: 5 ports with 5 removable, self powered [ insert USB 2.0 disk ] umass0: Prolific Technology Inc. Mass Storage Device, rev 2.00/1.00, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 40.000MB/s transfers da0: 38154MB (78140161 512 byte sectors: 255H 63S/T 4864C) # dd if=/dev/zero of=ehcitest.dd bs=1024 count=1000000 1000000+0 records in 1000000+0 records out 1024000000 bytes transferred in 97.361956 secs (10517455 bytes/sec) [ http://www.freebsd.org/cgi/query-pr.cgi?pr=59803 ] -- New systems generate new problems.