From owner-freebsd-current@FreeBSD.ORG Mon Sep 13 13:42:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5913E16A4CE for ; Mon, 13 Sep 2004 13:42:49 +0000 (GMT) Received: from KVIW13.KVI.nl (KVIW13.KVI.nl [129.125.15.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 11D6043D4C for ; Mon, 13 Sep 2004 13:42:49 +0000 (GMT) (envelope-from A.S.Usov@KVI.nl) Received: from KVIS10.KVI.nl ("port 43346"@KVIS10.KVI.nl [129.125.27.60]) <01LETO6UOX6YD3ZEGE@KVI.nl> for current@freebsd.org; Mon, 13 Sep 2004 15:42:43 +0200 (MET DST) Received: from KVIW06.KVI.NL by KVIS10.KVI.nl (AvMailGate-2.0.2-8) id 22812-5D10A7C2; Mon, 13 Sep 2004 15:42:42 +0200 Received: from kvip88 ("port 64638"@KVIP88.KVI.nl [129.125.15.152]) <01LETO6LB4TQD3ZEGE@KVI.nl> for current@freebsd.org; Mon, 13 Sep 2004 15:42:30 +0200 (MET DST) Date: Mon, 13 Sep 2004 15:42:29 +0200 From: "Alexander S. Usov" To: current@freebsd.org Message-id: <200409131542.29997.A.S.Usov@kvi.nl> Organization: KVI MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT Content-disposition: inline User-Agent: KMail/1.7 X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-8; AVE: 6.27.0.6; VDF: 6.27.0.55; host: kvi.nl) Subject: USB issues in BETA4 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Sep 2004 13:42:49 -0000 Hi again! :) One more strange problem with BETA4 and usb-plugged HDD. The hardware (the logs here are from BETA3, but i BETA4 the issue is still present, part of the logs is skipped to save the space): intel centrino notebook, dmesg output follows uhci0: port 0x1800-0x181f irq 10 at device 29.0 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhci1: port 0x1820-0x183f irq 5 at device 29.1 on pci0 usb1: on uhci1 usb1: USB revision 1.0 uhci2: port 0x1840-0x185f irq 10 at device 29.2 on pci0 uhci2: [GIANT-LOCKED] usb2: on uhci2 usb2: USB revision 1.0 ehci0: mem 0xd0000000-0xd00003ff irq 10 at device 29.7 on pci0 ehci0: [GIANT-LOCKED] ehci_pci_attach: companion usb0 ehci_pci_attach: companion usb1 ehci_pci_attach: companion usb2 usb3: EHCI version 1.0 usb3: companion controllers, 2 ports each: usb0 usb1 usb2 usb3: on ehci0 usb3: USB revision 2.0 Plugging in the USB2 hdd case after booting produces: umass0: Genesys Logic USB TO IDE, rev 2.00/0.02, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C) I don't like this 1 MB/s transfer speed, and in reality it gives 8-9 MB/s. Trying to boot with the case plugged in gives right after ata detection: umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED umass0: BBB reset failed, STALLED umass0: BBB bulk-in clear stall failed, STALLED umass0: BBB bulk-out clear stall failed, STALLED da0 at umass-sim1 bus 1 target 0 lun 0 da0: Fixed Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 152627MB (312581808 512 byte sectors: 255H 63S/T 19457C) umass0: at uhub0 port 1 (addr 2) disconnected umass0: detached -- Best regards, Alexander.