From owner-freebsd-questions@FreeBSD.ORG Wed Nov 9 08:57:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 01416106567E for ; Wed, 9 Nov 2011 08:57:37 +0000 (UTC) (envelope-from ryazanov.s.a@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id BC7598FC1A for ; Wed, 9 Nov 2011 08:57:36 +0000 (UTC) Received: by vws11 with SMTP id 11so1786460vws.13 for ; Wed, 09 Nov 2011 00:57:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; bh=kzYLJ2gkP64YdAXWZnDXl+sMUqSb7wjxqPJfFsH2S0A=; b=Oj0mgdW6QM8deAPE8BGEL7TzZV6IPFVs1gIpBMGbNVCf+eCeEs+Ykcl0FBLtWI/hXL /GAVN0KPmxCS6uZfGNWmbI8A7xTSWiiTydDg/W13oVQTC9j47XzYDKreupCLkscu/nLf 2bxYzELXXUCm/+fX4UEVbSibatodmF+pX8YHs= Received: by 10.52.30.194 with SMTP id u2mr2764131vdh.13.1320827306046; Wed, 09 Nov 2011 00:28:26 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.114.228 with HTTP; Wed, 9 Nov 2011 00:28:05 -0800 (PST) From: Sergey Ryazanov Date: Wed, 9 Nov 2011 11:28:05 +0300 Message-ID: To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: BUS_SETUP_INTR definition 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: Wed, 09 Nov 2011 08:57:37 -0000 Hello, I learning interrupt handling inside FreeBSD kernel but can't find BUS_SETUP_INTR() function realization or even definition. Could somebody advice me where defined and realized BUS_SETUP_INTR() function/macro? -- With best wishes Sergey Ryazanov