From owner-freebsd-current@FreeBSD.ORG Sun Sep 15 16:02:42 2013 Return-Path: Delivered-To: freebsd-current@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 326B531C for ; Sun, 15 Sep 2013 16:02:42 +0000 (UTC) (envelope-from scottl@samsco.org) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB8D428C2 for ; Sun, 15 Sep 2013 16:02:41 +0000 (UTC) Received: from [127.0.0.1] (Scott4long@pooker.samsco.org [168.103.85.57]) (authenticated bits=0) by pooker.samsco.org (8.14.5/8.14.5) with ESMTP id r8FG2bme031580; Sun, 15 Sep 2013 10:02:38 -0600 (MDT) (envelope-from scottl@samsco.org) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Shuttle DS47 - Realtek RT 8111G From: Scott Long In-Reply-To: <44DCAE2D-4F8C-4395-B072-5378669B6685@bluewin.ch> Date: Sun, 15 Sep 2013 10:02:37 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: <52C9C52B-F507-43B9-9F6E-0FAD8CF8D03B@samsco.org> References: <2F1C253C-BA52-4B5F-8DA9-0C15D46054A4@bluewin.ch> <206B1EDA-567F-4E58-AB71-AB91C4B8484B@samsco.org> <44DCAE2D-4F8C-4395-B072-5378669B6685@bluewin.ch> To: Thomas Guldener X-Mailer: Apple Mail (2.1510) Cc: freebsd-current@freebsd.org X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Sep 2013 16:02:42 -0000 Hi Thomas, I recommend getting ahold of the pfsense guys with this question. Scott On Sep 15, 2013, at 2:35 AM, Thomas Guldener = wrote: > Is it also possible to get a working kernel in FreeBSD 8.3 for PFSense = support? >=20 > g. > Thomas >=20 >=20 > On 15 Sep 2013, at 04:47, Scott Long wrote: >=20 >> Index: sys/dev/re/if_re.c >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- sys/dev/re/if_re.c (revision 255582) >> +++ sys/dev/re/if_re.c (working copy) >> @@ -234,6 +234,10 @@ >> { RL_HWREV_8168E_VL, RL_8169, "8168E/8111E-VL", = RL_JUMBO_MTU_6K}, >> { RL_HWREV_8168F, RL_8169, "8168F/8111F", RL_JUMBO_MTU_9K}, >> { RL_HWREV_8411, RL_8169, "8411", RL_JUMBO_MTU_9K}, >> + { RL_HWREV_8168_0, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K}, >> + { RL_HWREV_8168_1, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K}, >> + { RL_HWREV_8168_2, RL_8169, "8168G/8111G", RL_JUMBO_MTU_9K}, >> + { RL_HWREV_8168_4, RL_8169, "8411", RL_JUMBO_MTU_9K}, >> { 0, 0, NULL, 0 } >> }; >>=20 >> @@ -1457,6 +1461,10 @@ >> case RL_HWREV_8168E_VL: >> case RL_HWREV_8168F: >> case RL_HWREV_8411: >> + case RL_HWREV_8168G_0: >> + case RL_HWREV_8168G_1: >> + case RL_HWREV_8168G_2: >> + case RL_HWREV_8168G_4: >> sc->rl_flags |=3D RL_FLAG_PHYWAKE | RL_FLAG_PAR | >> RL_FLAG_DESCV2 | RL_FLAG_MACSTAT | RL_FLAG_CMDSTOP | >> RL_FLAG_AUTOPAD | RL_FLAG_JUMBOV2 | >> Index: sys/pci/if_rlreg.h >> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >> --- sys/pci/if_rlreg.h (revision 255582) >> +++ sys/pci/if_rlreg.h (working copy) >> @@ -191,6 +191,10 @@ >> #define RL_HWREV_8402 0x44000000 >> #define RL_HWREV_8168F 0x48000000 >> #define RL_HWREV_8411 0x48800000 >> +#define RL_HWREV_8168G_0 0x4c000000 >> +#define RL_HWREV_8168G_1 0x4c100000 >> +#define RL_HWREV_8168G_2 0x50900000 >> +#define RL_HWREV_8168G_4 0x5c800000 >> #define RL_HWREV_8139 0x60000000 >> #define RL_HWREV_8139A 0x70000000 >> #define RL_HWREV_8139AG 0x70800000 >>=20 >> On Sep 14, 2013, at 3:41 PM, Thomas Guldener = wrote: >>=20 >>> FreeBSD 10 Alpha Release is Booting on the Shuttle DS47 - But still = no support for the Realtek RT 8111G Network Cards. >>>=20 >>> g. >>> Thomas >>> _______________________________________________ >>> freebsd-current@freebsd.org mailing list >>> http://lists.freebsd.org/mailman/listinfo/freebsd-current >>> To unsubscribe, send any mail to = "freebsd-current-unsubscribe@freebsd.org" >>=20 >=20