From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 22:29:46 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 98A6816A4CE for ; Sun, 29 Aug 2004 22:29:46 +0000 (GMT) Received: from tomts10-srv.bellnexxia.net (tomts10.bellnexxia.net [209.226.175.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0701143D60 for ; Sun, 29 Aug 2004 22:29:46 +0000 (GMT) (envelope-from dashevil@sympatico.ca) Received: from [192.168.2.32] ([65.93.59.22]) by tomts10-srv.bellnexxia.net ESMTP <20040829222945.BXOQ29920.tomts10-srv.bellnexxia.net@[192.168.2.32]>; Sun, 29 Aug 2004 18:29:45 -0400 From: Chris Laverdure To: Christian Hiris <4711@chello.at> In-Reply-To: <200408300010.02817.4711@chello.at> References: <1093754957.564.24.camel@amon.quaggaspace.org> <200408300010.02817.4711@chello.at> Content-Type: text/plain Message-Id: <1093804183.11032.1.camel@elemental.DashEvil> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 29 Aug 2004 18:29:44 +0000 Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org Subject: Re: APIC causes vr0 watchdog timeouts and Interrupt storms 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: Sun, 29 Aug 2004 22:29:46 -0000 On Sun, 2004-08-29 at 22:09, Christian Hiris wrote: > On Sunday 29 August 2004 06:49, Justin Settle wrote: > ... > > I had similar USB problems on a Via KT600 board. In my case, manual irq > routing fixed the interrupt strom on irq 21. > > # cat /boot/device.hints | grep acpi > hw.acpi.pci.link.0.16.0.irq=21 > hw.acpi.pci.link.0.16.1.irq=21 > hw.acpi.pci.link.0.16.2.irq=21 > hw.acpi.pci.link.0.16.3.irq=21 > > USB works perfectly now with ACPI and with options SMP/APIC defined in my > kernelconfig and ACPI. > > Nate Lawson comitted some major improvements on the acpi_pci_link.c code > regarding the _CRS and _SRS objects and KTxxx bords in the last weeks, so I > think it's a good idea cc'ing him. > > I can't tell you much about the vr (VT6102) because it's irq routing is > different on the KT600 board (device 0.18.0 --> irq 5 ) and the chip > initializes without problems here. > > Cheers, > ch After my portupgrade -f kde* is done I'll try that out and see if it does anything for me. (Not sure of the exact model, but I have a VIA motherboard as well) Thanks.