summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorbrueffer <brueffer@FreeBSD.org>2016-01-12 10:19:56 +0000
committerbrueffer <brueffer@FreeBSD.org>2016-01-12 10:19:56 +0000
commitc64d20a2461fa489641467a47aaff15e4e16228a (patch)
tree49873b3d6092d1b09ac0442841d8bbabfaf77060 /sys/conf
parent2717b3cb57719676b8dcd582efee4c091ca69560 (diff)
downloadFreeBSD-src-c64d20a2461fa489641467a47aaff15e4e16228a.zip
FreeBSD-src-c64d20a2461fa489641467a47aaff15e4e16228a.tar.gz
Document etherswitch and drivers using this framework.
MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3c64d5b..7d06fe3 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -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
OpenPOWER on IntegriCloud