From owner-freebsd-current@FreeBSD.ORG Mon Aug 30 01:31:07 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 C0D3016A4CE for ; Mon, 30 Aug 2004 01:31:07 +0000 (GMT) Received: from mail2.neureal.com (mail2.neureal.com [66.98.170.78]) by mx1.FreeBSD.org (Postfix) with SMTP id 6589A43D1F for ; Mon, 30 Aug 2004 01:31:07 +0000 (GMT) (envelope-from quaggamail@quaggaspace.org) Received: (qmail 29747 invoked by uid 399); 30 Aug 2004 01:31:05 -0000 Received: from unknown (HELO ?192.168.42.25?) (68.162.100.90) by mail2.neureal.com with SMTP; 30 Aug 2004 01:31:05 -0000 From: Justin Settle To: Nate Lawson In-Reply-To: <41326608.7020708@root.org> References: <1093754957.564.24.camel@amon.quaggaspace.org> <200408300010.02817.4711@chello.at> <41326608.7020708@root.org> Content-Type: text/plain Message-Id: <1093829490.622.1.camel@amon.quaggaspace.org> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 29 Aug 2004 21:31:30 -0400 Content-Transfer-Encoding: 7bit cc: Christian Hiris <4711@chello.at> 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: Mon, 30 Aug 2004 01:31:07 -0000 On Sun, 2004-08-29 at 19:26, Nate Lawson wrote: > Christian Hiris wrote: > > On Sunday 29 August 2004 06:49, Justin Settle wrote: > >>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: > >> > >>Copyright (c) 1992-2004 The FreeBSD Project. > >>Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > >> The Regents of the University of California. All rights reserved. > >>FreeBSD 5.3-BETA2 #0: Sat Aug 28 23:18:57 EDT 2004 > >> root@amon.quaggaspace.org:/usr/obj/usr/src/sys/GENERICNOSMP > > > > > > [snip] > > > > > >>acpi link set: _CRS failed for link \\_SB_.PCI0.ALKB - AE_NULL_ENTRY > >>acpi link set: curr irq 0 != 21 for \\_SB_.PCI0.ALKB (ignoring) > >>unknown: _SRS failed, irq 21 via \\_SB_.PCI0.ALKB > > This has been fixed in -current for a while. I just MFCd the fix to > 5.3. Let me know if it doesn't fix your problem. > > -Nate I synced up to 5.3-BETA just now, recompiled the GENERIC kernel and its working with APIC without issue. Thanks again :) Jay