Remove number parameters from pseudo-device loop and ipfilter.
This commit is contained in:
parent
41a9bd5969
commit
0ec9ab77d8
@ -1,4 +1,4 @@
|
||||
# $NetBSD: FOURMEG,v 1.33 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: FOURMEG,v 1.34 2009/04/19 03:06:22 tsutsui Exp $
|
||||
|
||||
# FOURMEG arm26 configuration -- something small
|
||||
|
||||
@ -184,8 +184,8 @@ wsdisplay0 at arcvideo0
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
#pseudo-device ipfilter 1
|
||||
pseudo-device loop 1
|
||||
#pseudo-device ipfilter
|
||||
pseudo-device loop
|
||||
pseudo-device md 1
|
||||
#options MEMORY_DISK_HOOKS
|
||||
#options MEMORY_DISK_ROOT_SIZE=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.58 2009/02/14 10:20:55 bjh21 Exp $
|
||||
# $NetBSD: GENERIC,v 1.59 2009/04/19 03:06:22 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
@ -238,8 +238,8 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING=1
|
||||
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
|
||||
pseudo-device fss 4 # file system snapshot device
|
||||
#pseudo-device ipfilter 1
|
||||
pseudo-device loop 1
|
||||
#pseudo-device ipfilter
|
||||
pseudo-device loop
|
||||
pseudo-device md 1
|
||||
#options MEMORY_DISK_HOOKS
|
||||
#options MEMORY_DISK_ROOT_SIZE=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.27 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: INSTALL,v 1.28 2009/04/19 03:06:22 tsutsui Exp $
|
||||
|
||||
# INSTALL configuration, used to generate installation media
|
||||
|
||||
@ -192,8 +192,8 @@ wsdisplay0 at arcvideo0
|
||||
#pseudo-device raid 4 # RAIDframe disk driver
|
||||
#options RAID_AUTOCONFIG # auto-configuration of RAID components
|
||||
#pseudo-device fss 4 # file system snapshot device
|
||||
#pseudo-device ipfilter 1
|
||||
pseudo-device loop 1
|
||||
#pseudo-device ipfilter
|
||||
pseudo-device loop
|
||||
pseudo-device md 1
|
||||
#options MEMORY_DISK_HOOKS
|
||||
#options MEMORY_DISK_ROOT_SIZE=
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: EB7500ATX,v 1.36 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: EB7500ATX,v 1.37 2009/04/19 03:07:04 tsutsui 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.36 $"
|
||||
#ident "EB7500ATX-$Revision: 1.37 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -244,7 +244,7 @@ cs* at rsbus?
|
||||
# Not functioning (yet)
|
||||
#ds1687rtc* at rsbus?
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device loop # network loopback
|
||||
pseudo-device bpfilter # packet filter
|
||||
pseudo-device sl # CSLIP
|
||||
pseudo-device ppp # PPP
|
||||
@ -252,7 +252,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device tun # network tunneling over tty
|
||||
pseudo-device tap # virtual Ethernet
|
||||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
#pseudo-device ipfilter 1 # ip filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.92 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: GENERIC,v 1.93 2009/04/19 03:07:04 tsutsui 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.92 $"
|
||||
#ident "GENERIC-$Revision: 1.93 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -302,7 +302,7 @@ ea* at podulebus? # Ether3 podules
|
||||
eb0 at podulebus? # EtherB network slot cards
|
||||
ne* at podulebus? # NE2000 clone cards
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device loop # network loopback
|
||||
pseudo-device bpfilter # packet filter
|
||||
#pseudo-device carp # Common Address Redundancy Protocol
|
||||
pseudo-device sl # CSLIP
|
||||
@ -311,7 +311,7 @@ pseudo-device pppoe # PPP over Ethernet (RFC 2516)
|
||||
pseudo-device tun # network tunneling over tty
|
||||
pseudo-device tap # virtual Ethernet
|
||||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
#pseudo-device ipfilter 1 # ip filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.53 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: INSTALL,v 1.54 2009/04/19 03:07:04 tsutsui 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.53 $"
|
||||
#ident "INSTALL-$Revision: 1.54 $"
|
||||
|
||||
# estimated number of users
|
||||
maxusers 32
|
||||
@ -296,7 +296,7 @@ ea* at podulebus? # Ether3 podules
|
||||
eb0 at podulebus? # EtherB network slot cards
|
||||
ne* at podulebus? # NE2000 clone cards
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device loop # network loopback
|
||||
#pseudo-device bpfilter # packet filter
|
||||
#pseudo-device sl # CSLIP
|
||||
#pseudo-device ppp # PPP
|
||||
@ -304,7 +304,7 @@ pseudo-device loop 1 # network loopback
|
||||
#pseudo-device tun # network tunneling over tty
|
||||
#pseudo-device tap # virtual Ethernet
|
||||
#pseudo-device gre # generic L3 over IP tunnel
|
||||
#pseudo-device ipfilter 1 # ip filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
#pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
|
||||
#pseudo-device faith # IPv[46] tcp relay translation i/f
|
||||
#pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.51 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: LOWMEM_WSCONS,v 1.52 2009/04/19 03:07:04 tsutsui Exp $
|
||||
#
|
||||
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
|
||||
#
|
||||
@ -272,12 +272,12 @@ audio* at vidcaudio0
|
||||
#eb0 at podulebus? # EtherB network slot cards
|
||||
#ne* at podulebus? # NE2000 clone cards
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device loop # network loopback
|
||||
#pseudo-device bpfilter # packet filter
|
||||
#pseudo-device sl # CSLIP
|
||||
pseudo-device ppp # PPP
|
||||
#pseudo-device tun # network tunneling over tty
|
||||
#pseudo-device ipfilter 1 # ip filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
#pseudo-device strip # STRIP
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: NC,v 1.49 2009/03/06 20:31:46 joerg Exp $
|
||||
# $NetBSD: NC,v 1.50 2009/04/19 03:07:04 tsutsui Exp $
|
||||
#
|
||||
# NC - with wscons
|
||||
#
|
||||
@ -262,12 +262,12 @@ podulebus0 at root
|
||||
#eb0 at podulebus? # EtherB network slot cards
|
||||
ne* at podulebus? # NE2000 clone cards
|
||||
|
||||
pseudo-device loop 1 # network loopback
|
||||
pseudo-device loop # network loopback
|
||||
#pseudo-device bpfilter # packet filter
|
||||
#pseudo-device sl # CSLIP
|
||||
#pseudo-device ppp # PPP
|
||||
#pseudo-device tun # network tunneling over tty
|
||||
#pseudo-device ipfilter 1 # ip filter
|
||||
#pseudo-device ipfilter # ip filter
|
||||
#pseudo-device strip # STRIP
|
||||
pseudo-device pty # pseudo-terminals
|
||||
pseudo-device vnd # disk-like interface to files
|
||||
|
Loading…
Reference in New Issue
Block a user