diff options
-rw-r--r-- | sys/pc98/conf/GENERIC | 13 | ||||
-rw-r--r-- | sys/pc98/conf/GENERIC98 | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 880a7e7..b816c76 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.56 1998/11/03 22:01:22 des Exp $ +# $Id: GENERIC98,v 1.57 1998/11/13 08:18:44 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -169,12 +169,6 @@ device vx0 # fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 - -# 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 device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000 device ed3 at isa? port 0x00d0 net irq 6 flags 0x400000 @@ -212,3 +206,8 @@ pseudo-device gzip # Exec gzipped a.out's # the costs of each syscall. options KTRACE #kernel tracing +# 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 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index 880a7e7..b816c76 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.56 1998/11/03 22:01:22 des Exp $ +# $Id: GENERIC98,v 1.57 1998/11/13 08:18:44 kato Exp $ # GENERIC98 -- Generic PC98 machine with WD/SCSI disks @@ -169,12 +169,6 @@ device vx0 # fe1: C-NET(98)P2/C-NET(9N)E # device ed0 at isa? port 0x00d0 net irq 6 - -# 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 device ed2 at isa? port 0x00d8 net irq 6 flags 0x300000 device ed3 at isa? port 0x00d0 net irq 6 flags 0x400000 @@ -212,3 +206,8 @@ pseudo-device gzip # Exec gzipped a.out's # the costs of each syscall. options KTRACE #kernel tracing +# 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 |