summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-11-03 21:12:20 +0000
committerdes <des@FreeBSD.org>1998-11-03 21:12:20 +0000
commitb38e7f90e18accdf48630bfee2b3a9400304bc67 (patch)
treec2503b80dd37257693f97cce0c12252fb25a05c5 /sys/amd64
parentb6968d189c23f2d7bc8b243b18943e805155b982 (diff)
downloadFreeBSD-src-b38e7f90e18accdf48630bfee2b3a9400304bc67.zip
FreeBSD-src-b38e7f90e18accdf48630bfee2b3a9400304bc67.tar.gz
Rename the 'bpfilter' pseudo-device to 'bpf'. The old syntax is still legal
and will stick around for a while.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6b4dddc..9444a47 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.127 1998/10/22 12:23:03 bde Exp $
+# $Id: GENERIC,v 1.128 1998/10/22 13:49:51 bde Exp $
machine "i386"
cpu "I386_CPU"
@@ -178,8 +178,8 @@ options KTRACE #kernel tracing
#
options SYSVSHM
-# The `bpfilter' pseudo-device enables the Berkeley Packet Filter. Be
+# The `bpf' 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
+#pseudo-device bpf 4 #Berkeley packet filter
OpenPOWER on IntegriCloud