Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jul 2003 16:04:52 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Noriyoshi Kawano <bowie@nrik.jp>
Cc:        current@freebsd.org
Subject:   Re: Fatal trap 12: page fault while in kernel mode
Message-ID:  <Pine.BSF.4.53.0307211602420.45284@e0-0.zab2.int.zabbadoz.net>
In-Reply-To: <86n0f82r2c.wl@brain.nrik.jp>
References:  <20030721103221.C95793@mbox.cksoft.de> <86n0f82r2c.wl@brain.nrik.jp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 21 Jul 2003, Noriyoshi Kawano wrote:

> I have similar problem.
> disable re-route interrupts.
> It's works fine.
>
> --- /sys/dev/pci/pci.c.orig	Tue Jul  1 23:08:32 2003
> +++ /sys/dev/pci/pci.c	Mon Jul 21 11:04:55 2003
> @@ -800,7 +800,7 @@
>  	}
>
>  	if (cfg->intpin > 0 && PCI_INTERRUPT_VALID(cfg->intline)) {
> -#if defined(__ia64__) || (defined(__i386__) && !defined(SMP))
> +#if defined(__ia64__)
>  		/*
>  		 * Try to re-route interrupts. Sometimes the BIOS or
>  		 * firmware may leave bogus values in these registers.


Thanks. This works fine. Is there any "global" solution to the problem
so that I won't need to patch again the time 5.2R comes out ?

-- 
Greetings

Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0307211602420.45284>