Re: Shuttle DS47 - Realtek RT 8111G

From: Thomas Guldener <tguldener_at_bluewin.ch>
Date: Sun, 15 Sep 2013 10:35:47 +0200
Is it also possible to get a working kernel in FreeBSD 8.3 for PFSense support?

g.
Thomas


On 15 Sep 2013, at 04:47, Scott Long <scottl_at_samsco.org> wrote:

> Index: sys/dev/re/if_re.c
> ===================================================================
> --- sys/dev/re/if_re.c	(revision 255582)
> +++ sys/dev/re/if_re.c	(working copy)
> _at__at_ -234,6 +234,10 _at__at_
> 	{ 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 }
> };
> 
> _at__at_ -1457,6 +1461,10 _at__at_
> 	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 |= 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
> ===================================================================
> --- sys/pci/if_rlreg.h	(revision 255582)
> +++ sys/pci/if_rlreg.h	(working copy)
> _at__at_ -191,6 +191,10 _at__at_
> #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
> 
> On Sep 14, 2013, at 3:41 PM, Thomas Guldener <tguldener_at_bluewin.ch> wrote:
> 
>> FreeBSD 10 Alpha Release is Booting on the Shuttle DS47 - But still no support for the Realtek RT 8111G Network Cards.
>> 
>> g.
>> Thomas
>> _______________________________________________
>> freebsd-current_at_freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
> 
Received on Sun Sep 15 2013 - 06:36:58 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:41 UTC