From owner-freebsd-current@FreeBSD.ORG Sun Aug 29 19:57: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 244E216A4CE for ; Sun, 29 Aug 2004 19:57:05 +0000 (GMT) Received: from tomts16-srv.bellnexxia.net (tomts16.bellnexxia.net [209.226.175.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 693F243D3F for ; Sun, 29 Aug 2004 19:57:04 +0000 (GMT) (envelope-from dashevil@sympatico.ca) Received: from [192.168.2.32] ([65.93.59.22]) by tomts16-srv.bellnexxia.net ESMTP <20040829195703.ZTYR14082.tomts16-srv.bellnexxia.net@[192.168.2.32]>; Sun, 29 Aug 2004 15:57:03 -0400 From: Chris Laverdure To: Justin Settle In-Reply-To: <1093790664.562.3.camel@amon.quaggaspace.org> References: <1093754957.564.24.camel@amon.quaggaspace.org> <1093742244.3464.1.camel@elemental.DashEvil> <1093790664.562.3.camel@amon.quaggaspace.org> Content-Type: text/plain Message-Id: <1093795010.65374.1.camel@elemental.DashEvil> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 29 Aug 2004 15:57:03 +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 19:57:05 -0000 On Sun, 2004-08-29 at 14:44, Justin Settle wrote: > On Sat, 2004-08-28 at 21:17, Chris Laverdure wrote: > > 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. > > > Just to clarify, my problem isn't with ACPI, its with APIC :). My machine actually works fine with ACPI on (its on at the moment). If I boot it with APIC, however, things go downhill. > > Jay Settle > Oh, right. Sorry about that. However, I do have APIC compiled into my kernel. Have you tried APIC without ACPI? Should I try ACPI without APIC?