From owner-freebsd-stable@FreeBSD.ORG Mon Sep 6 18:59:31 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 0A0D110656D8 for ; Mon, 6 Sep 2010 18:59:31 +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 894348FC19 for ; Mon, 6 Sep 2010 18:59:30 +0000 (UTC) Received: by wyb33 with SMTP id 33so5823986wyb.13 for ; Mon, 06 Sep 2010 11:59:29 -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=ksRS/vWFIrfn13QjN4vAD27QwCJOIpxcKiocmyfpI/E=; b=R3DsHTHK3HtUAaHQOo6vW8EehVgPpRq2fVrNCvb671OcNNTngYI9+qMEvpFqEV6ihm n0CbZQ3uyu8d471vPKy63JmDCHlukmqH+5SXlcbJ/nDuX1+Pe6X0HpjhiuZSOEPYRMTu c7M4Lu6sICke11H5bueCw1nxiQNwS5JVGQSgI= 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=wZ/gdMR+MFXIyi3OVsNJkitjHnHV0es+1YGAl/jYVWDmOM3GTrn/4qerZx0e9o6SDi OhSAE/fmv24fRyHuxFg++abBmUlG0slmakw1N7YjZ10l0uwzJ+K5CXBMTfCOyPg4yEQC /e3Kyo+q4psb+JxIWipquTb1kAn3i/wfvDKCQ= MIME-Version: 1.0 Received: by 10.216.35.75 with SMTP id t53mr2760628wea.95.1283798194498; Mon, 06 Sep 2010 11:36:34 -0700 (PDT) Received: by 10.216.49.78 with HTTP; Mon, 6 Sep 2010 11:36:34 -0700 (PDT) In-Reply-To: <20100906155350.GA50151@lordcow.org> References: <20100906155350.GA50151@lordcow.org> Date: Mon, 6 Sep 2010 11:36:34 -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: Mon, 06 Sep 2010 18:59:31 -0000 In the future make sure that you put E1000 or EM in the title otherwise I might miss it, fortunately I looked at this :) I'm on a holiday weekend, I will investigate this tomorrow. Jack On Mon, Sep 6, 2010 at 8:53 AM, Gareth de Vaux wrote: > Hi all, I moved from 8.0-RELEASE to last week's -STABLE: > > $ uname -v > FreeBSD 8.1-STABLE #0: Thu Sep 2 16:38:02 SAST 2010 root@XXXXX > :/usr/obj/usr/src/sys/GENERIC > > and all seems well except my network card is unusable. On boot up: > > em0: port 0x3040-0x305f mem > 0xe3200000-0xe321ffff,0xe3220000-0xe3220fff irq 10 at device 25.0 on pci0 > em0: Setup MSIX failure > em0: [FILTER] > em0: Ethernet address: 00:27:0e:1e:5e:e3 > > em1: port 0x1000-0x103f > mem 0xe3120000-0xe313ffff,0xe3100000-0xe311ffff irq 9 at device 1.0 on pci5 > em1: [FILTER] > em1: Ethernet address: 00:1b:21:5b:f2:18 > > > em0 is a PCI 'Intel(R) PRO/1000 GT Desktop Adapter' which worked up until > now. > em1 is onboard which didn't work with 8.0-RELEASE either. > > > $ ifconfig em0 > em0: flags=8843 metric 0 mtu 1500 > > options=219b > ether 00:27:0e:1e:5e:e3 > inet XXXXXXXX > media: Ethernet autoselect > status: no carrier > > > pciconf -lv: > > em0@pci0:0:25:0: class=0x020000 card=0x00008086 chip=0x10f08086 > rev=0x05 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > em1@pci0:5:1:0: class=0x020000 card=0x13768086 chip=0x107c8086 rev=0x05 > hdr=0x00 > vendor = 'Intel Corporation' > device = 'Gigabit Ethernet Controller (Copper) rev 5 (82541PI)' > class = network > subclass = ethernet > > (no device listing for em0) > > Swapping the PCI card with a PCI-X version gives the same behaviour. > Setting > hw.pci.enable_msix and hw.pci.enable_msi to 0 doesn't help in either case. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >