From owner-freebsd-current@FreeBSD.ORG Wed Jul 5 15:55:19 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3817F16A4DF for ; Wed, 5 Jul 2006 15:55:19 +0000 (UTC) (envelope-from jfvogel@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.178]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27C2843D80 for ; Wed, 5 Jul 2006 15:54:51 +0000 (GMT) (envelope-from jfvogel@gmail.com) Received: by py-out-1112.google.com with SMTP id b36so2099785pyb for ; Wed, 05 Jul 2006 08:54:51 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tVnwTsVd6pJI9QVqOrw/CHE6qQBh3FyJT/euSM/zoCEMW4Edo9/2CG7vCKSFtWM+exvjddThcH7fk2fWmRTXOJxESInCsXPa1A61ST/Hz1aN2p2gjvT6jGKe2TNOZaYf7m/lxSmuE/D19tCfQ9AiO1d6DnOYG2mV5ovuo2l5UvI= Received: by 10.35.37.18 with SMTP id p18mr3393815pyj; Wed, 05 Jul 2006 08:54:51 -0700 (PDT) Received: by 10.35.105.15 with HTTP; Wed, 5 Jul 2006 08:54:51 -0700 (PDT) Message-ID: <2a41acea0607050854x7825b204k6f199dd2e9584208@mail.gmail.com> Date: Wed, 5 Jul 2006 08:54:51 -0700 From: "Jack Vogel" To: "Martin Nilsson" In-Reply-To: <44AAA5B5.2020407@gneto.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <44AAA5B5.2020407@gneto.com> Cc: freebsd-current@freebsd.org Subject: Re: New em PCI-id X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 15:55:19 -0000 On 7/4/06, Martin Nilsson wrote: > I got the new version of intels quad port PCI-X Gbit adapter. > It is not detected by 6-STABLE: > > FreeBSD 6.1-STABLE #0: Fri Jun 30 18:45:32 CEST 2006 > > pcib3: at device 1.0 on pci2 > pci3: on pcib3 > pci3: at device 4.0 (no driver attached) > pci3: at device 4.1 (no driver attached) > pci3: at device 6.0 (no driver attached) > pci3: at device 6.1 (no driver attached) > > Intel(r) PRO/1000 GT Quad Port Server Adapter > http://www.intel.com/network/connectivity/products/pro1000gt_quadport_server_adapter.htm > The chip is called NH82546GB (This is the new RoHS compatible model) > > pciconf -lv give four of these: > > none2@pci3:4:0: class=0x020000 card=0x11998086 chip=0x10b58086 rev=0x03 > hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > Can someone familiar with the em driver please add the new id. Yes, there are a number of newer cards not yet in Stable. Once I have the ability to commit changes this should be remedied, but meanwhile you can use MY driver which is on the Intel website. Go to downloads area, network connectivity, then select server adapters, at that point almost any adapter will do, you will then get an OS select menu, find FreeBSD, and then you will see version 6.0.5, download that. That driver will work with either 6.0 or 6.1, and it supports all our PCI Express adapters including the new ones . I hope to integrate the changes in our driver into STABLE before 6.2. Jack