From owner-freebsd-net@FreeBSD.ORG Sun Jan 20 20:26:06 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 53B8B16A41A for ; Sun, 20 Jan 2008 20:26:06 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.179]) by mx1.freebsd.org (Postfix) with ESMTP id 381AE13C45D for ; Sun, 20 Jan 2008 20:26:06 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so3255557waf.3 for ; Sun, 20 Jan 2008 12:26:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=pA3xpeKQKH4/brGIZxGr1n7BieB1NTqS/n+bcZiLo0o=; b=mlqHttl+K/HRfC27BcWbtIuNOMPZK7LF646znwjP4eT+T+uBU0q0JfYyy4uhzWtXbRBN21WsALvfFR8ARhFlW/SjUcFRBLg+Te/uvUZdKYeo8HGZXo7TYnow8O00neQ5lVr2xw8Syidv76plHGdJVBosFqvk77+aWXXB7s3JagE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=jZvQ3ejFU8SijBGmgI8u+sHVJXOIDFETTf8QuZjVUugewvc6vHFC0yxuBHtCS+UYqLAXLv/cw+BFKP6YsGjvmuDJ6tkglwIjnzKppvCLnvN9cX5RqRKq4wlq5bl4ViRecZ+g9w1HXzSBikqH/DA89ys5Ry2mmCdahdFIzq5q6Lw= Received: by 10.114.27.20 with SMTP id a20mr4335472waa.101.1200860765950; Sun, 20 Jan 2008 12:26:05 -0800 (PST) Received: by 10.114.39.18 with HTTP; Sun, 20 Jan 2008 12:26:05 -0800 (PST) Message-ID: <2a41acea0801201226t3f7eb2d0qfd12102d1d480529@mail.gmail.com> Date: Sun, 20 Jan 2008 12:26:05 -0800 From: "Jack Vogel" To: "Andrew Snow" In-Reply-To: <4793072F.9030909@modulus.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4793072F.9030909@modulus.org> Cc: freebsd-net@freebsd.org Subject: Re: 7.0-RC1 onboard em1 intel pro1000 vanishing occasionally X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 20:26:06 -0000 Hi Andrew, Someone else has already reported this to me and in fact he is testing a shared code fix to see if it resolves it. I will be updating the driver if it does. Jack On Jan 20, 2008 12:32 AM, Andrew Snow wrote: > > Hi, > > I have a recent Supermicro board (Super X7DWT > Intel 5400 chipset) with two onboard NICs - Intel (ESB2/Gilgal) 82563EB > Dual-Port Gigabit Ethernet Controller > > > > Usually boot up looks like this: > > em0: port > 0x3000-0x301f mem 0xda020000-0xda03ffff,0xda000000-0xda01ffff irq 44 at > device 0.0 on pci5 > em0: Using MSI interrupt > em0: Ethernet address: 00:30:48:7e:20:e0 > em0: [FILTER] > em1: port > 0x3020-0x303f mem 0xda060000-0xda07ffff,0xda040000-0xda05ffff irq 40 at > device 0.1 on pci5 > em1: Using MSI interrupt > em1: Ethernet address: 00:30:48:7e:20:e1 > em1: [FILTER] > > Sometimes when I reboot this happens: > > em0: port > 0x3000-0x301f mem 0xda020000-0xda03ffff,0xda000000-0xda01ffff irq 44 at > device 0.0 on pci5 > em0: Using MSI interrupt > em0: Ethernet address: 00:30:48:7e:20:e0 > em0: [FILTER] > em1: port > 0x3020-0x303f mem 0xda060000-0xda07ffff,0xda040000-0xda05ffff irq 40 at > device 0.1 on pci5 > em1: Using MSI interrupt > em1: Setup of Shared code failed > device_attach: em1 attach returned 6 > > And em1 does not exist after that. Power cycling the machine seems to > fix it for the next boot. > > > Any suggestions? > > > Regards, > > - Andrew > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >