From owner-freebsd-current@FreeBSD.ORG Wed Jan 5 08:11:41 2011 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 362F21065693 for ; Wed, 5 Jan 2011 08:11:41 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id B3D358FC1C for ; Wed, 5 Jan 2011 08:11:40 +0000 (UTC) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.1 cv=5OBHFxb9I47YZ7HELXzI6cL6pwPTRnd5uxbD1DPQ4WY= c=1 sm=1 a=Isu4AnyF6WwA:10 a=8nJEP1OIZ-IA:10 a=CL8lFSKtTFcA:10 a=i9M/sDlu2rpZ9XS819oYzg==:17 a=tBDZrvYw17uuL3pXsjAA:9 a=lIUumgjcQ-rJ6HQIV5gA:7 a=d8pCnhL3ajMu9NbOvrCmjovt__gA:4 a=wPNLvfGTeEIA:10 a=i9M/sDlu2rpZ9XS819oYzg==:117 Received: from [188.126.198.129] (account mc467741@c2i.net HELO laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.2.19) with ESMTPA id 69581920; Wed, 05 Jan 2011 09:11:36 +0100 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Wed, 5 Jan 2011 09:11:42 +0100 User-Agent: KMail/1.13.5 (FreeBSD/8.1-STABLE; KDE/4.4.5; amd64; ; ) References: In-Reply-To: X-Face: +~\`s("[*|O,="7?X@L.elg*F"OA\I/3%^p8g?ab%RN'(; _IjlA: hGE..Ew, XAQ*o#\/M~SC=S1-f9{EzRfT'|Hhll5Q]ha5Bt-s|oTlKMusi:1e[wJl}kd}GR Z0adGx-x_0zGbZj'e(Y[(UNle~)8CQWXW@:DX+9)_YlB[tIccCPN$7/L' MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201101050911.42835.hselasky@c2i.net> Cc: "Arno J. Klaassen" Subject: Re: usb-regression (Tyan S3992-E) 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: Wed, 05 Jan 2011 08:11:41 -0000 On Wednesday 05 January 2011 00:36:29 Arno J. Klaassen wrote: > Hallo, > > definitely my Tyan S3992-E based box I didn't touch since a while, has > difficulties with recent code; this time I wanted to cross-install from > it on a USB-stick and noticed it didn't work. From dmesg : > > ohci early: SMM active, request owner change > found-> vendor=0x1166, dev=0x0223, revid=0x01 > domain=0, bus=0, slot=3, func=1 > class=0c-03-10, hdrtype=0x00, mfdev=0 > cmdreg=0x0117, statreg=0x02b0, cachelnsz=16 (dwords) > lattimer=0xf8 (7440 ns), mingnt=0x00 (0 ns), maxlat=0x00 (0 ns) > intpin=a, irq=10 > powerspec 2 supports D0 D3 current D0 > map[10]: type Memory, range 32, base 0xff6ed000, size 12, > enabled > map[14]: type I/O Port, range 32, base 0xd800, size 8, enabled > pcib0: matched entry for 0.3.INTA > pcib0: slot 3 INTA hardwired to IRQ 10 > unknown: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xff6ed000 > ohci early: SMM active, request owner change > > [same on -current and -8-stable] > > I compiled and ran a 7-stable kernel of Oct6-sources (last time I cvs > updated ...) on it, which gives : > > > ohci0: port 0xd400-0xd4ff mem > 0xff6ec000-0xff6ecfff irq 10 at device 3.0 on pci0 > ohci0: Reserved 0x1000 bytes for rid 0x10 type 3 at 0xff6ec000 > ohci0: (New OHCI DeviceId=0x02231166) > ioapic0: routing intpin 10 (ISA IRQ 10) to vector 52 > ohci0: [GIANT-LOCKED] > ohci0: [ITHREAD] > usb0: OHCI version 1.0, legacy support > usb0: SMM does not respond, resetting > usb0: on ohci0 > usb0: USB revision 1.0 > uhub0: <(0x1166) OHCI root hub, class 9/0, rev 1.00/1.00, addr 1> on > usb0 > uhub0: 2 ports with 2 removable, self powered > > > Pleasure to provide more info and/or test suggestions. This might be ACPI related. Have you tried booting without ACPI? --HPS