From e3eef9d3bee809810f7c20133802daa4a3aab072 Mon Sep 17 00:00:00 2001 From: zbb Date: Thu, 5 Jan 2017 17:10:52 +0000 Subject: Include e6000sw driver in ARMADA38X configuration e6000sw Marvell switch driver was added to files and Armada38x kernel configuration file. Submitted by: Bartosz Szczepanek Obtained from: Semihalf Sponsored by: Stormshield Differential revision: https://reviews.freebsd.org/D8178 (cherry picked from commit 8a5482eb9f90034c0273122560721b6a01c3aaf1) --- sys/conf/files | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index bb9d6fb..94ba829 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1584,6 +1584,7 @@ dev/etherswitch/ip17x/ip17x_phy.c optional ip17x dev/etherswitch/ip17x/ip17x_vlans.c optional ip17x dev/etherswitch/miiproxy.c optional miiproxy dev/etherswitch/rtl8366/rtl8366rb.c optional rtl8366rb +dev/etherswitch/e6000sw/e6000sw.c optional e6000sw dev/etherswitch/ukswitch/ukswitch.c optional ukswitch dev/evdev/cdev.c optional evdev dev/evdev/evdev.c optional evdev -- cgit v1.1