From 0ec9ab77d8e69e8676cc38b04439b267f998c706 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Sun, 19 Apr 2009 03:06:22 +0000 Subject: [PATCH] Remove number parameters from pseudo-device loop and ipfilter. --- sys/arch/acorn26/conf/FOURMEG | 6 +++--- sys/arch/acorn26/conf/GENERIC | 6 +++--- sys/arch/acorn26/conf/INSTALL | 6 +++--- sys/arch/acorn32/conf/EB7500ATX | 8 ++++---- sys/arch/acorn32/conf/GENERIC | 8 ++++---- sys/arch/acorn32/conf/INSTALL | 8 ++++---- sys/arch/acorn32/conf/LOWMEM_WSCONS | 6 +++--- sys/arch/acorn32/conf/NC | 6 +++--- 8 files changed, 27 insertions(+), 27 deletions(-) diff --git a/sys/arch/acorn26/conf/FOURMEG b/sys/arch/acorn26/conf/FOURMEG index 0aebea401155..acbcf7179886 100644 --- a/sys/arch/acorn26/conf/FOURMEG +++ b/sys/arch/acorn26/conf/FOURMEG @@ -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= diff --git a/sys/arch/acorn26/conf/GENERIC b/sys/arch/acorn26/conf/GENERIC index 17998e00e322..4db1e96a894e 100644 --- a/sys/arch/acorn26/conf/GENERIC +++ b/sys/arch/acorn26/conf/GENERIC @@ -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= diff --git a/sys/arch/acorn26/conf/INSTALL b/sys/arch/acorn26/conf/INSTALL index 2828ab177d7f..aaa9698ba738 100644 --- a/sys/arch/acorn26/conf/INSTALL +++ b/sys/arch/acorn26/conf/INSTALL @@ -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= diff --git a/sys/arch/acorn32/conf/EB7500ATX b/sys/arch/acorn32/conf/EB7500ATX index 1180532b6ec2..143844ac4b2a 100644 --- a/sys/arch/acorn32/conf/EB7500ATX +++ b/sys/arch/acorn32/conf/EB7500ATX @@ -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 diff --git a/sys/arch/acorn32/conf/GENERIC b/sys/arch/acorn32/conf/GENERIC index 64e1e1a36eef..915864b754b8 100644 --- a/sys/arch/acorn32/conf/GENERIC +++ b/sys/arch/acorn32/conf/GENERIC @@ -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 diff --git a/sys/arch/acorn32/conf/INSTALL b/sys/arch/acorn32/conf/INSTALL index 0b842a0220c3..4c8b2c20c908 100644 --- a/sys/arch/acorn32/conf/INSTALL +++ b/sys/arch/acorn32/conf/INSTALL @@ -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 diff --git a/sys/arch/acorn32/conf/LOWMEM_WSCONS b/sys/arch/acorn32/conf/LOWMEM_WSCONS index c66f9ec06b73..548cf1916aed 100644 --- a/sys/arch/acorn32/conf/LOWMEM_WSCONS +++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS @@ -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 diff --git a/sys/arch/acorn32/conf/NC b/sys/arch/acorn32/conf/NC index 13bba446d177..ac4dbd4df840 100644 --- a/sys/arch/acorn32/conf/NC +++ b/sys/arch/acorn32/conf/NC @@ -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