From owner-freebsd-current@FreeBSD.ORG Fri Sep 25 07:28:14 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3FAA6106566B; Fri, 25 Sep 2009 07:28:14 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe11.swipnet.se [212.247.155.65]) by mx1.freebsd.org (Postfix) with ESMTP id 9C3CC8FC0A; Fri, 25 Sep 2009 07:28:13 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=et49sEvzLegA:10 a=MnI1ikcADjEx7bvsp0jZvQ==:17 a=rnr42OFa6D61SBmgBJgA:9 a=4WR7OQmbq8TQ_UFqknlD0LXuybAA:4 Received: from [188.126.201.140] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe11.swip.net (CommuniGate Pro SMTP 5.2.16) with ESMTPA id 1140675727; Fri, 25 Sep 2009 09:28:11 +0200 From: Hans Petter Selasky To: Andriy Gapon Date: Fri, 25 Sep 2009 09:28:50 +0200 User-Agent: KMail/1.11.4 (FreeBSD/9.0-CURRENT; KDE/4.2.4; i386; ; ) References: <4ABA36B1.9070706@icyb.net.ua> <200909241651.47850.hselasky@c2i.net> <4ABC646D.4070604@icyb.net.ua> In-Reply-To: <4ABC646D.4070604@icyb.net.ua> X-Face: (%:6u[ldzJ`0qjD7sCkfdMmD*RxpOwEEQ+KWt[{J#x6ow~JO:,zwp.(t; @Aq :4:&nFCgDb8[3oIeTb^'",;u{5{}C9>"PuY\)!=#\u9SSM-nz8+SR~B\!qBv MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200909250928.51515.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, freebsd-usb@freebsd.org Subject: Re: sb600/sb700 ohci experimental patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Fri, 25 Sep 2009 07:28:14 -0000 On Friday 25 September 2009 08:34:21 Andriy Gapon wrote: > Not sure how to interpret this. In ohci_controller_init() try to disable the DPRINTF("SMM active, request owner change\n"); part of the code for !(ohci_unit == 0) or (ohci_unit == 2) and see what happens. Your clue might also indicate that we should request owner change for all OHCI's before resetting any of them. Possibly a BIOS bug! --HPS