From owner-freebsd-stable@FreeBSD.ORG Thu Jun 19 17:23:57 2014 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20C2B147 for ; Thu, 19 Jun 2014 17:23:57 +0000 (UTC) Received: from mxout014.mail.hostpoint.ch (mxout014.mail.hostpoint.ch [IPv6:2a00:d70:0:e::314]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id CFFFE2711 for ; Thu, 19 Jun 2014 17:23:56 +0000 (UTC) Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) by mxout014.mail.hostpoint.ch with esmtp (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wxg41-0007t4-Ft; Thu, 19 Jun 2014 19:23:53 +0200 Received: from [82.136.95.119] (helo=atlantis.intranet) by asmtp012.mail.hostpoint.ch with esmtpa (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Wxg41-0008H9-DC; Thu, 19 Jun 2014 19:23:53 +0200 Received: from [10.0.0.19] (vimur.intranet [10.0.0.254]) by atlantis.intranet (Postfix) with ESMTPSA id 0894F2F3D; Thu, 19 Jun 2014 19:23:53 +0200 (CEST) X-Authenticated-Sender-Id: mail@maxlor.com Message-ID: <53A31CA8.3080708@maxlor.com> Date: Thu, 19 Jun 2014 19:23:52 +0200 From: Benjamin Lutz User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Michael Moll Subject: Re: re(4) on Realtek 8111G in Shuttle DS437 not working References: <3a9fc5056ecfe9d78d0b80be929b4c54@maxlor.mine.nu> <20140619123631.GA19231@darkthrone.kvedulv.de> In-Reply-To: <20140619123631.GA19231@darkthrone.kvedulv.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 17:23:57 -0000 On 2014-06-19 14:36, Michael Moll wrote: > Hi, > > On Thu, Jun 19, 2014 at 12:00:16PM +0200, Benjamin Lutz wrote: >> I bought a Shuttle DS437 (cheap small industrial barebone), it has two >> Realtek 8111G network interfaces onboard. While support for that NIC > >> I'm running FreeBSD 10.0-RELEASE-p5 amd64, GENERIC kernel. > > Try r262391. Thanks Michael, with those changes, the NIC works. Cheers, Benjamin