summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>1998-10-16 01:30:11 +0000
committerobrien <obrien@FreeBSD.org>1998-10-16 01:30:11 +0000
commitee74ab62dd31e2b29300f86111e950bb4ff704d4 (patch)
treefb947c1d61aba75918ca1cae1160d713b2c950ba /sys/amd64/conf
parentfcaaffb7c90e48945cf710d82c58fab81a1d3238 (diff)
downloadFreeBSD-src-ee74ab62dd31e2b29300f86111e950bb4ff704d4.zip
FreeBSD-src-ee74ab62dd31e2b29300f86111e950bb4ff704d4.tar.gz
Add commented out bpf entry. (DHCP is popular here, and this is required).
Ok'ed by: jkh
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC8
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 98769b7..1b64ab6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: GENERIC,v 1.123 1998/10/07 13:51:45 obrien Exp $
+# $Id: GENERIC,v 1.124 1998/10/10 08:13:58 jkh Exp $
machine "i386"
cpu "I386_CPU"
@@ -176,3 +176,9 @@ options KTRACE #kernel tracing
# This provides support for System V shared memory.
#
options SYSVSHM
+
+# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
+# aware of the legal and administrative consequences of enabling this
+# option. The number of devices determines the maximum number of
+# simultaneous BPF clients programs runnable.
+#pseudo-device bpfilter 4 #Berkeley packet filter
OpenPOWER on IntegriCloud