From owner-freebsd-stable@freebsd.org Wed Aug 10 00:42:36 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id ECAB5BB4FDE for ; Wed, 10 Aug 2016 00:42:36 +0000 (UTC) (envelope-from doug@mail.sermon-archive.info) Received: from zoom.lafn.org (zoom.lafn.org [108.92.93.123]) by mx1.freebsd.org (Postfix) with ESMTP id D7AFA1845 for ; Wed, 10 Aug 2016 00:42:36 +0000 (UTC) (envelope-from doug@mail.sermon-archive.info) Received: from [10.0.1.4] (unknown [71.177.216.148]) by zoom.lafn.org (Postfix) with ESMTPSA id 30A4034A9ED; Tue, 9 Aug 2016 17:42:29 -0700 (PDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: Problems with em0 driver after upgrade to r303832 From: Doug Hardie In-Reply-To: <20160809114023.GY96200@home.opsec.eu> Date: Tue, 9 Aug 2016 17:42:28 -0700 Cc: Pete French , freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <20160809114023.GY96200@home.opsec.eu> To: Kurt Jaeger X-Mailer: Apple Mail (2.3124) X-Virus-Scanned: clamav-milter 0.98 at zoom.lafn.org X-Virus-Status: Clean X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 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, 10 Aug 2016 00:42:37 -0000 > On 9 August 2016, at 04:40, Kurt Jaeger wrote: >=20 > Hi! >=20 >> I upgraded my local machine to the above revision a few days ago. = Since then I have seen the local em0 card locking up and getting he = following >> messages in dmesg >>=20 >> em0: Watchdog timeout -- resetting >> em0: link state changed to DOWN >> em0: link state changed to UP >>=20 >>=20 >> I thought it was the physical card, but I have swapped this out >> for a completely different one and the problems remain. >=20 > What does pciconf -lvb display for the PCI IDs for this card ? >=20 > If you use r303832, this is CURRENT (12.x) ? Then maybe the > question should be discussed on current@freebsd.org. I am seeing this on 11.0-BETA3/4. bge0@pci0:3:0:0: class=3D0x020000 card=3D0x168614e4 = chip=3D0x168614e4 rev=3D0x01 hdr=3D0x00 vendor =3D 'Broadcom Corporation' device =3D 'NetXtreme BCM57766 Gigabit Ethernet PCIe' class =3D network subclass =3D ethernet bar [10] =3D type Prefetchable Memory, range 64, base 0xa0700000, = size 65536, enabled bar [18] =3D type Prefetchable Memory, range 64, base 0xa0710000, = size 65536, enabled It does not occur on another machine with: bge0@pci0:2:0:0: class=3D0x020000 card=3D0x16b414e4 = chip=3D0x16b414e4 rev=3D0x10 hdr=3D0x00 vendor =3D 'Broadcom Corporation' device =3D 'NetXtreme BCM57765 Gigabit Ethernet PCIe' class =3D network subclass =3D ethernet bar [10] =3D type Prefetchable Memory, range 64, base 0x90400000, = size 65536, enabled bar [18] =3D type Prefetchable Memory, range 64, base 0x90410000, = size 65536, enabled