aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1999-08-07 01:42:08 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1999-08-07 01:42:08 +0000
commit0a729622af183656398e50c62f514f7f796a23b8 (patch)
treeb1ee4d9e57f1dcc6d102ae4501c4953231c669af
parente26c9de2351aa08a92f504ddf71c917e937d5690 (diff)
downloadsrc-0a729622af183656398e50c62f514f7f796a23b8.tar.gz
src-0a729622af183656398e50c62f514f7f796a23b8.zip
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.
Notes
Notes: svn path=/head/; revision=49476
-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 56689c328d51..d1a0e4015071 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 56689c328d51..d1a0e4015071 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