From owner-freebsd-questions@FreeBSD.ORG Wed Aug 14 01:44:58 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 8922C55F for ; Wed, 14 Aug 2013 01:44:58 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-ob0-x230.google.com (mail-ob0-x230.google.com [IPv6:2607:f8b0:4003:c01::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 52DD924B2 for ; Wed, 14 Aug 2013 01:44:58 +0000 (UTC) Received: by mail-ob0-f176.google.com with SMTP id uz19so11144397obc.21 for ; Tue, 13 Aug 2013 18:44:57 -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=xngXOfHab4T6Jo0Hm8iDLXQ2sYgidh4gy/CoZ/KTXUU=; b=AYeVOEbAbPI9kbHUQsgLyXkETv6iOpc/XzDvoZ/c3takYh+a9X3eNLteIJhjoVw/eI K0ozzB4Dva9N88YEu+znqAVLMw69Zv3A+1QEI+y/MCkq+qrgl5KZOEx5cv43ATUC1rx+ x6XpiI+fP4iqfJCdk7Z79ohFqCYegJILpUpuUyPJjKh475iPM/zQk8qMJ0WDPIgGIdRl rmuFyvn6jHnvc05OZpBW/RHFFK2Qd4BN8G1iOHkctHy50CN+jSmIa5us6Q365tk94zEN d2P3KgyUvj7Nt372SQCe6s7MsKSJ/t7WMUTudFuMcT9md8PxNVFexLcQ80eOXDsuENOj mdvw== X-Received: by 10.182.128.42 with SMTP id nl10mr12235589obb.41.1376444697656; Tue, 13 Aug 2013 18:44:57 -0700 (PDT) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id n2sm43050906obo.6.2013.08.13.18.44.55 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 13 Aug 2013 18:44:56 -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: Tue, 13 Aug 2013 18:44:54 -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: Wed, 14 Aug 2013 01:44:58 -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. > So it seems like it is as much out of beta as any other driver. :-) Well, how would I compile it?:) I can the dir in my 9.2RC1 install. - aurf=