summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2014-02-24 04:47:27 +0000
committeradrian <adrian@FreeBSD.org>2014-02-24 04:47:27 +0000
commitc03f7499eabb3b041fb6b62a5f8fee45dc7af265 (patch)
tree3e6f91b88d6261db27d23f97986089fcbfd19bac
parent14d0aacff00573fa5cd2d04356ba2297fd04eb19 (diff)
downloadFreeBSD-src-c03f7499eabb3b041fb6b62a5f8fee45dc7af265.zip
FreeBSD-src-c03f7499eabb3b041fb6b62a5f8fee45dc7af265.tar.gz
Link the AR8327 to the build.
-rw-r--r--sys/dev/etherswitch/arswitch/arswitch.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/etherswitch/arswitch/arswitch.c b/sys/dev/etherswitch/arswitch/arswitch.c
index fb39319..838fe28 100644
--- a/sys/dev/etherswitch/arswitch/arswitch.c
+++ b/sys/dev/etherswitch/arswitch/arswitch.c
@@ -66,6 +66,7 @@
#include <dev/etherswitch/arswitch/arswitch_8216.h>
#include <dev/etherswitch/arswitch/arswitch_8226.h>
#include <dev/etherswitch/arswitch/arswitch_8316.h>
+#include <dev/etherswitch/arswitch/arswitch_8327.h>
#include <dev/etherswitch/arswitch/arswitch_9340.h>
#include "mdio_if.h"
@@ -293,6 +294,8 @@ arswitch_attach(device_t dev)
ar8226_attach(sc);
else if (AR8X16_IS_SWITCH(sc, AR8316))
ar8316_attach(sc);
+ else if (AR8X16_IS_SWITCH(sc, AR8327))
+ ar8327_attach(sc);
else
return (ENXIO);
OpenPOWER on IntegriCloud