From owner-freebsd-hackers Wed Aug 15 13:53:49 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from cs.utep.edu (mail.cs.utep.edu [129.108.5.3]) by hub.freebsd.org (Postfix) with ESMTP id 74BAC37B40B; Wed, 15 Aug 2001 13:53:41 -0700 (PDT) (envelope-from janb@cs.utep.edu) Received: from gecko (gecko [129.108.5.51]) by cs.utep.edu (8.11.3/8.11.3) with ESMTP id f7FKrYw27072; Wed, 15 Aug 2001 14:53:34 -0600 (MDT) Date: Wed, 15 Aug 2001 14:53:20 -0600 (MDT) From: X-Sender: To: John Baldwin Cc: Mike Smith , Subject: Re: more Newbus questions In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK, this is helpful, but I have looked at this before. this seems to be where the interrupt vector table is initialized.(correct me if I am wrong..) NOw, where do the devices that newbus finds and probes get inserted into these structures(intr_handler,intr_mptr, etc)? Also, what are fastintr[] and slowintr[] for? I know I am being a pain, but I appreciae the help JAn > > Go read sys/i386/isa/intr_machdep.c (I know, isa/ is a bad place for it..) > > Also look at sys/kern/kern_intr.c and the ithread manpage to understand the MI > ithread portions. > > >> JAn > > -- > > John Baldwin -- http://www.FreeBSD.org/~jhb/ > PGP Key: http://www.baldwin.cx/~john/pgpkey.asc > "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message