From owner-freebsd-stable@FreeBSD.ORG Wed Aug 18 10:52:04 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7398010656A6; Wed, 18 Aug 2010 10:52:04 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 116E28FC15; Wed, 18 Aug 2010 10:52:03 +0000 (UTC) Received: by qyk4 with SMTP id 4so478082qyk.13 for ; Wed, 18 Aug 2010 03:52:03 -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 :content-transfer-encoding; bh=+u5QtstdWV2lICYoEwZkBuA72ZcLbPJLNKQ6yFXVcy0=; b=FJ41GXoEyc7aIK1BeYwgC4ltz5djbQ/b6KaVPfgP9nauhazyE0WWO+jTEeduazlCOC lzL7z73mIEezRjIHn4/8E5OXQivgkAK7K7qgM2+Qhxv71SIlitbZZcInlajfvS9TjZ96 xQJe7gXwNOE76qg/HJ4rjLQMS+BcaMHYxJhWI= 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:content-transfer-encoding; b=N2mtW5QTVZHqdyye3b7i3MSae3dvikijr919r1+89jBpm0db7c/tMFBRHqgj3WWN5D CsZQ83jkjBpYTk1nd9N9CfX9s1UKomIvQCPA5FkI8nBXYLPbFuYzxttOD0UT9RVVaoGq RRZJLtWnw81+Q7m7tcQi6KvsWLSYZSTeIwt+8= MIME-Version: 1.0 Received: by 10.229.11.8 with SMTP id r8mr475404qcr.236.1282128722633; Wed, 18 Aug 2010 03:52:02 -0700 (PDT) Received: by 10.229.31.12 with HTTP; Wed, 18 Aug 2010 03:52:02 -0700 (PDT) In-Reply-To: References: <201006301726.o5UHQl7n011935@svn.freebsd.org> <4C2BBC1F.6020405@elischer.org> Date: Wed, 18 Aug 2010 14:52:02 +0400 Message-ID: From: pluknet To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Jack F Vogel , freebsd-stable Subject: Re: svn commit: r209611 - head/sys/dev/e1000 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: Wed, 18 Aug 2010 10:52:04 -0000 On 17 August 2010 20:27, Jack Vogel wrote: > Cool the first person to actually try and use it :) > > Yes, there's one key thing you have to do right now that's not > documented, because of the simplistic PCI structure the guest > has the kernel blacklists it from using MSIX. SO, what you need > to do is set the honor_blacklist (that's not the complete string, > use sysctl -a |grep blacklist to find it) and set that to 0. It needs > to be set at boot. > > That should get you running. > > Jack > Nice, thanks! It works! > > On Tue, Aug 17, 2010 at 8:18 AM, pluknet wrote: >> >> Hi, Jack. >> >> I set up qemu-kvm on openSUSE 11.3 >> =A0with 82576 PCI device as you described. >> >> Guest fails to attach with: >> igb0: mem >> 0xf2060000-0xf2063fff,0xf2064000-0xf2067fff at device 5.0 on pci0 >> igb0: Unable to allocate bus resource: interrupt >> device_attach: igb0 attach returned 6 >> >> igb0@pci0:0:5:0: =A0 =A0 =A0 =A0class=3D0x020000 card=3D0xa03c8086 chip= =3D0x10ca8086 >> rev=3D0x01 hdr=3D0x00 >> =A0 =A0vendor =A0 =A0 =3D 'Intel Corporation' >> =A0 =A0class =A0 =A0 =A0=3D network >> =A0 =A0subclass =A0 =3D ethernet >> =A0 =A0cap 11[40] =3D MSI-X supports 3 messages in map 0x1c >> >> Did =A0I missed something? >> --=20 wbr, pluknet