From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 29 17:16:36 2009 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B317106564A for ; Thu, 29 Jan 2009 17:16:36 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.freebsd.org (Postfix) with ESMTP id B76C98FC1E for ; Thu, 29 Jan 2009 17:16:35 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so4882nfh.33 for ; Thu, 29 Jan 2009 09:16:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=VnOuQbP4OZnWtbTsSSiYpxEvQLvIZKndu4rAabqxN80=; b=o3HTpsRUZxszoGBCnPxMDD8ku5kk3S7nCMAXqqgd+e74yDwgl+efCjXqGLG5pnmbjV 68GvA843pkYAHLxSX7g14cdkIe8QGPIPWVHK/mr6Fxf4YwDJi7NNs52xSZD1bwOw34Ln J82pmkHzpIp8BQNGLIngodCvC+xYp8CXeijWM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=wwomeopSy70znl3wZRp3/5nkbJL/q7+GStO2zxr/KvrdXsEs2X+ry9CeTyxarqgz6V Ss647H3C/Ts88THHurUp9mAQWtCpg8D0neTRSwlIsjh5AVrBHAUpRu1awFHoItzM1Je3 E6EeeKG5L3Rj064zLJnBQ8FGNDHPtXA19pe4A= Received: by 10.210.111.17 with SMTP id j17mr318293ebc.115.1233249394569; Thu, 29 Jan 2009 09:16:34 -0800 (PST) Received: from epsilon.lan (bl6-156-29.dsl.telepac.pt [82.155.156.29]) by mx.google.com with ESMTPS id y37sm1068iky.2.2009.01.29.09.16.32 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Jan 2009 09:16:33 -0800 (PST) Message-Id: From: Rui Paulo To: Andriy Gapon In-Reply-To: <49819757.2010002@icyb.net.ua> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v930.3) Date: Thu, 29 Jan 2009 17:16:31 +0000 References: <49819757.2010002@icyb.net.ua> X-Mailer: Apple Mail (2.930.3) X-Mailman-Approved-At: Thu, 29 Jan 2009 19:19:01 +0000 Cc: freebsd-hackers@freebsd.org Subject: Re: INTR_FILTER? X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jan 2009 17:16:36 -0000 On 29 Jan 2009, at 11:47, Andriy Gapon wrote: > INTR_FILTER - what does it do? > It doesn't seem to be documented anywhere, but seems to affect > interrupt > code. INTR_FILTER allows you to skip the FILTER+ITHREAD headache. See dev/asmc/asmc.c for an example. -- Rui Paulo