From owner-freebsd-questions@FreeBSD.ORG Wed Aug 14 19:31:44 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 25DF6922; Wed, 14 Aug 2013 19:31:44 +0000 (UTC) (envelope-from aurfalien@gmail.com) Received: from mail-pd0-x22c.google.com (mail-pd0-x22c.google.com [IPv6:2607:f8b0:400e:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB6B22111; Wed, 14 Aug 2013 19:31:43 +0000 (UTC) Received: by mail-pd0-f172.google.com with SMTP id z10so6848112pdj.3 for ; Wed, 14 Aug 2013 12:31:43 -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=YNbeZSZgQXhDowzyH2YfMTfg87IdM/SGTDRsqUKlDXQ=; b=UbJrzRj75yNzlQhXjrolIGkIL0S0MbkjA1bbEECJDyzn/kexNYohp5TSBB75aZcgfJ wMDJVbQgT8LDM6QSDxF+QaYKnULCGuRO8Ef4slnj++jU5Yn12g7KRNL6l7mMqbw28YdB 1eipsCrnDD3LdinKPMlzJTuG/me0MgOoOgdoR3HZXD+WEEbIAM32WwBsxOG42uBHdPZd FSeY7d9/gQAbvciQNN178PaN7CfnDYFpW+T2OL/Gy8MbUUCUFLmPhUzLia92cIv4lV2O ebCAwPIyyfr56fRhzfvJ3M6StJ7h520uxkZofywtmXDJnoOrFZ9bmbJcmaq5maNVc7RX r6Hw== X-Received: by 10.68.166.229 with SMTP id zj5mr11571178pbb.91.1376508703675; Wed, 14 Aug 2013 12:31:43 -0700 (PDT) Received: from briankrusicw.logan.tv ([64.17.255.138]) by mx.google.com with ESMTPSA id wr9sm52148610pbc.7.2013.08.14.12.31.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 14 Aug 2013 12:31:42 -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: <20130814142009.1684d1db@tech304.office.supranet.net> Date: Wed, 14 Aug 2013 12:31:40 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <5D2645AB-44FE-4360-A19A-F48F850160DF@gmail.com> References: <82661969-647C-4064-BB7A-76293C655CDC@gmail.com> <1376484582.17688.9703091.6075DC96@webmail.messagingengine.com> <2B210667-47FA-4FB7-AAF6-DBD45FC2758B@gmail.com> <20130814133403.18a832b7@tech304.office.supranet.net> <20130814135617.62c840de@tech304.office.supranet.net> <9A1986CB-9EF0-4F4B-9B79-616332CD1FD5@gmail.com> <20130814142009.1684d1db@tech304.office.supranet.net> To: Mark Felder X-Mailer: Apple Mail (2.1085) Cc: freebsd-questions@freebsd.org 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 19:31:44 -0000 On Aug 14, 2013, at 12:20 PM, Mark Felder wrote: > On Wed, 14 Aug 2013 12:05:56 -0700 > aurfalien wrote: >=20 >>=20 >> Well my fine feathered friend, thats my dilemma. >>=20 >> I do not see the SolarFlare via ifconfig. >>=20 >> Now pciconf -l shows much stuff, even my built in 1Gb nics but not my = 10Gb Solars. >>=20 >> I'm sure one of the many PCI devices is listed, but not as a = SlarFlare, but some generic device. >>=20 >> Any guidance? >>=20 >> - aurf >>=20 >>=20 >=20 > Just logged into the only Solarflare box I have access to -- >=20 > /boot/loader.conf has >=20 > sfxge_load=3D"YES" >=20 >=20 > So on a running system you'll have to >=20 > # kldload sfxge >=20 > And my pciconf -l has these entries: >=20 >> sfxge0@pci0:6:0:0: class=3D0x020000 card=3D0x71041924 = chip=3D0x08131924 rev=3D0x00 hdr=3D0x00 >> sfxge1@pci0:6:0:1: class=3D0x020000 card=3D0x71041924 = chip=3D0x08131924 rev=3D0x00 hdr=3D0x00 Bingo! Still getting used to loader.conf, thanks man! - aurf=