summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-08-15 09:38:21 +0000
committerphk <phk@FreeBSD.org>1999-08-15 09:38:21 +0000
commit682e4187a9ea74303e5616433fac58eea2da419b (patch)
treeb2ece971109bfd500ef11c141645ac3a4fc743b3 /sys/pc98
parent594f438308c2d97ad2e81ac1a51a4915495dca97 (diff)
downloadFreeBSD-src-682e4187a9ea74303e5616433fac58eea2da419b.zip
FreeBSD-src-682e4187a9ea74303e5616433fac58eea2da419b.tar.gz
Give BPF the "almost-clone" update. If you need more of them, make
more entries in /dev and be happy you don't need to recompile your kernel.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/pc98/conf/GENERIC984
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 7b51531..86b30cd 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.81 1999/08/08 11:09:28 kato Exp $
+# $Id: GENERIC98,v 1.82 1999/08/08 19:28:59 phk Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -253,7 +253,7 @@ 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
+pseudo-device bpf #Berkeley packet filter
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 7b51531..86b30cd 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.81 1999/08/08 11:09:28 kato Exp $
+# $Id: GENERIC98,v 1.82 1999/08/08 19:28:59 phk Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -253,7 +253,7 @@ 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
+pseudo-device bpf #Berkeley packet filter
# KTRACE enables the system-call tracing facility ktrace(2).
# This adds 4 KB bloat to your kernel, and slightly increases
OpenPOWER on IntegriCloud