From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 13:48:05 2008 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 6D6971065673 for ; Thu, 17 Apr 2008 13:48:05 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: from ag-out-0708.google.com (ag-out-0708.google.com [72.14.246.246]) by mx1.freebsd.org (Postfix) with ESMTP id 2AFBD8FC15 for ; Thu, 17 Apr 2008 13:48:04 +0000 (UTC) (envelope-from yonyossef.lists@gmail.com) Received: by ag-out-0708.google.com with SMTP id 31so18761agc.3 for ; Thu, 17 Apr 2008 06:48:04 -0700 (PDT) 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:mime-version:content-type; bh=7kt5GnuXdtLBN1eG2wkOi6RAhwuPvo6ZB4qNiVblknc=; b=YXkGGhoFZiWEd54kjA67X/HRuS8NC2astCn6c+bNk78ZBlOAb0ZIfEZRc0dthUvhWQstm+Gq4ft6VzPAaZWoJayzjwGt1pm6eInjCc2L9mAe9wJVTL/kRMTq3q238qpRIBfrkeWfDhWsXx2Ko3A1G3C/QMP4+Ko32KEykMe3MxA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=PQjthOi5ewMq69n38BXGTGRmpxCaHybdXsU16/1lAIXyccpG9Q5nul5oqQjkFscsMNDOKuAdvNUWQVa8j4OSthL+1sVp7Uz9o4vCx2WIkvjlF0FidilQgLyHe4cqqS9/UMVcxSo660ndCOpj2/3L8JRhKSSsHBm6itQseravEvQ= Received: by 10.151.106.4 with SMTP id i4mr1648868ybm.189.1208440083955; Thu, 17 Apr 2008 06:48:03 -0700 (PDT) Received: by 10.151.12.5 with HTTP; Thu, 17 Apr 2008 06:48:03 -0700 (PDT) Message-ID: <20def4870804170648w5b70a265lfdd19a0e5312552e@mail.gmail.com> Date: Thu, 17 Apr 2008 16:48:03 +0300 From: "Mr Y" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: MSI-X on FreeBSD 6.3 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, 17 Apr 2008 13:48:05 -0000 i'm having problems enabling MSI-X for my Ethernet driver on 6.3. my problem is that pci_msix_count(dev) returns 0, as if my device does not support MSI-X. where should I publish my device's MSI-X capabilities? Yony