svn commit: r316054 - in head/sys: conf mips/atheros/ar531x

Michael Zhilin mizhka at FreeBSD.org
Mon Mar 27 19:26:10 UTC 2017


Author: mizhka
Date: Mon Mar 27 19:26:09 2017
New Revision: 316054
URL: https://svnweb.freebsd.org/changeset/base/316054

Log:
  [etherswitch] simplify kernconf for recently added etherswitch drivers
  
  This simple patch adds e6060sw, adm6996fc and ksz8995ma into conf/files.
  
  Submitted by:	Hiroki Mori <yamori813 at yahoo.co.jp>
  Reviewed by:	adrian, mizhka
  MFC after:	1 week
  Differential Revision:	https://reviews.freebsd.org/D9255

Modified:
  head/sys/conf/files
  head/sys/mips/atheros/ar531x/files.ar5315

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Mar 27 19:17:30 2017	(r316053)
+++ head/sys/conf/files	Mon Mar 27 19:26:09 2017	(r316054)
@@ -1605,6 +1605,9 @@ dev/etherswitch/ip17x/ip17x_vlans.c	opti
 dev/etherswitch/miiproxy.c		optional miiproxy
 dev/etherswitch/rtl8366/rtl8366rb.c	optional rtl8366rb
 dev/etherswitch/e6000sw/e6000sw.c	optional e6000sw
+dev/etherswitch/e6000sw/e6060sw.c	optional e6060sw
+dev/etherswitch/infineon/adm6996fc.c	optional adm6996fc
+dev/etherswitch/micrel/ksz8995ma.c	optional ksz8995ma
 dev/etherswitch/ukswitch/ukswitch.c	optional ukswitch
 dev/evdev/cdev.c			optional evdev
 dev/evdev/evdev.c			optional evdev

Modified: head/sys/mips/atheros/ar531x/files.ar5315
==============================================================================
--- head/sys/mips/atheros/ar531x/files.ar5315	Mon Mar 27 19:17:30 2017	(r316053)
+++ head/sys/mips/atheros/ar531x/files.ar5315	Mon Mar 27 19:26:09 2017	(r316054)
@@ -16,7 +16,5 @@ mips/atheros/ar531x/ar5312_chip.c		stand
 mips/atheros/ar71xx_bus_space_reversed.c	standard
 mips/mips/tick.c				standard
 
-dev/etherswitch/e6000sw/e6060sw.c		optional etherswitch
-
 # Non Intrng
 mips/mips/intr_machdep.c			optional !intrng


More information about the svn-src-head mailing list