From owner-freebsd-questions@FreeBSD.ORG Fri Jan 22 04:30:28 2010 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 D3674106566C for ; Fri, 22 Jan 2010 04:30:28 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 856088FC1C for ; Fri, 22 Jan 2010 04:30:27 +0000 (UTC) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 21 Jan 2010 23:30:26 -0500 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.10.7-GA) with ESMTP id LJH63785; Thu, 21 Jan 2010 23:29:26 -0500 (EST) Received: from 209-6-91-204.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.91.204]) by smtp01.lnh.mail.rcn.net with ESMTP; 21 Jan 2010 23:29:27 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19289.10662.584411.704025@jerusalem.litteratus.org> Date: Thu, 21 Jan 2010 23:29:26 -0500 To: freebsd-questions@freebsd.org In-Reply-To: <4B590731.1000307@gmail.com> References: <20100121112757.A11858@starfire.mn.org> <9F075D36-72FF-4B40-B9AD-918808369D3D@mac.com> <19288.40452.585100.493173@jerusalem.litteratus.org> <4B590731.1000307@gmail.com> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: Recommendations for NICs? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jan 2010 04:30:28 -0000 C. C. Tang writes: > > Let me add my vote for Intel: I have a dual-port Pro/1000, and > > the thing is a rock: > > I am planning to get a Pro/1000 MT dual port card, do you know > that will it works well in 32bit PCI slot on FreeBSD? I have one of these: Pro/1000 GT Dual Port Gigabit Ethernet Controller (82546EB) It has worked perfectly, with one tertiary exception that happened due to a (non-FreeBSD related) driver change: for some reason, DHCP tries to send packets before the driver decides it's ready to accept them. This causes a 30-60 second delay during startup, but afterwards everything is fine. Robert Huff