summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-02-24 04:47:16 +0000
committeradrian <adrian@FreeBSD.org>2014-02-24 04:47:16 +0000
commit14d0aacff00573fa5cd2d04356ba2297fd04eb19 (patch)
tree107af0e51d01ec76251d950a67d1aa356c5f8bb2 /sys/conf
parent51961034e37170cdc1eea11a3eb84fcc35411b7b (diff)
downloadFreeBSD-src-14d0aacff00573fa5cd2d04356ba2297fd04eb19.zip
FreeBSD-src-14d0aacff00573fa5cd2d04356ba2297fd04eb19.tar.gz
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
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud