From owner-freebsd-stable@FreeBSD.ORG Wed Sep 27 06:00:25 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5136516A403 for ; Wed, 27 Sep 2006 06:00:25 +0000 (UTC) (envelope-from martin@gneto.com) Received: from mxfep03.bredband.com (mxfep03.bredband.com [195.54.107.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3AE8343D46 for ; Wed, 27 Sep 2006 06:00:23 +0000 (GMT) (envelope-from martin@gneto.com) Received: from ironport.bredband.com ([195.54.107.82] [195.54.107.82]) by mxfep03.bredband.com with ESMTP id <20060927060022.KZOH14075.mxfep03.bredband.com@ironport.bredband.com> for ; Wed, 27 Sep 2006 08:00:22 +0200 Received: from ua-83-227-181-30.cust.bredbandsbolaget.se ([83.227.181.30]) by ironport.bredband.com with ESMTP; 27 Sep 2006 08:00:21 +0200 Received: from [192.168.10.11] (euklides.gneto.com [192.168.10.11]) by ua-83-227-181-30.cust.bredbandsbolaget.se (Postfix) with ESMTP id 1161167922 for ; Wed, 27 Sep 2006 08:00:21 +0200 (CEST) Message-ID: <451A1375.5080202@gneto.com> Date: Wed, 27 Sep 2006 08:00:21 +0200 From: Martin Nilsson User-Agent: Thunderbird 1.5.0.7 (X11/20060915) MIME-Version: 1.0 To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: 6.2 SHOWSTOPPER - em completely unusable on 6.2 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, 27 Sep 2006 06:00:25 -0000 mailbox# uname -a FreeBSD mailbox 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Fri Sep 22 00:31:29 CEST 2006 root@mailbox:/usr/obj-local/usr/src/sys/SMP amd64 I get tons of these: em0: watchdog timeout -- resetting em0: link state changed to DOWN em0: link state changed to UP mailbox# pciconf -lv em0@pci13:0:0: class=0x020000 card=0x108c15d9 chip=0x108c8086 rev=0x03 hdr=0x00 vendor = 'Intel Corporation' device = 'PRO/1000 PM' class = network subclass = ethernet em1@pci14:0:0: class=0x020000 card=0x109a15d9 chip=0x109a8086 rev=0x00 hdr=0x00 vendor = 'Intel Corporation' class = network subclass = ethernet em0: flags=8843 mtu 1500 options=b inet6 fe80::230:48ff:fe89:c958%em0 prefixlen 64 scopeid 0x1 inet 192.168.10.2 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:30:48:89:c9:58 media: Ethernet autoselect (1000baseTX ) status: active Motherboard is a Supermicro PDSMi+ I have only seen them on em0. Yesterday I tried sysutils/cpuburn on similar boxes that are netbooted with NFS mounted drives and everytime I loaded the two CPU cores the network went down. I have not tested with other NIC:s so I don't know if the bug is in the em driver or somewhere else in the kernel. I will update my 6.2 now and see if it works better. I will also test with a bge PCIe adapter if the problem persists. Regards, Martin