From owner-freebsd-hackers@FreeBSD.ORG Thu Jan 29 17:17:30 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 3998F1065670 for ; Thu, 29 Jan 2009 17:17:30 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id B94388FC12 for ; Thu, 29 Jan 2009 17:17:29 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by ewy14 with SMTP id 14so78453ewy.19 for ; Thu, 29 Jan 2009 09:17:28 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:cc:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=VnOuQbP4OZnWtbTsSSiYpxEvQLvIZKndu4rAabqxN80=; b=T3at56pvceWe4eyJu7g/LHRH2/QsAOX900ckqtZcr1chXPv5sr6G5fZxqw295S0bpD acAsMdPOEYA3Qty8tRmHxjaWoQvtLQT6gQgyiHBaCa4Bq6j5NppMjDrdBRQDyDFsfc1c /NxsWnK0IO7iPVSKb/Jv0jE5fZOAKYfSM1b0s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:cc:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=r+9xffR+Un6W+8nIi9UlygXYa0bp01kX4ZlRtwtJMH2WS9ceHo9iUYq7MsI2IZScTP koFI/gmov9ybpRhPg7Tc57/+gV9YwheNdWCX/pxBnfH91ELWrPsrSRgC7kcyY9tSndnj tYqSHzp2hKd48AIcUXzGua3yArpCZnLbwDVbQ= Received: by 10.210.90.20 with SMTP id n20mr304399ebb.162.1233249448680; Thu, 29 Jan 2009 09:17:28 -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.17.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 29 Jan 2009 09:17:28 -0800 (PST) Sender: Rui Paulo Message-Id: <8F669786-30A2-458C-8A6B-3272297ADE14@freebsd.org> 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:17:27 +0000 References: <49819757.2010002@icyb.net.ua> X-Mailer: Apple Mail (2.930.3) 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:17:30 -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