summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1999-08-07 01:42:08 +0000
committerjkh <jkh@FreeBSD.org>1999-08-07 01:42:08 +0000
commit97b7eb8a3cb58a1769ed27dc725967747b7113b0 (patch)
tree21e09692c6e09ceac2d07266a2ed174aa3d2fe6d /sys
parent1ca34236ddb24ace89032bec18edb352c92d875c (diff)
downloadFreeBSD-src-97b7eb8a3cb58a1769ed27dc725967747b7113b0.zip
FreeBSD-src-97b7eb8a3cb58a1769ed27dc725967747b7113b0.tar.gz
Enable bpf by default. There was no significant dissention to my proposal
of 2 weeks ago that this be done, and anyone who wishes to make bpf more selective according to securelevel or compile-time options is more than free to do so.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/conf/GENERIC6
-rw-r--r--sys/i386/conf/GENERIC6
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 56689c3..d1a0e40 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -15,7 +15,7 @@
# device lines is also 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.177 1999/07/13 08:08:20 obrien Exp $
+# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
machine i386
cpu I386_CPU
@@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
-# Be aware of the legal and administrative consequences of enabling this!
-#pseudo-device bpf 4 #Berkeley packet filter
+# Be aware of the administrative consequences of enabling this!
+pseudo-device bpf 4 #Berkeley packet filter
# USB support
#controller uhci0 # UHCI PCI->USB interface
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 56689c3..d1a0e40 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -15,7 +15,7 @@
# device lines is also 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.177 1999/07/13 08:08:20 obrien Exp $
+# $Id: GENERIC,v 1.178 1999/07/25 04:32:43 wpaul Exp $
machine i386
cpu I386_CPU
@@ -200,8 +200,8 @@ pseudo-device pty 16 # Pseudo-ttys (telnet etc)
pseudo-device gzip # Exec gzipped a.out's
# The `bpf' pseudo-device enables the Berkeley Packet Filter.
-# Be aware of the legal and administrative consequences of enabling this!
-#pseudo-device bpf 4 #Berkeley packet filter
+# Be aware of the administrative consequences of enabling this!
+pseudo-device bpf 4 #Berkeley packet filter
# USB support
#controller uhci0 # UHCI PCI->USB interface
OpenPOWER on IntegriCloud