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)
This commit is contained in:
Adrian Chadd 2015-10-24 22:37:59 +00:00
parent fc2b053656
commit 141a008498
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=289898

View File

@ -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 */