From owner-freebsd-net@FreeBSD.ORG Mon Nov 15 21:58:48 2010 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 566A01065672 for ; Mon, 15 Nov 2010 21:58:48 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id CE7948FC13 for ; Mon, 15 Nov 2010 21:58:47 +0000 (UTC) Received: by ewy3 with SMTP id 3so1753971ewy.13 for ; Mon, 15 Nov 2010 13:58:46 -0800 (PST) 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=h/VrxzxXU4c95u2cbb+einihQdqIFHFW6xEUm1LkGek=; b=lrfTjJnmLc3i/RQF1uJNJy1TBCAUVi9xbzxZxOjuslNvV80ZAJYcD/VwGJ4ob9EGnR Ej4ZevZEjmdHSSRuLeDZgeuAcwGm/0OdSRQq5zqTUCgzKHE5WZSHVfhWRcgltkohtWqj hIxZloTDfmL2UzPPCIL8upsBhHwVLaO4f4FgQ= 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=U2vsip/SugIyU+LPlWXmd8XeoY/qRXFvKMVTP4kHRqf0GhlPkT1Ts62YvGaPg2gXr+ tCjImDuh2B+Agugu0gkHr512gL3+pNSTSQFVrlf3p4zdg2MCqopZGuDXZkkshhLGARQ0 66ejaoRMRzPIx+HX197iHsSf8XvyV38itlVg8= MIME-Version: 1.0 Received: by 10.216.3.3 with SMTP id 3mr7250907weg.57.1289858325499; Mon, 15 Nov 2010 13:58:45 -0800 (PST) Received: by 10.216.2.206 with HTTP; Mon, 15 Nov 2010 13:58:45 -0800 (PST) In-Reply-To: <4CE1A9F1.8050400@greatbaysoftware.com> References: <4CDDBAC6.6080500@greatbaysoftware.com> <4CE1913D.7010207@greatbaysoftware.com> <4CE1A9F1.8050400@greatbaysoftware.com> Date: Mon, 15 Nov 2010 13:58:45 -0800 Message-ID: From: Jack Vogel To: Charles Owens Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-net@freebsd.org Subject: Re: em(4): 4-port Intel Pro/1000 PF card not detected 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: Mon, 15 Nov 2010 21:58:48 -0000 Well, if the system doesnt show the hardware in a PCI scan there isn't much my driver can do :) The last line in your log says 'eth0', what's that about? You could try booting 8.1 64 bit, you can also send me all the details about the board, just to make sure I can get the exact one and then I'll try it here. This is quad port fiber, right? I was thinking this was PCI ID 0x1527, 82580 adapter. The support is in HEAD now. Regards, Jack On Mon, Nov 15, 2010 at 1:45 PM, Charles Owens wrote: > Jack, I'm afraid that with the card _not_ installed we get identical > pciconf output. We're running 32 bit simply because that's where we got > rolling with our product, and have not yet made the call to invest in the > effort required to make the jump to 64. Do you think that our being at 32 > bit could be a factor here? > > So far the same card model has been tested on several of these server > appliances, so I doubt it's a bad-slot situation. > > In case it's helpful, I've attached a boot log. Anything else that I can > provide that might help? > > Thank you, > Charles > > > > On 11/15/10 3:23 PM, Jack Vogel wrote: > >> UH, did you do that with the adapter in the system?? I do not see the ID I >> expected >> to see. Some reason you're running 32 bit?? >> >> Can you run the pciconf with the adapter in and out, compare and tell me >> what its >> ID is? All the unidentified devices I see are in the 0x3XXX range and >> those >> are not >> network devices. >> >> Maybe its a bad slot? >> >> Jack >> >> >> On Mon, Nov 15, 2010 at 11:59 AM, Charles Owens< >> cowens@greatbaysoftware.com >> >>> wrote: >>> Great... thanks! Please see attached. BTW, the system is running >>> 8.0-RELEASE-p2 i386 (PAE). >>> >>> >>> Charles >>> >>> >>> >>> On 11/13/10 2:24 AM, Jack Vogel wrote: >>> >>> pciconf -l please, I'll betcha these are the new quad ports that are in >>> my >>> next igb driver >>> update, it would have gone in already but I've been fighting a bug in the >>> header split >>> code. >>> >>> Show me what the output looks like, and I'll get ya fixed up, dont worry >>> :) >>> >>> Jack >>> >>> >>> On Fri, Nov 12, 2010 at 2:08 PM, Charles Owens< >>> cowens@greatbaysoftware.com> wrote: >>> >>> Hello, >>>> >>>> We're trying to work with newly purcharsed Intel EXPi9404PF NICs ("Intel >>>> PRO/1000 PF Quad Port Server Adapter") but they do not seem to be >>>> detected >>>> (no ports showing with 'ifconfig -l'). We're having no problems with >>>> the >>>> 2-port version of the same card -- is there a known issue with the >>>> 4-port >>>> version? >>>> >>>> We've tried three different cards of this model, all with same result. >>>> Thanks in advance for any help. >>>> >>>> Charles >>>> >>>> -- >>>> Charles Owens >>>> Great Bay Software, Inc. >>>> >>>> >>>> >>>> _______________________________________________ >>>> 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" >>>> >>>> >>> _______________________________________________ >> 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" >> >> >>