From owner-freebsd-net Wed Feb 13 2: 7:25 2002 Delivered-To: freebsd-net@freebsd.org Received: from mail.nsu.ru (mx.nsu.ru [193.124.215.71]) by hub.freebsd.org (Postfix) with ESMTP id A029137B405 for ; Wed, 13 Feb 2002 02:07:21 -0800 (PST) Received: from iclub.nsu.ru ([193.124.215.97] ident=root) by mail.nsu.ru with esmtp (Exim 3.20 #1) id 16awJl-00082I-00 for freebsd-net@freebsd.org; Wed, 13 Feb 2002 16:07:13 +0600 Received: (from fjoe@localhost) by iclub.nsu.ru (8.11.6/8.11.6) id g1DA7Cs91728 for freebsd-net@freebsd.org; Wed, 13 Feb 2002 16:07:12 +0600 (NS) (envelope-from fjoe) Date: Wed, 13 Feb 2002 16:07:12 +0600 From: Max Khon To: freebsd-net@freebsd.org Subject: soft interrupts Message-ID: <20020213160712.A91628@iclub.nsu.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, there! I am writing netwrok device driver and I need to execute some code which is activated by hardware interrupt but with interrupts enabled. Is it ok to use netisr's and schednetisr? What is preferred way to do this? /fjoe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message