bpfilter doesn't accept count anymore.

This commit is contained in:
rpaulo 2006-02-04 02:31:12 +00:00
parent 6d1dc467f2
commit 21c1d240bc
22 changed files with 56 additions and 56 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.25 2005/12/07 12:40:46 tsutsui Exp $
# $NetBSD: FOURMEG,v 1.26 2006/02/04 02:31:12 rpaulo Exp $
# FOURMEG arm26 configuration -- something small
@ -190,7 +190,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0
#pseudo-device bpfilter 16
#pseudo-device bpfilter
#pseudo-device ccd 4
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.40 2006/02/02 21:32:08 reinoud Exp $
# $NetBSD: GENERIC,v 1.41 2006/02/04 02:31:12 rpaulo Exp $
#
# GENERIC machine description file
#
@ -227,7 +227,7 @@ ss* at scsibus? target ? lun ? # SCSI scanner
arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.15 2005/12/07 12:40:46 tsutsui Exp $
# $NetBSD: INSTALL,v 1.16 2006/02/04 02:31:12 rpaulo Exp $
# INSTALL configuration, used to generate installation media
@ -193,7 +193,7 @@ cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
arcvideo0 at root # On-board video
wsdisplay0 at arcvideo0
#pseudo-device bpfilter 16
#pseudo-device bpfilter
#pseudo-device ccd 4
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.22 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: EB7500ATX,v 1.23 2006/02/04 02:34:00 rpaulo Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.22 $"
#ident "EB7500ATX-$Revision: 1.23 $"
# estimated number of users
maxusers 32
@ -268,7 +268,7 @@ cs* at rsbus?
#ds1687rtc* at rsbus?
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.66 2006/02/02 21:32:08 reinoud Exp $
# $NetBSD: GENERIC,v 1.67 2006/02/04 02:34:00 rpaulo Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.66 $"
#ident "GENERIC-$Revision: 1.67 $"
# estimated number of users
maxusers 32
@ -337,7 +337,7 @@ eb0 at podulebus? # EtherB network slot cards
ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.37 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: INSTALL,v 1.38 2006/02/04 02:34:00 rpaulo Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.37 $"
#ident "INSTALL-$Revision: 1.38 $"
# estimated number of users
maxusers 32
@ -319,7 +319,7 @@ eb0 at podulebus? # EtherB network slot cards
ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
#pseudo-device bpfilter 8 # packet filter
#pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.38 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.39 2006/02/04 02:34:00 rpaulo Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -294,7 +294,7 @@ audio* at vidcaudio0
#ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
#pseudo-device bpfilter 8 # packet filter
#pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.37 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: NC,v 1.38 2006/02/04 02:34:00 rpaulo Exp $
#
# NC - with vidcconsole
#
@ -258,7 +258,7 @@ podulebus0 at root
ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
#pseudo-device bpfilter 8 # packet filter
#pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: NC_WSCONS,v 1.43 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: NC_WSCONS,v 1.44 2006/02/04 02:34:00 rpaulo Exp $
#
# NC - with wscons
#
@ -293,7 +293,7 @@ podulebus0 at root
ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
#pseudo-device bpfilter 8 # packet filter
#pseudo-device bpfilter # packet filter
#pseudo-device sl 2 # CSLIP
#pseudo-device ppp 2 # PPP
#pseudo-device tun 2 # network tunneling over tty

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC_WSCONS,v 1.43 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: RPC_WSCONS,v 1.44 2006/02/04 02:34:00 rpaulo Exp $
#
# RPC_WSCONS -- Full RiscPC config with wscons
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.43 $"
#ident "GENERIC-$Revision: 1.44 $"
# estimated number of users
maxusers 32
@ -313,7 +313,7 @@ eb0 at podulebus? # EtherB network slot cards
ne* at podulebus? # NE2000 clone cards
pseudo-device loop 1 # network loopback
pseudo-device bpfilter 8 # packet filter
pseudo-device bpfilter # packet filter
pseudo-device sl 2 # CSLIP
pseudo-device ppp 2 # PPP
pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.38 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: P4032,v 1.39 2006/02/04 02:35:02 rpaulo Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.38 $"
#ident "P4032-$Revision: 1.39 $"
maxusers 32
@ -307,7 +307,7 @@ ukphy* at mii? phy ? # generic unknown PHYs
#wskbd* at pckbd?
#wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.44 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: P5064,v 1.45 2006/02/04 02:35:02 rpaulo Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.44 $"
#ident "P5064-$Revision: 1.45 $"
maxusers 32
@ -371,7 +371,7 @@ fd* at fdc? drive ?
#wskbd* at pckbd?
#wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.38 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: P6032,v 1.39 2006/02/04 02:35:02 rpaulo Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.38 $"
#ident "P6032-$Revision: 1.39 $"
maxusers 32
@ -376,7 +376,7 @@ fd* at fdc? drive ?
#wskbd* at pckbd?
#wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
#pseudo-device raid 4 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: ALPHA,v 1.213 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: ALPHA,v 1.214 2006/02/04 02:37:23 rpaulo Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.213 $"
ident "ALPHA-$Revision: 1.214 $"
maxusers 32
@ -578,7 +578,7 @@ wsmouse* at vsms?
wskbd* at pckbd?
wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
pseudo-device cgd 4 # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.42 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: BASIL,v 1.43 2006/02/04 02:37:23 rpaulo Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.42 $"
#ident "BASIL-$Revision: 1.43 $"
maxusers 64
@ -459,7 +459,7 @@ wsdisplay* at vga?
wskbd* at pckbd?
wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
#pseudo-device ccd 4
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -1,4 +1,4 @@
# $NetBSD: FRAU-FARBISSINA,v 1.47 2005/12/07 09:10:11 tsutsui Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.48 2006/02/04 02:37:23 rpaulo Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.47 $"
#ident "FRAU-FARBISSINA-$Revision: 1.48 $"
maxusers 64
@ -428,7 +428,7 @@ wsdisplay* at vga?
wskbd* at pckbd?
wsmouse* at pms?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components

View File

@ -22,7 +22,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.283 $"
#ident "GENERIC-$Revision: 1.284 $"
maxusers 32
@ -615,7 +615,7 @@ wsmouse* at pms?
pseudo-device crypto # /dev/crypto device
pseudo-device swcrypto # software crypto implementation
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 4
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device raid 8 # RAIDframe disk driver

View File

@ -1,4 +1,4 @@
# $NetBSD: RAWHIDE,v 1.27 2005/12/07 09:10:12 tsutsui Exp $
# $NetBSD: RAWHIDE,v 1.28 2006/02/04 02:37:23 rpaulo Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@ -98,7 +98,7 @@ sd* at scsibus? target ? lun ?
st* at scsibus? target ? lun ?
ch* at scsibus? target ? lun ?
pseudo-device bpfilter 16
pseudo-device bpfilter
pseudo-device ccd 16
pseudo-device ipfilter 1
pseudo-device loop 1

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.82 2006/02/02 21:32:08 reinoud Exp $
# $NetBSD: GENERIC,v 1.83 2006/02/04 02:40:01 rpaulo Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.82 $"
#ident "GENERIC-$Revision: 1.83 $"
maxusers 32 # estimated number of users
@ -834,7 +834,7 @@ pseudo-device vnd 4 # disk-like interface to files
#options VND_COMPRESSION # compressed vnd(4)
# network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.45 2006/01/04 23:38:27 xtraeme Exp $
# $NetBSD: INSTALL,v 1.46 2006/02/04 02:40:01 rpaulo Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/amd64/conf/std.amd64"
#ident "INSTALL-$Revision: 1.45 $"
#ident "INSTALL-$Revision: 1.46 $"
maxusers 32 # estimated number of users
@ -632,7 +632,7 @@ pseudo-device md 1 # memory disk device (ramdisk)
#pseudo-device vnd 4 # disk-like interface to files
# network pseudo-devices
pseudo-device bpfilter 8 # Berkeley packet filter
pseudo-device bpfilter # Berkeley packet filter
pseudo-device loop # network loopback
pseudo-device ppp 2 # Point-to-Point Protocol
#pseudo-device pppoe # PPP over Ethernet (RFC 2516)

View File

@ -1,4 +1,4 @@
# $NetBSD: SIMICS,v 1.25 2005/12/20 05:35:27 thorpej Exp $
# $NetBSD: SIMICS,v 1.26 2006/02/04 02:40:01 rpaulo Exp $
#
# INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines.
#
@ -508,7 +508,7 @@ le* at nele?
#pseudo-device vnd 4 # disk-like interface to files
# network pseudo-devices
#pseudo-device bpfilter 8 # Berkeley packet filter
#pseudo-device bpfilter # Berkeley packet filter
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
#pseudo-device ppp 2 # Point-to-Point Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: NULL,v 1.21 2005/12/07 09:10:12 tsutsui Exp $
# $NetBSD: NULL,v 1.22 2006/02/04 02:40:44 rpaulo Exp $
#
# This file was automatically created. Changes will be
# lost when running make in this directory.
@ -309,7 +309,7 @@ a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock
#pseudo-device ppp 1 # PPP network interfaces
#pseudo-device tun 1 # network tunnel line discipline
#pseudo-device gre 2 # generic L3 over IP tunnel
#pseudo-device bpfilter 16 # Berkeley packet filter
#pseudo-device bpfilter # Berkeley packet filter
#pseudo-device ipfilter # IP Filter package
pseudo-device view 4 # views (needed for grfcc)