svn commit: r311449 - in head/sys: arm/conf conf

Zbigniew Bodek zbb at FreeBSD.org
Thu Jan 5 17:10:53 UTC 2017


Author: zbb
Date: Thu Jan  5 17:10:52 2017
New Revision: 311449
URL: https://svnweb.freebsd.org/changeset/base/311449

Log:
  Include e6000sw driver in ARMADA38X configuration
  
  e6000sw Marvell switch driver was added to files
  and Armada38x kernel configuration file.
  
  Submitted by:	Bartosz Szczepanek <bsz at semihalf.com>
  Obtained from:	Semihalf
  Sponsored by:	Stormshield
  Differential revision: https://reviews.freebsd.org/D8178

Modified:
  head/sys/arm/conf/ARMADA38X
  head/sys/conf/files

Modified: head/sys/arm/conf/ARMADA38X
==============================================================================
--- head/sys/arm/conf/ARMADA38X	Thu Jan  5 17:08:10 2017	(r311448)
+++ head/sys/arm/conf/ARMADA38X	Thu Jan  5 17:10:52 2017	(r311449)
@@ -37,6 +37,9 @@ device		vlan
 device		mii
 device		bpf
 device		re
+device		mdio
+device		etherswitch
+device		e6000sw
 
 # PCI
 device		pci

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Thu Jan  5 17:08:10 2017	(r311448)
+++ head/sys/conf/files	Thu Jan  5 17:10:52 2017	(r311449)
@@ -1639,6 +1639,7 @@ dev/etherswitch/ip17x/ip17x_phy.c	option
 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


More information about the svn-src-head mailing list