From owner-freebsd-questions@FreeBSD.ORG Fri Jul 10 22:51:56 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D18E8106567D for ; Fri, 10 Jul 2009 22:51:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id 8B0618FC23 for ; Fri, 10 Jul 2009 22:51:56 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1MPOwc-0006tV-Rj for freebsd-questions@freebsd.org; Fri, 10 Jul 2009 22:51:54 +0000 Received: from pool-70-21-19-114.res.east.verizon.net ([70.21.19.114]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jul 2009 22:51:54 +0000 Received: from nightrecon by pool-70-21-19-114.res.east.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 10 Jul 2009 22:51:54 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Michael Powell Followup-To: gmane.os.freebsd.questions Date: Fri, 10 Jul 2009 18:53:35 -0400 Lines: 29 Message-ID: References: <4A578981.1020701@fccn.pt> <20090710194353.GA43852@owl.midgard.homeip.net> Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8Bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: pool-70-21-19-114.res.east.verizon.net Sender: news Subject: Re: question about a driver - Gigabit - HP NC362i X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: nightrecon@verizon.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Jul 2009 22:51:57 -0000 Erik Trulsson wrote: > On Fri, Jul 10, 2009 at 07:33:37PM +0100, Joćo Pagaime wrote: >> hello all >> >> any chance of the following NIC working with >> the latests freeBSD release: >> >> Embedded HP NC362i Integrated Dual Port Gigabit Server Adaptor >> >> FreeBSD's hardware release notes dont look very promising > > Looks like a quite good chance of it working. > That controller is apparently based around Intel's 82576 controller chip, > which should be supported by the igb(4) driver. > And found in if_igb.c: { 0x8086, E1000_DEV_ID_82576, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82576_FIBER, PCI_ANY_ID, PCI_ANY_ID, 0}, { 0x8086, E1000_DEV_ID_82576_SERDES, PCI_ANY_ID, PCI_ANY_ID, 0}, So it might work. And if it doesn't because of some minor problem it might be fairly straightforward to get it going as Intel has a driver developer who is plugged into the community. -Mike