diff options
| -rw-r--r-- | sys/i386/conf/GENERIC | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index fc92efc0bb77..82151794c204 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/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.143.2.16 1999/07/02 04:04:53 jkh Exp $ +# $Id: GENERIC,v 1.143.2.17 1999/08/08 21:22:11 wpaul Exp $ machine "i386" cpu "I386_CPU" @@ -214,6 +214,4 @@ options SYSVSEM # 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 bpfilter 1 #Berkeley packet filter |
