Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jan 2016 10:19:56 +0000 (UTC)
From:      Christian Brueffer <brueffer@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r293746 - head/sys/conf
Message-ID:  <201601121019.u0CAJuTx034198@repo.freebsd.org>

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



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