From owner-freebsd-stable@FreeBSD.ORG Sun Sep 12 09:03:18 2010 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9D191106564A for ; Sun, 12 Sep 2010 09:03:18 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2F6648FC17 for ; Sun, 12 Sep 2010 09:03:17 +0000 (UTC) Received: by wyb33 with SMTP id 33so5715980wyb.13 for ; Sun, 12 Sep 2010 02:03:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=qPOSfA3CHtbNaXLhdi+4K7XnM/IOz7qtPHGbgQhgyTM=; b=JwZ3RTlOwNHjUyYBT6TLcG54/KyqKPAjJFJoCHtSPepZ/YL5uopnbV90vb8Q44I5DS zmtNU9P04S4BHsfeyJjhTu3YxysPJFrgVMBuUJrXz1n479SzuTqVvU4tY1VFds6coVwT ZprX0UcHJ3c0dbxaeA5NOqCiaoNBi4jcNmSXY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=JyWfahF/VxAAPFYFb++DjOVspobiQAPAfB7cy93/LxymhDJTHp/ijjxopNaWjAhy6k 53UkAjzLcSH5XeapHuvmyhAc5DiljvDMuBLH9pK6l5NgiQjK/vsmnikyh3JPG9nR4Ocf cFoxYJyxzbOcnJghHMcr42BEjLncpY9A6HaVE= MIME-Version: 1.0 Received: by 10.216.162.78 with SMTP id x56mr2962634wek.80.1284282197028; Sun, 12 Sep 2010 02:03:17 -0700 (PDT) Received: by 10.216.49.78 with HTTP; Sun, 12 Sep 2010 02:03:16 -0700 (PDT) In-Reply-To: <20100912081501.GA1745@lordcow.org> References: <201009091437.21563.jhb@freebsd.org> <201009091620.25299.jhb@freebsd.org> <20100910084120.GA46966@lordcow.org> <20100912081501.GA1745@lordcow.org> Date: Sun, 12 Sep 2010 02:03:16 -0700 Message-ID: From: Jack Vogel To: Gareth de Vaux Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: stable@freebsd.org Subject: Re: MSIX failure X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Sep 2010 09:03:18 -0000 On Sun, Sep 12, 2010 at 1:15 AM, Gareth de Vaux wrote: > On Fri 2010-09-10 (10:41), Gareth de Vaux wrote: > > > Gareth, set hw.pci.honor_msi_blacklist=0, you'll have to do that at > boot > > > btw. > > > > Ok, I'll have to get back to you in a day or 2 when I reboot. > > Done: > > $ sysctl -a | grep msi > hw.bce.msi_enable: 1 > hw.pci.honor_msi_blacklist: 0 > hw.pci.enable_msix: 1 > hw.pci.enable_msi: 1 > > I get the same MSIX failure message though. > > Ya, that's what I suspected, it just means the failure is not because your system is blacklisted. You still have not given me what I need to help: the exact details of the system, I don't need to see the pciconf of the NIC, I need to know about the motherboard/chipset its on. Jack