summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-08-08 11:09:28 +0000
committerkato <kato@FreeBSD.org>1999-08-08 11:09:28 +0000
commit25358e9960b839cabb449d5d26d0d90cd5af39df (patch)
tree206215851555e0803be0914f46869a3c492c62ad /sys/pc98
parent9380c54dbe1f452247d605722243deb017a1bc98 (diff)
downloadFreeBSD-src-25358e9960b839cabb449d5d26d0d90cd5af39df.zip
FreeBSD-src-25358e9960b839cabb449d5d26d0d90cd5af39df.tar.gz
Enable bpf by default.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC13
-rw-r--r--sys/pc98/conf/GENERIC9813
2 files changed, 10 insertions, 16 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index da247cd..2354596 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/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: GENERIC98,v 1.79 1999/07/06 19:23:17 des Exp $
+# $Id: GENERIC98,v 1.80 1999/07/26 12:10:33 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -251,6 +251,10 @@ pseudo-device tun 1
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
+# The `bpf' pseudo-device enables the Berkeley Packet Filter.
+# Be aware of the administrative consequences of enabling this!
+pseudo-device bpf 4 #Berkeley packet filter
+
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
@@ -261,10 +265,3 @@ options KTRACE #kernel tracing
options SYSVSHM
options SYSVMSG
options SYSVSEM
-
-
-# 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 bpf 4 #Berkeley packet filter
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index da247cd..2354596 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -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: GENERIC98,v 1.79 1999/07/06 19:23:17 des Exp $
+# $Id: GENERIC98,v 1.80 1999/07/26 12:10:33 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -251,6 +251,10 @@ pseudo-device tun 1
pseudo-device pty 16
pseudo-device gzip # Exec gzipped a.out's
+# The `bpf' pseudo-device enables the Berkeley Packet Filter.
+# Be aware of the administrative consequences of enabling this!
+pseudo-device bpf 4 #Berkeley packet filter
+
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
# the costs of each syscall.
@@ -261,10 +265,3 @@ options KTRACE #kernel tracing
options SYSVSHM
options SYSVMSG
options SYSVSEM
-
-
-# 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 bpf 4 #Berkeley packet filter
OpenPOWER on IntegriCloud