From owner-freebsd-questions@FreeBSD.ORG Fri Apr 4 16:14:55 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C11ED37B401 for ; Fri, 4 Apr 2003 16:14:55 -0800 (PST) Received: from relay1.ntu-kpi.kiev.ua (oberon.ntu-kpi.kiev.ua [195.245.194.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFEF43FB1 for ; Fri, 4 Apr 2003 16:14:52 -0800 (PST) (envelope-from diman@pth.ntu-kpi.kiev.ua) Received: by relay1.ntu-kpi.kiev.ua (Postfix, from userid 426) id 31AB819BA2; Sat, 5 Apr 2003 03:14:48 +0300 (EEST) Received: from mate.pth.ntu-kpi.kiev.ua (if100Mbit.pth.ntu-kpi.kiev.ua [10.100.5.180]) by relay1.ntu-kpi.kiev.ua (Postfix) with SMTP id 70FB119BA4 for ; Sat, 5 Apr 2003 03:14:47 +0300 (EEST) Received: (qmail 29864 invoked by uid 1015); 5 Apr 2003 00:14:47 -0000 Date: Sat, 5 Apr 2003 03:14:47 +0300 From: "Dmitry V.Galant" To: Kan Cai Message-ID: <20030405001447.GC22247@pth.ntu-kpi.kiev.ua> References: Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: cc: freebsd-questions@freebsd.org Subject: Re: the CPU interrupt handler X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 00:14:56 -0000 On Fri, Apr 04, 2003 at 03:04:27PM -0800, Kan Cai wrote: > Hi, all: > > I am trying to locate the CPU interrupt handler, but with no luck. I > guess it is somewhere in the "i386" folder, but not sure which file is > doing the job. Could someone there shed some lights on this? > > Since I am trying to capture the NIC interrupts, so it should not be > exceptions. Thanks a lot. > /sys/i386/icu.h ICU_OFFSET - number of irq0 vector, check icu_inset() function. see also isa_defaultirq() function. > Have a nice day! > > Cheer, > ken