From owner-freebsd-stable@FreeBSD.ORG Wed Apr 11 11:39:32 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 396D916A403 for ; Wed, 11 Apr 2007 11:39:32 +0000 (UTC) (envelope-from marsgmiro@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.236]) by mx1.freebsd.org (Postfix) with ESMTP id DEAFD13C487 for ; Wed, 11 Apr 2007 11:39:31 +0000 (UTC) (envelope-from marsgmiro@gmail.com) Received: by nz-out-0506.google.com with SMTP id r28so104735nza for ; Wed, 11 Apr 2007 04:39:31 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=ZKVWJO9IGbZVbbcTE1L43VsmRyx3SeFL0NW/SzxjrUHQ1djQcQOZXm24tLGRZ8VXDXbn+Lma+B2G8wNwRCPZ6y5EKdAfxWy9e0qwt7/TBhvbGcmr4DunQqYFLpzNgMHCI9ZkuFEIwIBWOHppNfK3vEBmWNQzVp2HOeLvkQMjH2I= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=H5cYJuxRhNLJ6p7gOv2QqeyP7nM7h76uWHbmGOjw6OSealskQWq5OXZoUF3FPSmFB57PkN0uIKvnpLy75VSyv+mYGxkJ+WHVozFWOcpAnL6g3brforsUIQZd9+VGpohVAK1k1bUyNYnxoRZeHFsbRWGsdav2CoVQfaTKGyttohA= Received: by 10.114.169.2 with SMTP id r2mr229336wae.1176291570956; Wed, 11 Apr 2007 04:39:30 -0700 (PDT) Received: by 10.114.59.3 with HTTP; Wed, 11 Apr 2007 04:39:30 -0700 (PDT) Message-ID: <28edec3c0704110439g4c23be69k8c5fda7fb6f75f0f@mail.gmail.com> Date: Wed, 11 Apr 2007 19:39:30 +0800 From: "Mars G. Miro" To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: ixgb no go 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, 11 Apr 2007 11:39:32 -0000 Greetz! I happen to have ixgb hardware. Using the driver in FreeBSD 6.2/amd64 as well as the one at: http://downloadfinder.intel.com/scripts-df-external/Detail_Desc.aspx?agr=Y&Inst=Yes&ProductID=2245&DwnldID=10958&strOSs=All&OSFullName=All%20Operating%20Systems&lang=eng just gives me: ixgb0: flags=8843 mtu 1500 options=1b ether 00:03:ba:31:8d:15 media: Ethernet autoselect status: no carrier ^^^^^^^^^^^^^ # pciconf -lv ... ixgb0@pci2:1:0: class=0x020000 card=0x7036108e chip=0x10488086 rev=0x02 hdr=0x00 vendor = 'Intel Corporation' device = '82597EX 10 Gigabit Ethernet Controller' class = network subclass = ethernet ... # dmesg ... ixgb0: port 0xac00-0xac1f mem 0xfc4f8000-0xfc4fffff irq 28 at device 1.0 on pci2 ixgb0: Copyright (c) 2001-2006 Intel Corporation. ixgb0: Ethernet address: 00:03:ba:31:8d:15 ... This is on a SunFire x4100 connected end-to-end on another x4100. Solaris10 on both the same hardware (connected end-to-end) works. Am i left in the cold? :-( Thanks. cheers mars