From owner-freebsd-stable@FreeBSD.ORG Wed Apr 21 04:17:28 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0497E16A4D4 for ; Wed, 21 Apr 2004 04:17:28 -0700 (PDT) Received: from mailout09.sul.t-online.com (mailout09.sul.t-online.com [194.25.134.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A69D43D3F for ; Wed, 21 Apr 2004 04:17:27 -0700 (PDT) (envelope-from M.Santhoff@t-online.de) Received: from fwd01.aul.t-online.de by mailout09.sul.t-online.com with smtp id 1BGFjK-0007WE-04; Wed, 21 Apr 2004 13:17:26 +0200 Received: from localhost.das.netz (rxXj7ZZv8ecyaVHcDC+86d5spNugq5uAnGYjuNGrHGiy87oNoLpSrI@[62.155.184.59]) by fwd01.sul.t-online.com with esmtp id 1BGFj5-0LugeO0; Wed, 21 Apr 2004 13:17:11 +0200 Received: from [10.0.0.3] (zaphod.das.netz [10.0.0.3]) by localhost.das.netz (8.12.10/8.12.10) with ESMTP id i3LBGUkf076394 for ; Wed, 21 Apr 2004 13:16:30 +0200 (CEST) (envelope-from M.Santhoff@t-online.de) From: M.Santhoff@t-online.de (Marc Santhoff) To: "FreeBSD stable (Liste)" Content-Type: text/plain Message-Id: <1082546001.255.16.camel@zaphod.das.netz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Wed, 21 Apr 2004 13:13:21 +0200 Content-Transfer-Encoding: 7bit X-Seen: false X-ID: rxXj7ZZv8ecyaVHcDC+86d5spNugq5uAnGYjuNGrHGiy87oNoLpSrI Subject: USB device broken since big mfc X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Apr 2004 11:17:28 -0000 Hi! Now that i find the time: After the last big MFC for the USB code two devices are not (more) working: 1. CompactFlash card adapter with Genesys-Chip Worked a while ago (no old logs available) and now shows at plugging in umass0: Genesys Logic USB Storage Device, rev 1.10/1.13, addr 2, SCSI over Bulk-Only umass0: Get Max Lun not supported (STALLED) umass0:1:0:-1: Attached to scbus1 as device 0 and on plugging out umass0: at uhub0 port 2 (addr 2) disconnected ohci_freex: xfer=0xc2375900 not busy, 0x4f4e5155 usb_insert_transfer: xfer=0xc28e3d00 not busy 0x46524545 umass0: detached usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x10de)(0x0000), rev 1.00 port 1 powered port 2 addr 2: full speed, power 96 mA, config 1, USB Storage Device(0x0700), Genesys Logic(0x05e3), rev 1.13 port 3 powered 2. Sharkoon USB stick This one is new after the code change umass0: USB Flash Disk, rev 2.00/2.00, addr 2, SCSI over Bulk-Only umass0:1:0:-1: Attached to scbus1 as device 0 umass0: at uhub0 port 2 (addr 2) disconnected umass0: detached usbdevs -v Controller /dev/usb0: addr 1: full speed, self powered, config 1, OHCI root hub(0x0000), (0x10de)(0x0000), rev 1.00 port 1 powered port 2 addr 2: full speed, power 200 mA, config 1, Flash Disk(0x2168), USB(0x0ea0), rev 2.00 port 3 powered Some info about the system: ohci0: mem 0xea083000-0xea083fff irq 11 at device 2.1 on pci0 usb0: OHCI version 1.0, legacy support usb0: SMM does not respond, resetting usb0: on ohci0 usb0: USB revision 1.0 uhub0: (0x10de) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 3 ports with 3 removable, self powered pciconf -lv ohci0@pci0:2:1: class=0x0c0310 card=0x10001695 chip=0x006710de rev=0xa3 hdr=0x00 vendor = 'NVIDIA Corporation' device = 'nForce MCP2 OpenHCI USB Controller' class = serial bus subclass = USB Anything else you need to know? Tell me ... TIA, Marc