From owner-freebsd-hackers Wed Mar 4 08:18:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA27543 for freebsd-hackers-outgoing; Wed, 4 Mar 1998 08:18:55 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from loewe.cosy.sbg.ac.at (loewe.cosy.sbg.ac.at [141.201.2.12]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA27534 for ; Wed, 4 Mar 1998 08:18:46 -0800 (PST) (envelope-from pmeerw@cosy.sbg.ac.at) Received: from laus.cosy.sbg.ac.at (pmeerw@laus.cosy.sbg.ac.at [141.201.2.42]) by loewe.cosy.sbg.ac.at (8.8.8/8.8.7) with SMTP id RAA24478; Wed, 4 Mar 1998 17:18:23 +0100 (MET) Date: Wed, 4 Mar 1998 17:53:56 +0100 (CET) From: Peter Meerwald To: "Larry S. Lile" cc: hackers@FreeBSD.ORG Subject: Re: Interrupts during probe/attach? In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Larry, > Is it possible to receive an interrupt from an adapter during > probe/attach routines? I am working on a token ring driver and no, the interrupt handler is installed after probe/attach (see /sys/i386/isa/isa.c) Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message