From owner-freebsd-stable Fri Sep 20 3:42:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFFDC37B401 for <freebsd-stable@freebsd.org>; Fri, 20 Sep 2002 03:42:50 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6342243E65 for <freebsd-stable@freebsd.org>; Fri, 20 Sep 2002 03:42:50 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 17sLFJ-0003B4-00; Fri, 20 Sep 2002 11:42:49 +0100 To: freebsd-stable@freebsd.org, saper@system.pl Subject: Re: pcm sound -> PCI IRQ problems on Sony VAIO? In-Reply-To: <20020919232800.GA82881@barbera.system.pl> Message-Id: <E17sLFJ-0003B4-00@mailhost.firstcallgroup.co.uk> From: Pete French <pfrench@firstcallgroup.co.uk> Date: Fri, 20 Sep 2002 11:42:49 +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: <freebsd-stable.FreeBSD.ORG> List-Archive: <http://docs.freebsd.org/mail/> (Web Archive) List-Help: <mailto:majordomo@FreeBSD.ORG?subject=help> (List Instructions) List-Subscribe: <mailto:majordomo@FreeBSD.ORG?subject=subscribe%20freebsd-stable> List-Unsubscribe: <mailto:majordomo@FreeBSD.ORG?subject=unsubscribe%20freebsd-stable> X-Loop: FreeBSD.ORG > 1) Is FreeBSD in UP mode really sharing IRQs? (can't boot MP kernel on > this notebook) > > 2) Why when NO driver is attached to the irq 5 the system works > properly? Now this we have seen before - you will find references to this iin the archives in various guises. people coomplaining about lockups with an fxp controller, myself complaining about lockups with a sym0 SCSI controller. But what they all had in common was sharing iinterrupts - and the fix (at least in my case) was to remove the driver sharing the interrupt. Note that it was definietly a *driver* problem - I had an IRQ shared with a device that was not generating any interrupts. But the device driver (in my case ata) needed removing from the kernel to fix the problem. There seem to be some obscure (and rather rare I hope) problems with sharing IRQ's - the best advice is to configure the system so none ofthem are shared if possible,and then remove and devices that you dont need from the kernel. -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message