summaryrefslogtreecommitdiffstats
path: root/sys/amd64
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/amd64
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/amd64')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 935cd4f..f9ff2ac 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.179 1999/08/07 01:42:08 jkh Exp $
+# $Id: GENERIC,v 1.180 1999/08/08 19:28:57 phk Exp $
machine i386
cpu I386_CPU
@@ -201,7 +201,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
# USB support
#controller uhci0 # UHCI PCI->USB interface
OpenPOWER on IntegriCloud