summaryrefslogtreecommitdiffstats
path: root/sys/i386
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/i386
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/i386')
-rw-r--r--sys/i386/conf/GENERIC6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
-rw-r--r--sys/i386/conf/SMP-GENERIC6
4 files changed, 12 insertions, 12 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 6b4dddc..9444a47 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/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
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 800b0bd..c16ccd6 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.494 1998/11/01 18:41:21 nsouch Exp $
+# $Id: LINT,v 1.495 1998/11/01 18:47:18 nsouch Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -362,7 +362,7 @@ options NETATALK #Appletalk communications protocols
# of synchronous PPP links (like `cx', `ar').
# The `sl' pseudo-device implements the Serial Line IP (SLIP) service.
# The `ppp' pseudo-device implements the Point-to-Point Protocol.
-# 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.
@@ -381,7 +381,7 @@ pseudo-device ether #Generic Ethernet
pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
-pseudo-device bpfilter 4 #Berkeley packet filter
+pseudo-device bpf 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver (user process ppp(8))
pseudo-device sl 2 #Serial Line IP
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 800b0bd..c16ccd6 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.494 1998/11/01 18:41:21 nsouch Exp $
+# $Id: LINT,v 1.495 1998/11/01 18:47:18 nsouch Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -362,7 +362,7 @@ options NETATALK #Appletalk communications protocols
# of synchronous PPP links (like `cx', `ar').
# The `sl' pseudo-device implements the Serial Line IP (SLIP) service.
# The `ppp' pseudo-device implements the Point-to-Point Protocol.
-# 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.
@@ -381,7 +381,7 @@ pseudo-device ether #Generic Ethernet
pseudo-device fddi #Generic FDDI
pseudo-device sppp #Generic Synchronous PPP
pseudo-device loop #Network loopback device
-pseudo-device bpfilter 4 #Berkeley packet filter
+pseudo-device bpf 4 #Berkeley packet filter
pseudo-device disc #Discard device
pseudo-device tun 1 #Tunnel driver (user process ppp(8))
pseudo-device sl 2 #Serial Line IP
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC
index ec1bea1..645f77d 100644
--- a/sys/i386/conf/SMP-GENERIC
+++ b/sys/i386/conf/SMP-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: SMP-GENERIC,v 1.19 1998/10/22 12:23:04 bde Exp $
+# $Id: SMP-GENERIC,v 1.20 1998/10/22 13:49:51 bde Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@@ -195,8 +195,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