diff options
| author | KATO Takenori <kato@FreeBSD.org> | 1998-10-18 13:58:16 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 1998-10-18 13:58:16 +0000 |
| commit | a8a4a4427318ed8997246dc071b733a210401d59 (patch) | |
| tree | 8711bdcf4defbce8ba33c34d42be44ebffea2767 | |
| parent | b0acfef261c962c457249ce2a4e57708c5bda486 (diff) | |
Notes
| -rw-r--r-- | sys/pc98/conf/GENERIC | 8 | ||||
| -rw-r--r-- | sys/pc98/conf/GENERIC98 | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 52798ead6e03..0efd3c4b1af4 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.50 1998/10/13 08:14:33 kato Exp $ +# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -169,6 +169,12 @@ device vx0 # fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 vector edintr + +# The `bpfilter' 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 device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000 vector edintr device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000 vector edintr device ed3 at isa? port 0x00d0 net irq 6 flags 0x400000 vector edintr diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 52798ead6e03..0efd3c4b1af4 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.50 1998/10/13 08:14:33 kato Exp $ +# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -169,6 +169,12 @@ device vx0 # fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 vector edintr + +# The `bpfilter' 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 device ed1 at isa? port 0x00d8 net irq 6 flags 0x200000 vector edintr device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000 vector edintr device ed3 at isa? port 0x00d0 net irq 6 flags 0x400000 vector edintr |
