Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Jan 2017 17:10:52 +0000 (UTC)
From:      Zbigniew Bodek <zbb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r311449 - in head/sys: arm/conf conf
Message-ID:  <201701051710.v05HAqBD090933@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701051710.v05HAqBD090933>