aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/GENERIC
diff options
context:
space:
mode:
authorMurray Stokely <murray@FreeBSD.org>2005-03-18 15:24:00 +0000
committerMurray Stokely <murray@FreeBSD.org>2005-03-18 15:24:00 +0000
commit991f5121f0637956620e0b6e40ac7a03e050a5d3 (patch)
treebdf460085627637375c789dd7d4cecc724d991ed /sys/i386/conf/GENERIC
parent2559e71404eda8ea4a92918dfd4fc00ea6a6bffc (diff)
downloadsrc-991f5121f0637956620e0b6e40ac7a03e050a5d3.tar.gz
src-991f5121f0637956620e0b6e40ac7a03e050a5d3.zip
Add a comment to note that pseudo-device bpf is required for DHCP.
This is mentioned in the Handbook but it is not as obvious to new users why bpf is needed compared to the other largely self-explanatory items in GENERIC. PR: conf/40855 MFC after: 1 week
Notes
Notes: svn path=/head/; revision=143809
Diffstat (limited to 'sys/i386/conf/GENERIC')
-rw-r--r--sys/i386/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 8adf9f57eb50..6d61b6e6b3a9 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -261,6 +261,7 @@ device faith # IPv6-to-IPv4 relaying (translation)
# The `bpf' device enables the Berkeley Packet Filter.
# Be aware of the administrative consequences of enabling this!
+# Note that 'bpf' is required for DHCP.
device bpf # Berkeley packet filter
# USB support