From owner-freebsd-current@FreeBSD.ORG Fri May 11 02:48:52 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F124D16A402 for ; Fri, 11 May 2007 02:48:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.225]) by mx1.freebsd.org (Postfix) with ESMTP id A91C613C44B for ; Fri, 11 May 2007 02:48:52 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by wr-out-0506.google.com with SMTP id 70so821299wra for ; Thu, 10 May 2007 19:48:52 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:received:received:date:from:to:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=aQzkTbUEICGOwLKu+0X+h7PcuIqtI+UnvDfD9n3dmbf/IdukFnnid1ERHtuwPrAFFcHyCL02odMB1Kb3Ji3qWkz7qtGv8ucI8lkhGvo/izsM7ZeDeBg0B59q0WHDHPwVOxYVVIm8JY8dcxITqxquUUOnx3dxnQgogv+qws26HRw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:date:from:to:subject:message-id:reply-to:references:mime-version:content-type:content-disposition:in-reply-to:user-agent; b=e7quo0xw7qVw3sqW3RSTCnOdgc8CU537BkgIgs1unPUsT9NU66oCcmRC/Rf7kdxWAHeuZqdKwhinDHI98r2yadOnDtNfOE21BEAirKODoLgZBxIT/kgx6/BubSHE6QZwHv7VEMI+AZ+/BtdAi38fe+8liSfyfeHR+TS0Pdy/jtY= Received: by 10.114.61.1 with SMTP id j1mr803253waa.1178851731307; Thu, 10 May 2007 19:48:51 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ( [211.53.35.84]) by mx.google.com with ESMTP id n20sm121923pof.2007.05.10.19.48.44; Thu, 10 May 2007 19:48:47 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id l4B2mds0074393 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 11 May 2007 11:48:39 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id l4B2mdCW074392 for freebsd-current@freebsd.org; Fri, 11 May 2007 11:48:39 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Fri, 11 May 2007 11:48:39 +0900 From: Pyun YongHyeon To: freebsd-current@freebsd.org Message-ID: <20070511024839.GB74182@cdnetworks.co.kr> References: <20070511021015.GF21472@obelix.dsto.defence.gov.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070511021015.GF21472@obelix.dsto.defence.gov.au> User-Agent: Mutt/1.4.2.1i Subject: Re: Message Signalled Interrupts Question ... X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 May 2007 02:48:53 -0000 On Fri, May 11, 2007 at 10:10:15AM +0800, Wilkinson, Alex wrote: > Howdy, > > How does one know whether their PCI device supports MSI pciconf -lvc > and that FreeBSD is using MSI for this device ? > > dmesg(1) ? > pciconf(8) ? > If a driver use MSI/MSIX "vmstat -i" output will show you 256 or higher IRQ numbers assigned to the device. -- Regards, Pyun YongHyeon