From owner-freebsd-current@FreeBSD.ORG Tue Apr 15 08:04:26 2003 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 08FE737B401 for ; Tue, 15 Apr 2003 08:04:26 -0700 (PDT) Received: from cherry2.sanpei.org (cherry.as.wakwak.ne.jp [61.205.227.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7342343FAF for ; Tue, 15 Apr 2003 08:04:24 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from localhost (localhost [IPv6:::1]) by cherry2.sanpei.org (8.12.9/8.12.6) with ESMTP id h3FF4Mmq099361; Wed, 16 Apr 2003 00:04:22 +0900 (JST) (envelope-from sanpei@sanpei.org) Date: Wed, 16 Apr 2003 00:04:21 +0900 (JST) Message-Id: <20030416.000421.39225367.sanpei@sanpei.org> To: ticso@cicely.de From: MIHIRA Sanpei Yoshiro In-Reply-To: <20030414154016.GN16153@cicely9.cicely.de> References: <20030414151741.GM16153@cicely9.cicely.de> <20030415.002823.85343122.sanpei@sanpei.org> <20030414154016.GN16153@cicely9.cicely.de> X-Mailer: Mew version 3.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@FreeBSD.org Subject: tested ehci driver with 5-current/IBM ThinkPad240 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: Tue, 15 Apr 2003 15:04:26 -0000 Hi. Bernd Walter I tested USB to CardBus Card with 5-current. But I couldn't use it. This CardBus Card could be used with NetBSD-current. Do you have any idea? USB 2.0 2 Port CardBus Host Adapter http://www.avlab.com.tw/u_0046_001.htm dmesg with 5-current cardbus0: Resource not specified in CIS: id=10, size=1000 ohci0: mem 0x88001000-0x88001fff irq 11 at device 0.0 on cardbus0 usb1: OHCI version 15.15, legacy support ~~~~~ wrong number, why?? usb1: unsupported OHCI revision ohci0: USB init failed device_probe_and_attach: ohci0 attach returned 5 cardbus0: Resource not specified in CIS: id=10, size=1000 ohci0: mem 0x88001000-0x88001fff irq 11 at device 0.1 on cardbus0 usb1: OHCI version 15.15, legacy support usb1: unsupported OHCI revision ohci0: USB init failed device_probe_and_attach: ohci0 attach returned5 cardbus0: Resource not specified in CIS: id=10, size=100 ehci0: mem 0x88001000-0x880010ff irq 11 at device 0.2 on cardbus0 usb1: EHCI version ff.ff ~~~~~ wrong number, why?? usb1: wrong number of companions (15 != 0) ehci0: USB init failed err=13 device_probe_and_attach: ehci0 attach returned5 cardbus0: release_all_resource: Resource still owned by child, oops. (type=1, rid=0, addr=b) cardbus0: release_all_resource: Resource still owned by child, oops. (type=3, rid=16, addr=88001000) cbb0: CardBus card activation failed ---------- dmesg with NetBSD-current cbb0: bad Vcc request. sock_ctrl 0x0, sock_status 0x30000326 cbb0: bad Vcc request. sock_ctrl 0x30, sock_status 0x30000b20 ohci0 at cardbus0 dev 0 function 0: NEC USB Host Controller (rev. 0x41) ohci0: interrupting at 11 ohci0: OHCI version 1.0 usb1 at ohci0: USB revision 1.0 uhub1 at usb1 uhub1: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub1: 3 ports with 3 removable, self powered ohci1 at cardbus0 dev 0 function 1: NEC USB Host Controller (rev. 0x41) ohci1: interrupting at 11 ohci1: OHCI version 1.0 usb2 at ohci1: USB revision 1.0 uhub2 at usb2 uhub2: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub2: 2 ports with 2 removable, self powered ehci0 at cardbus0 dev 0 function 2: NEC USB Host Controller (rev. 0x02) ehci0: interrupting at 11 ehci0: EHCI version 0.95 ehci0: companion controllers, 3 ports each: ohci0 ohci1 usb3 at ehci0: USB revision 2.0 uhub3 at usb3 uhub3: NEC EHCI root hub, class 9/0, rev 2.00/1.00, addr 1 uhub3: 5 ports with 5 removable, self powered --- MIHIRA, Sanpei Yoshiro Tokyo, Japan.