From owner-freebsd-stable@FreeBSD.ORG Fri Jan 24 00:05:39 2014 Return-Path: Delivered-To: freebsd-stable@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 ESMTPS id B8ABF290; Fri, 24 Jan 2014 00:05:39 +0000 (UTC) Received: from luigi.brtsvcs.net (luigi.brtsvcs.net [204.109.60.246]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 952611C85; Fri, 24 Jan 2014 00:05:39 +0000 (UTC) Received: from chombo.houseloki.net (unknown [IPv6:2601:7:880:bd0:21c:c0ff:fe7f:96ee]) by luigi.brtsvcs.net (Postfix) with ESMTPSA id 2D4282D4FAE; Thu, 23 Jan 2014 16:05:38 -0800 (PST) Received: from [IPv6:2601:7:880:bd0:b40d:eb14:4f81:f42f] (unknown [IPv6:2601:7:880:bd0:b40d:eb14:4f81:f42f]) by chombo.houseloki.net (Postfix) with ESMTPSA id 8D86A374; Thu, 23 Jan 2014 16:05:36 -0800 (PST) Message-ID: <52E1AE57.5070503@bluerosetech.com> Date: Thu, 23 Jan 2014 16:05:43 -0800 From: Darren Pilgrim User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-stable , freebsd-net Subject: Re: Supermicro A1SRi-2758F, no NICs detected References: <52E1A60D.3080002@bluerosetech.com> In-Reply-To: <52E1A60D.3080002@bluerosetech.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 00:05:39 -0000 On 1/23/2014 3:30 PM, Darren Pilgrim wrote: > I just got a Supermicro A1SRi-2758F mainboard (Atom C2758 CPU). It > boots FreeBSD 9.2 amd64 just fine, but the kernel doesn't attach a > driver to any of the four ethernet devices. The pciconf -lv output > looks like: > > none3@pci0:0:20:0: class=0x020000 card=0x1f4115d9 chip=0x1f418086 > rev=0x03 hdr=0x00 > vendor = 'Intel Corporation' > class = network > subclass = ethernet > > The other three differ only by PCI selector: pci0:0:20:1, pci0:0:20:2, > and pci0:0:20:3. > > These are the SoC gigabit controllers on the C2758, which I believe > makes them i354's. Some rummaging about in forums tells me support for > these might be in FreeBSD 10? Is that the case? If so, will it be > backported to 9? Of course, right after I send the above, I noticed the 10.0-R announcement. Loaded up a memstick and 10.0 attached igb to them, so it's install 10.0 as I type this. I'm a little uneasy doing .0 release on brand-new hardware, but we'll see! I would still like to know if there are plans to backport the i354/C2000 SoC gigabit support in igb to 9.x?