From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 05:17:24 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 B4B6816A4CE for ; Sun, 29 Aug 2004 05:17:24 +0000 (GMT) Received: from tomts5-srv.bellnexxia.net (tomts5.bellnexxia.net [209.226.175.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E41043D49 for ; Sun, 29 Aug 2004 05:17:24 +0000 (GMT) (envelope-from dashevil@sympatico.ca) Received: from [192.168.2.32] ([65.93.59.22]) by tomts5-srv.bellnexxia.net ESMTP <20040829051722.JUUQ18869.tomts5-srv.bellnexxia.net@[192.168.2.32]>; Sun, 29 Aug 2004 01:17:22 -0400 From: Chris Laverdure To: Justin Settle In-Reply-To: <1093754957.564.24.camel@amon.quaggaspace.org> References: <1093754957.564.24.camel@amon.quaggaspace.org> Content-Type: text/plain Message-Id: <1093742244.3464.1.camel@elemental.DashEvil> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 29 Aug 2004 01:17:24 +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 05:17:24 -0000 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.