Date: Fri, 10 Jul 2009 18:53:35 -0400 From: Michael Powell <nightrecon@verizon.net> To: freebsd-questions@freebsd.org Subject: Re: question about a driver - Gigabit - HP NC362i Message-ID: <h38glt$aqk$1@ger.gmane.org> References: <4A578981.1020701@fccn.pt> <20090710194353.GA43852@owl.midgard.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?h38glt$aqk$1>