aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorBoris Popov <bp@FreeBSD.org>2000-01-23 03:35:11 +0000
committerBoris Popov <bp@FreeBSD.org>2000-01-23 03:35:11 +0000
commit5d94d71cd990d0fec132f51a7f3e7ee99d700909 (patch)
tree6560a3885e99ee9f44d3ddb6b0944db87e18cc13 /sys/conf/NOTES
parent1d575e0fd368fec8929aaffe3372f47aeffb2b99 (diff)
downloadsrc-5d94d71cd990d0fec132f51a7f3e7ee99d700909.tar.gz
src-5d94d71cd990d0fec132f51a7f3e7ee99d700909.zip
Allow if_ef driver to be compiled into kernel.
Notes
Notes: svn path=/head/; revision=56424
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index cfff2c10072f..0b7e6c83e14a 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -446,6 +446,8 @@ device mn0 # Munich32x/Falc54 Nx64kbit/sec cards.
# IPv6 over IPv6 tunneling.
# The `faith' pseudo-device captures packets sent to it and diverts them
# to the IPv4/IPv6 translation daemon.
+# The `ef' pseudo-device provides support for multiple ethernet frame types
+# specified via ETHER_* options. See ef(4) for details.
#
# The PPP_BSDCOMP option enables support for compress(1) style entire
# packet compression, the PPP_DEFLATE is for zlib/gzip style compression.
@@ -467,6 +469,12 @@ options PPP_BSDCOMP #PPP BSD-compress support
options PPP_DEFLATE #PPP zlib/deflate/gzip support
options PPP_FILTER #enable bpf filtering (needs bpf)
+pseudo-device ef # Multiple ethernet frames support
+options ETHER_II # enable Ethernet_II frame
+options ETHER_8023 # enable Ethernet_802.3 (Novell) frame
+options ETHER_8022 # enable Ethernet_802.2 frame
+options ETHER_SNAP # enable Ethernet_802.2/SNAP frame
+
# for IPv6
pseudo-device gif 4 #IPv6 and IPv4 tunneling
pseudo-device faith 1 #for IPv6 and IPv4 translation