From owner-freebsd-questions@FreeBSD.ORG Thu Oct 19 20:35:59 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 62FB516A47E for ; Thu, 19 Oct 2006 20:35:59 +0000 (UTC) (envelope-from usleepless@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2EA8C43D83 for ; Thu, 19 Oct 2006 20:35:47 +0000 (GMT) (envelope-from usleepless@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so494061uge for ; Thu, 19 Oct 2006 13:35:47 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Iy5A6ztAocBiAaSPROeCDEnqMzYV1AjXHkag5t3HoJhXXSkO+z70JYvSXxa/SyJd3KUB4eYcuA0Adq1AxhmnNMBuKZE/2Tu44+qnUGsVUmzal/nepahK+RbO0ui+R2ZdsW/fddfNiNvq/3tgvx5ntZv1YJGPzmWCfwn70dzhOJ4= Received: by 10.78.203.13 with SMTP id a13mr578249hug; Thu, 19 Oct 2006 13:29:43 -0700 (PDT) Received: by 10.78.124.8 with HTTP; Thu, 19 Oct 2006 13:29:43 -0700 (PDT) Message-ID: Date: Thu, 19 Oct 2006 22:29:43 +0200 From: usleepless@gmail.com To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: if_em.c with fast intr-handler / taskqueues X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Oct 2006 20:35:59 -0000 Hi, where can i read a copy of the if_em.c with the fast int-handler + taskqueues? IIRC it was written by scott long. but if i view the CVS log for the file, these changes were pulled. i would like to read this code. regards, usleep