Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 22:37:59 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289898 - head/sys/mips/atheros
Message-ID:  <201510242237.t9OMbxhc091422@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Sat Oct 24 22:37:59 2015
New Revision: 289898
URL: https://svnweb.freebsd.org/changeset/base/289898

Log:
  arge(4): flip this on for AR9344 SoCs.
  
  I couldn't test arge0->arge1 bridging, only arge0 VLAN bridging.
  The DIR-825C1 only hooks up arge0 to the switch GMAC0 and so
  you need to abuse VLANs to test.
  
  Tested:
  
  * DIR-825C1 (AR9344)

Modified:
  head/sys/mips/atheros/if_arge.c

Modified: head/sys/mips/atheros/if_arge.c
==============================================================================
--- head/sys/mips/atheros/if_arge.c	Sat Oct 24 22:12:23 2015	(r289897)
+++ head/sys/mips/atheros/if_arge.c	Sat Oct 24 22:37:59 2015	(r289898)
@@ -655,6 +655,9 @@ arge_attach(device_t dev)
 	switch (ar71xx_soc) {
 	case AR71XX_SOC_AR9330:
 	case AR71XX_SOC_AR9331:
+	case AR71XX_SOC_AR9341:
+	case AR71XX_SOC_AR9342:
+	case AR71XX_SOC_AR9344:
 	case AR71XX_SOC_QCA9556:
 	case AR71XX_SOC_QCA9558:
 		/* Arbitrary alignment */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510242237.t9OMbxhc091422>