From owner-freebsd-questions@FreeBSD.ORG Mon Aug 12 18:17:01 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 18B07725 for ; Mon, 12 Aug 2013 18:17:01 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-pd0-x234.google.com (mail-pd0-x234.google.com [IPv6:2607:f8b0:400e:c02::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E355F21E8 for ; Mon, 12 Aug 2013 18:17:00 +0000 (UTC) Received: by mail-pd0-f180.google.com with SMTP id y10so3747645pdj.25 for ; Mon, 12 Aug 2013 11:17:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=otDQLvv+KbtwohWlvuIWrxjGXK3bDI/0BldjsGM9mvE=; b=RMmkko0SjCyfrhftffxl9m5WBcylDM/Jx0Rr3sLZGoDH1FuohHruzWKa6GuMQFfyIl q72wPFeycpF1hU6k0Vt66t7JhvkZ+OGNyyHTMRqMyXWDjePf9R2lGe/0+xQZjWzs3qiE 3hXk+X+xFXcmukM0XgLhrgD9SEkVKZVM2P2Lo/5wIxm1EiAPTldg6yeekZtEWv4MJ3Me k6ideCjY5hfE6t5/WqrrOf3Fg2LBfaBd/hGIW9+d7x1rNnizcM+AmSCjnRL7Yi93Zc72 kF0RsxdHDIHft9+GXbXTXcZA/2n10eLZmxRYjH0kCpPpIVr4jec+F8wvXuTZMjcYRjc8 610g== X-Received: by 10.68.163.131 with SMTP id yi3mr353370pbb.55.1376331420644; Mon, 12 Aug 2013 11:17:00 -0700 (PDT) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id qf7sm41480686pac.14.2013.08.12.11.16.58 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 12 Aug 2013 11:16:59 -0700 (PDT) Subject: Re: SolarFlare 10GB card Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: aurfalien In-Reply-To: <20130812181253.GB73045@slackbox.erewhon.net> Date: Mon, 12 Aug 2013 11:16:56 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: References: <82661969-647C-4064-BB7A-76293C655CDC@gmail.com> <20130812181253.GB73045@slackbox.erewhon.net> To: Roland Smith X-Mailer: Apple Mail (2.1085) Cc: "freebsd-questions@freebsd.org questions" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Aug 2013 18:17:01 -0000 On Aug 12, 2013, at 11:12 AM, Roland Smith wrote: > On Mon, Aug 12, 2013 at 10:47:27AM -0700, aurfalien wrote: >> Hi all, >>=20 >> We've a brand spanking new SolarFlare 10GB nic for use with our beast = of a server. >>=20 >> However the vendor support page says the driver is in beta. >=20 > If you look in the download[1], you'll see that the driver is named = sfxge. It > was released in November 2011. This driver is already present in = FreeBSD 9.1, > look at the source in /usr/src/sys/dev/sfxge. Ahh, thanks man. Didn't even think to look there. > So it seems like it is as much out of beta as any other driver. :-) Yea, I concur :) - aurf=