svn commit: r293746 - head/sys/conf

Christian Brueffer brueffer at FreeBSD.org
Tue Jan 12 10:19:58 UTC 2016


Author: brueffer
Date: Tue Jan 12 10:19:56 2016
New Revision: 293746
URL: https://svnweb.freebsd.org/changeset/base/293746

Log:
  Document etherswitch and drivers using this framework.
  
  MFC after:	2 weeks

Modified:
  head/sys/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue Jan 12 10:16:15 2016	(r293745)
+++ head/sys/conf/NOTES	Tue Jan 12 10:19:56 2016	(r293746)
@@ -2586,6 +2586,25 @@ device		pps
 device		lpbb
 device		pcfclock
 
+#
+# Etherswitch framework and drivers
+#
+# etherswitch	The etherswitch(4) framework
+# miiproxy	Proxy device for miibus(4) functionality
+# 
+# Switch hardware support:
+# arswitch	Atheros switches
+# ip17x 	IC+ 17x family switches
+# rtl8366r	Realtek RTL8366 switches
+# ukswitch	Multi-PHY switches
+#
+device		etherswitch
+device		miiproxy
+device		arswitch
+device		ip17x
+device		rtl8366rb
+device		ukswitch
+
 # Kernel BOOTP support
 
 options 	BOOTP		# Use BOOTP to obtain IP address/hostname


More information about the svn-src-head mailing list