From owner-freebsd-hackers@FreeBSD.ORG Sun Jan 6 01:22:57 2008 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 D936F16A417 for ; Sun, 6 Jan 2008 01:22:57 +0000 (UTC) (envelope-from ray.mihm@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.159]) by mx1.freebsd.org (Postfix) with ESMTP id 71DCF13C447 for ; Sun, 6 Jan 2008 01:22:57 +0000 (UTC) (envelope-from ray.mihm@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so4691094fgg.35 for ; Sat, 05 Jan 2008 17:22:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=vacCJQqUqBU2JvdnWA6dB4AadKchmF0zp/MPR5h+ZjU=; b=wqrFxwgsVx1g7lF6qRPXldAhaEdKBrmRmW90no7mxUJ++PVQ/KqfQq2yz0rNXaLZkvALQDxgRozK0MKnwsFy+kTO9bFRKxB81OSBCs5gPpzbSX2qxI6xTJeRHh3uGxJctRip9UzfI4OE4va6YxofczIqAsby6eC3F4dziyKhYdA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=OUq8XS92aXRyyC83n62LfgY4l0BRxIg1wZaNq9+l4+gjebzorUXBzOvoAT+z61BWb6sIYGz+xwmQk3TXQT2YsRGoSp1zdTaXpCxjXkOHwRvhyrplH3sz71Bd4aD0alKgnrxVi7TAoJS+HR1pHHxM8q8XpcmDi26/sz5oz1oKUbI= Received: by 10.86.28.5 with SMTP id b5mr9703012fgb.76.1199580915552; Sat, 05 Jan 2008 16:55:15 -0800 (PST) Received: by 10.86.91.5 with HTTP; Sat, 5 Jan 2008 16:55:15 -0800 (PST) Message-ID: <1aa142960801051655s64cacd78td97a20da41f0994a@mail.gmail.com> Date: Sat, 5 Jan 2008 16:55:15 -0800 From: "Ray Mihm" To: "Kip Macy" In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-hackers@freebsd.org, Ivan Voras Subject: Re: IRQ-CPU binding? 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: Sun, 06 Jan 2008 01:22:57 -0000 On Jan 5, 2008 12:16 PM, Kip Macy wrote: > It can easily be done, there is no API for it in CVS. I have a situation where this is needed. I would appreciate if you tell me how to do it. Ray.