From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 17:38:05 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 2CCEB16A4F0 for ; Sun, 29 Aug 2004 17:38:05 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 93EC243D39 for ; Sun, 29 Aug 2004 17:38:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i7THZnE6039906; Sun, 29 Aug 2004 11:35:49 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sun, 29 Aug 2004 11:35:52 -0600 (MDT) Message-Id: <20040829.113552.23413625.imp@bsdimp.com> To: dashevil@sympatico.ca From: "M. Warner Losh" In-Reply-To: <1093742244.3464.1.camel@elemental.DashEvil> References: <1093754957.564.24.camel@amon.quaggaspace.org> <1093742244.3464.1.camel@elemental.DashEvil> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-current@freebsd.org cc: quaggamail@quaggaspace.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 17:38:05 -0000 In message: <1093742244.3464.1.camel@elemental.DashEvil> Chris Laverdure writes: : On Sun, 2004-08-29 at 04:49, Justin Settle wrote: : > Hello, : > : > I recently installed 5.3-BETA. After booting, I found was unable to use : > my usb mouse or my ethernet (Via-rhine). I started tinkering with the : > kernel and found that if I disabled APIC, this system worked without : > ethernet issues or mouse isssues. After talking with some people they : > suggested I post boot -v, dmesg's of the different kernels so here they : > are: : > : > The first thing I tried was a GENERIC with SMP commented out. It had : > the same issues as GENERIC: : > : ... : > ACPI is on both of these kernels but I've tried both without and the : > results are the same. Should any other information be needed/wanted : > I'll be sure to reply. Thank you for your time. : > : > Jay Settle : > : : I too cannot use my USB mouse with ACPI enabled (yet it works fine : without it). I get a Interrupt Storm when usbd tries to come up, and : then moused fails claiming an "Input/Output error on /dev/ums0". : : I would love to get to the bottom of this. This sounds like an interrupt routing problem... Warner