From 14d0aacff00573fa5cd2d04356ba2297fd04eb19 Mon Sep 17 00:00:00 2001 From: adrian Date: Mon, 24 Feb 2014 04:47:16 +0000 Subject: Add initial AR8327 support. This is (almost!) enough to actually probe, attach, configure a default port group and do some basic work. It's also totally hard-coded for the Qualcomm Atheros DB120 board - it doesn't yet have any of the code from OpenWRT which parses extra configuration data to know how to program the switch. The LED stuff is also missing. But, it's enough to facilitate board, PHY, switch and VLAN bringup, so I am committing it now. Tested: * Qualcomm Atheros DB120 Obtained from: OpenWRT --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index c610302..3e3a073 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1343,6 +1343,7 @@ dev/etherswitch/arswitch/arswitch_phy.c optional arswitch dev/etherswitch/arswitch/arswitch_8216.c optional arswitch dev/etherswitch/arswitch/arswitch_8226.c optional arswitch dev/etherswitch/arswitch/arswitch_8316.c optional arswitch +dev/etherswitch/arswitch/arswitch_8327.c optional arswitch dev/etherswitch/arswitch/arswitch_7240.c optional arswitch dev/etherswitch/arswitch/arswitch_9340.c optional arswitch dev/etherswitch/arswitch/arswitch_vlans.c optional arswitch -- cgit v1.1